1. 29 6月, 2019 3 次提交
  2. 05 6月, 2019 1 次提交
    • H
      mark NFW from OOP critical (#36156) · 30851719
      Heejae Chang 提交于
      * mark NFW from OOP critical
      
      currently, whenever OOP throws an exception, we show infobar saying "restart VS". whenever that happens, we report NFW. now those NFW will be marked as critical and we will stop reporting NFW after that in VS.
      
      basically making critical NFW behavior same as fatal watson in VS. and management will treat critical NFW same as fatal watson.
      
      also, now we will show callstack like code fix exception when info bar is shown
      
      * xml document fix
      
      * fix build break.
      
      * changed button to hyper-link to follow same pattern as other info bar (code fix)
      
      show remote exception in callstack view.
      
      * introduced enum for Watson Severity
      30851719
  3. 23 5月, 2019 1 次提交
    • H
      move StreamJsonRpc 1.xxx to 2.xxx (#34860) · 0427bb25
      Heejae Chang 提交于
      * Revert "Revert "move StreamJsonRpc to 2.x from 1.3.x (#33960)" (#34654)"
      
      This reverts commit 297aaf20.
      
      * fix streamJsonRpc version conflict errors
      
      * move stream json rpc to more recent version and remove unnecessary explicit dependency
      
      * fix nuget version conflict issue
      
      * json rpc array bug workaround
      
      * move ToArray fix to lower layer
      
      * underlying issue is fixed in stream json rpc already and inserted to VS before we going in.
      
      removed workaround.
      0427bb25
  4. 03 4月, 2019 1 次提交
  5. 30 3月, 2019 1 次提交
    • H
      move StreamJsonRpc to 2.x from 1.3.x (#33960) · b6285348
      Heejae Chang 提交于
      * move StreamJsonRpc to 2.0
      
      * use object and collection initializer
      
      * changed to throw rather than return
      
      * share JsonRpc creation when it can share code
      
      * add linked files to share code
      
      * more moving around so that we can have linked file working
      
      * addressed PR feedback
      
      * changed name to WatsonReporter
      
      * moved to latest streamjson version
      
      * added a way for partner to add thier own json converter to roslyn service hub service base type
      
      * fixed test break.
      
      it is caused by behavior changes between StreamJsonRpc 1.x and 2.x
      
      * added comment follow PR feedbacks
      
      * updated comment following feedbacks
      b6285348
  6. 31 8月, 2017 1 次提交
    • H
      added more diagnostic info on OOP code. · 8dad5215
      Heejae Chang 提交于
      with set SERVICEHUBTRACELEVEL=All set, vs should put more logs in %temp%\servicehub\logs
      
      while doing this, already found an issue where JsonRpc would throw bad RPC head exception. working with ilya to find out how that can happen.
      8dad5215
  7. 28 6月, 2017 1 次提交
  8. 22 2月, 2017 1 次提交
  9. 17 2月, 2017 1 次提交
  10. 06 1月, 2017 1 次提交
  11. 30 11月, 2016 2 次提交
  12. 28 11月, 2016 1 次提交
  13. 24 11月, 2016 1 次提交
    • H
      fixed 2 known OOP issues · 6fdb0c11
      Heejae Chang 提交于
      1. there is a known issue where RequestServiceAsync might fail randomly.
         people are looking at the root cause, but until that is fixed,
         we will retry rather than failing right away.
      
      2. if we close named pipe stream in the middle of object writer/reader is
         using them, we can get various exceptions. make sure we check cancellation
         before propagating that exception.
      6fdb0c11
  14. 09 11月, 2016 3 次提交
  15. 04 11月, 2016 1 次提交
  16. 01 9月, 2016 1 次提交
  17. 05 8月, 2016 1 次提交
  18. 30 7月, 2016 1 次提交
    • 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
  19. 29 7月, 2016 1 次提交
  20. 28 7月, 2016 1 次提交
  21. 27 7月, 2016 1 次提交