1. 11 8月, 2016 1 次提交
  2. 10 8月, 2016 6 次提交
  3. 09 8月, 2016 6 次提交
  4. 06 8月, 2016 3 次提交
  5. 05 8月, 2016 3 次提交
  6. 04 8月, 2016 2 次提交
  7. 30 7月, 2016 4 次提交
  8. 29 7月, 2016 2 次提交
  9. 28 7月, 2016 1 次提交
    • N
      Introduce a "Latest" language version, which maps to the latest · c830f88e
      Neal Gafter 提交于
      supported language version when used in APIs.
      Also update the C# 7 feature status doc to bring it up-to-date.
      
      We also change the default language version for VB from 14 to 15, and
      put the binary literals and digit separators under language version 15.
      
      This PR takes the approach of immediately transforming a "Latest"
      language version to the actual latest language version. Thus, the extra enum value
      should never be persisted as part of an options object, but only transiently
      appear as an argument to an API call setting or resetting the language version.
      c830f88e
  10. 27 7月, 2016 2 次提交
  11. 24 7月, 2016 1 次提交
  12. 23 7月, 2016 1 次提交
    • M
      Add support for a new ProjectShimFactory to be consumed by CPS. (#12440) · b19fcfe8
      Manish Vasani 提交于
      * Add support for a new ProjectShimFactory to be consumed by CPS.
      
      1. IProjectShim and IProjectShimFactory are the primary interfaces being introduced that CPS will use to forward project system changes to workspace hosts.
      2. Refactored the UpdateOptions code in AbstractRoslynProject and sub-types so that it can be shared with the new project shim.
      
      TODO: Add IVT to CPS binaries to enable consuming these APIs (need to follow up with DavKean)
      
      * Add support for a new ProjectShimFactory to be consumed by CPS
      
      1. IProjectShim and IProjectShimFactory are the primary interfaces being introduced that CPS will use to forward project system changes to workspace hosts.
      
      2. Refactored the UpdateOptions code in AbstractRoslynProject and sub-types so that it can be shared with the new project shim.
      
      3. Add IVT to CPS projects to enable consuming these APIs.
      
      * Fix tests
      
      * Add tests for new CPS project shim.
      
      * Fix the tests and update the Shim factory API to take CommandLineArguments.
      
      * Fix VSI test - VB compilation options must also contain latest parse options
      
      * Some more code refactoring to ensure that for the CPS shim we avoid getting properties through the hierarchy while creating the shim and adding new source files.
      
      * Some more code refactoring to address review feedback:
      
      1. Rename IProjectShim and IProjectShimFactory to IProjectContext and IProjectContextFactory respectively.
      2. Add a new sub-type of AbstractProject, namely "AbstractLegacyProject", for legacy C# and VB project system shims. All the Hierarchy accesses for computing properties have been moved to this sub-type.
      3. Move legacy project system specific interface implementations (IVsHierarchyEvents, IIntellisenseBuildTarget and ICompilerOptionsHostObject) to AbstractLegacyProject.
      4. Merge AbstractRoslynProject into AbstractProject - the only addition in AbstractRoslynProject seem to be support for VsENCRebuildableProjectImpl, which was anyways an optional field.
      
      * Change the name of the flag taken by AddSourceFile to "isInCurrentContext"
      
      * Address review feedback
      
      * Fix tests broken by last commit
      
      * Further cleanup of options setting infrastructure
      
      * Minor refactoring of the Options setting APIs
      b19fcfe8
  13. 22 7月, 2016 3 次提交
  14. 21 7月, 2016 5 次提交