1. 01 6月, 2016 1 次提交
  2. 27 5月, 2016 2 次提交
  3. 26 5月, 2016 2 次提交
  4. 25 5月, 2016 3 次提交
  5. 24 5月, 2016 1 次提交
  6. 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
  7. 20 5月, 2016 2 次提交
  8. 18 5月, 2016 2 次提交
  9. 17 5月, 2016 1 次提交
  10. 14 5月, 2016 5 次提交
  11. 11 5月, 2016 1 次提交
  12. 10 5月, 2016 1 次提交
  13. 30 4月, 2016 1 次提交
  14. 22 4月, 2016 3 次提交
  15. 21 4月, 2016 1 次提交
  16. 20 4月, 2016 2 次提交
  17. 16 4月, 2016 3 次提交
    • S
      Promote APIs shipped in VS 2015 Update 2 · 40d3b62c
      Shyam N 提交于
      Move lines appearing in PublicAPI.Unshipped.txt files to
      PublicAPI.Shipped.txt files and re-sort the latter.
      
      Note: VB scripting APIs and APIs for IOperation continue to remain
      unshipped.
      40d3b62c
    • D
      Unify NuGet dependencies across the tree · 4aef0b06
      David Kean 提交于
      To prevent projects across the tree from having different dependencies, we unify
      external package dependencies by creating empty C# projects that represent them.
      We then make use of project.json package inheritance (where a project inherits
      all packages dependencies from their dependencies) to unify it across the tree.
      
      No projects outside of this tree, should be directly referencing versions of
      these dependencies manually.
      
      For this check-in I've tackled Metadata, Reflection, and DiaSymReader. Will tackle
      the rest in future commits.
      4aef0b06
    • G
      a96d7825
  18. 15 4月, 2016 1 次提交
  19. 14 4月, 2016 1 次提交
  20. 31 3月, 2016 1 次提交
  21. 24 3月, 2016 1 次提交
  22. 23 3月, 2016 1 次提交
  23. 22 3月, 2016 2 次提交
  24. 19 3月, 2016 1 次提交