• H
    add new RemoteHostClient which will run services in proc · b18b69e1
    Heejae Chang 提交于
    this is to make develop - debug cycle easiler when adding new features to service hub.
    
    to enable this, turn on Roslyn/FeatureManager/Features/RemoteHost and RemoteHostInProc
    
    once enabled, InProcRemoteHostClient will be used instead of ServiceHubRemoteHostClient
    
    except concrete type of RemoteHostClient, all other parts, exactly same code will be used.
    
    InProcRemoteHostClient can be used in unit test to test client and server side as they are.
    b18b69e1
Roslyn.sln 268.9 KB