1. 21 5月, 2016 1 次提交
    • M
      Move Roslyn to newer toolset packages (#10312) · 40e2a0c8
      Manish Vasani 提交于
      * Move Roslyn to newer toolset packages
      
      1. Move to 1.2.1 compiler toolset package.
      2. Move to 1.2.0-beta1 analyzer packages.
      3. Turn on IOperation feature flag for all projects as the new analyzer packages have IOperation based analyzers.
      
      * Use the Roslyn wide default CA rulesets for newly added samples project.
      
      * Fix couple of test projects to use the Roslyn wide rulesets for code analysis.
      
      * Move to analyzers 1.2.0-beta2 packages (multiple fixes and enhancements to Roslyn diagnostic analyzers)
      
      * Revert accidental file mode changes.
      
      * Move shipped implicit constructors to public API shipped files.
      
      Fixes #11446
      40e2a0c8
  2. 13 5月, 2016 1 次提交
  3. 30 4月, 2016 1 次提交
  4. 21 4月, 2016 2 次提交
  5. 20 4月, 2016 2 次提交
  6. 29 3月, 2016 1 次提交
  7. 02 3月, 2016 1 次提交
  8. 24 2月, 2016 1 次提交
  9. 20 1月, 2016 1 次提交
  10. 16 12月, 2015 2 次提交
  11. 04 11月, 2015 1 次提交
  12. 24 10月, 2015 1 次提交
  13. 16 10月, 2015 1 次提交
  14. 10 10月, 2015 1 次提交
  15. 22 9月, 2015 1 次提交
    • T
      This cleans up the Roslyn Code Base. · deee04e4
      Tanner Gooding 提交于
      * This updates all references to nuget.exe to use the copy in the root.
      * This deletes all NuGet.config and NuGet.exe files that are not in the root.
      * This removes all references to NuGet.targets (which is obsolete and no longer exists)
      deee04e4
  16. 11 9月, 2015 2 次提交
  17. 03 9月, 2015 1 次提交
  18. 18 8月, 2015 1 次提交
  19. 12 8月, 2015 1 次提交
  20. 29 7月, 2015 1 次提交
  21. 15 7月, 2015 2 次提交
  22. 09 7月, 2015 1 次提交
    • A
      Unify the Closed/Open targets files · ebd5cd6e
      Andy Gocke 提交于
      The targets files were previously split into an open version in
      Microsoft.CodeAnalysis.Toolset.Open and a closed version in build/. This
      unifies the four targets into two new targets, VSL.Settings.targets and
      VSL.Imports.targets, and moves all the targets from ..Toolset.Open into
      the build/ folder.
      ebd5cd6e
  23. 11 6月, 2015 1 次提交
  24. 03 6月, 2015 1 次提交
  25. 29 5月, 2015 1 次提交
  26. 23 5月, 2015 1 次提交
  27. 21 5月, 2015 1 次提交
    • T
      Generate relative paths correctly · a4ad4aef
      Tom Meschter 提交于
      The `FilePathUtilities.GetRelativePath(...)` method is used in various
      places in the Workspaces and VS layers to generate a relative path from
      a starting directory to a target file or directory. However, it has a
      bug where it will generate an incorrect path if you need to go up more
      than one level from the starting directory to get to the target.
      
      For example, if the starting directory is `C:\Alpha\Beta\Gamma` and the
      target is `C:\Alpha\SomeFile.txt`, the correct relative path would be
      `..\..\SomeFile.txt`. Instead, we get `..\..\..\SomeFile.txt` (note the
      extra `..`).
      
      This commit fixes the issue and adds unit tests for this method.
      a4ad4aef
  28. 15 5月, 2015 3 次提交
  29. 14 5月, 2015 1 次提交
  30. 10 5月, 2015 1 次提交
    • J
      Remove references to Desktop projects · 817fe8c5
      Jared Parsons 提交于
      This removes the majority of references to the deprecated Desktop
      assemblies.  The only remaining ones are in the VSIX projects.  They
      must remain until we actually delete the assemblies.
      817fe8c5
  31. 02 5月, 2015 1 次提交
  32. 18 4月, 2015 1 次提交
  33. 17 4月, 2015 1 次提交