• 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
IDiagnosticAnalyzerService.cs 6.8 KB