1. 05 8月, 2016 1 次提交
  2. 04 8月, 2016 2 次提交
  3. 03 8月, 2016 1 次提交
  4. 02 8月, 2016 3 次提交
  5. 01 8月, 2016 3 次提交
  6. 30 7月, 2016 3 次提交
    • T
      stop publishing vsman on non-official builds · 3de778ee
      Ty Overby 提交于
      3de778ee
    • T
      pull swixproj requirements from myget · 5b01de13
      Ty Overby 提交于
      5b01de13
    • H
      porting OOP to preview 4 branch · c141605a
      Heejae Chang 提交于
      changes include
      make SourceText::GetChecksum and AnalyzerTelemetry contructor public.
      
      added MustRunInProc in IBuiltInAnalyzer and some clean up around serializing Solution/Project/DocumentId and how DocumentState is exposed.
      
      simplified temporary storage service's temporary storage management and added ability to attach to existing temporary storage
      
      solution checksum and serialization service.
      
      added remote host client
      - this gives an ability for host (vs) to talk to remote host (service hub)
      
      rename and moving files between feature/workspace layers
      - only real change is having ICompilerDiagnosticAnalyzer interface which can either have inproc implementation or out of proc implementation.
      - inproc is needed since diagnostics are in feature layer and one who uses feature layer out side of VS host need an implementation.
      
      added RemoteWorkspace
      - RemoteWorkspace has host agnostic implementation of roslyn features/services/workspace that will run in remote host
      
      added service hub component and setup project for service hub
      - service hub component is basically thin layer that deals with converting data to pass in to RemoteWorkspace
      
      made devdiv insertion tool to ignore servicehub related files
      
      support byte and char array natively in ObjectReader/Writer
      c141605a
  7. 28 7月, 2016 5 次提交
  8. 27 7月, 2016 9 次提交
  9. 26 7月, 2016 2 次提交
  10. 25 7月, 2016 1 次提交
  11. 23 7月, 2016 3 次提交
  12. 21 7月, 2016 1 次提交
    • A
      Support tuples in interface implementations (#12611) · d6025731
      Andy Gocke 提交于
      Currently, if you implement an interface with a tuple type as a
      substituted type argument that will be accurately represented in source,
      but the names will be lost when emitted to metadata.
      
      This PR implements roundtripping for tuples as generic type arguments to
      interface implementations in metadata. This is done by adding support
      for emitting attributes on interface implementations to Emit. We now
      emit the same attribute on interface implementations that we would
      on other areas where types may contain nested tuples. Completes the
      interface implementation work referenced in #12347.
      d6025731
  13. 20 7月, 2016 2 次提交
  14. 19 7月, 2016 4 次提交