1. 02 1月, 2018 1 次提交
  2. 03 9月, 2017 1 次提交
  3. 22 8月, 2017 1 次提交
  4. 13 7月, 2017 1 次提交
  5. 29 6月, 2017 1 次提交
  6. 10 2月, 2017 1 次提交
  7. 11 11月, 2016 1 次提交
  8. 10 11月, 2016 1 次提交
  9. 07 11月, 2016 1 次提交
  10. 04 10月, 2016 3 次提交
  11. 22 9月, 2016 4 次提交
  12. 21 7月, 2016 1 次提交
    • M
      Enable building and (some) testing on machines with only Dev15 Preview 3 installed (#12586) · 6ba2346b
      Manish Vasani 提交于
      * Enable building and testing on machines with only Dev15 Preview 3 installed
      
      1. Auto-detect the VS common tools path
      2. Convert analyzer samples to import Roslyn targets
      3. Ensure dependencies are copied to the output directory
      4. Workaround: Use local Microsoft.Net.Compilers.props until we move to a compiler toolset with https://github.com/dotnet/roslyn/commit/05c12ebfcdd08a02dbceded5327a8da7a7df23be
      5. Replace references to Microsoft.VisualStudio.ComponentModelHost.dll (VisualStudioReferenceAssemblyVersion) with a nuget reference to RoslynDependencies.Microsoft.VisualStudio.ComponentModelHost
      6. Add nuget references to Roslyn.Microsoft.Build, Roslyn.Microsoft.VisualStudio.ExtensionManager, RoslynDependencies.Microsoft.VisualStudio.Diagnostics.PerformanceProvider and RoslynDependencies.Microsoft.VisualStudio.CodeAnalysis.Sdk.UI.
      
      * Remove workaround now that new NuGet packages have been uploaded to nuget.org
      
      * Remove preprocessor directive MSBUILD12 and its references
      6ba2346b
  13. 20 7月, 2016 1 次提交
  14. 30 11月, 2015 2 次提交
  15. 20 11月, 2015 1 次提交
  16. 04 11月, 2015 1 次提交
  17. 29 10月, 2015 1 次提交
  18. 22 10月, 2015 1 次提交
  19. 19 10月, 2015 1 次提交
  20. 16 10月, 2015 1 次提交
  21. 15 9月, 2015 1 次提交
  22. 26 8月, 2015 1 次提交
  23. 30 7月, 2015 2 次提交
  24. 29 7月, 2015 1 次提交
  25. 07 7月, 2015 1 次提交
  26. 26 6月, 2015 1 次提交
  27. 10 6月, 2015 1 次提交
  28. 03 6月, 2015 1 次提交
  29. 18 5月, 2015 1 次提交
  30. 02 5月, 2015 1 次提交
  31. 29 4月, 2015 1 次提交
  32. 28 4月, 2015 1 次提交
  33. 14 4月, 2015 1 次提交
    • J
      Change to Directory.GetCurrentDirectory · 98b912d6
      Jared Parsons 提交于
      The API Environment.CurrentDirectory is not available on CoreFX.
      Switching all uses to Directory.GetCurrentDirectory which is an
      equivalent API (it is actually how Environment.CurrentDirectory is often
      implemented).
      
      closes #1829
      98b912d6