1. 18 12月, 2020 1 次提交
  2. 11 12月, 2020 1 次提交
  3. 20 11月, 2020 2 次提交
    • A
      Add usings on paste (#48501) · 8d278c26
      Andrew Hall 提交于
      Addresses #45853
      
      Hook up paste command to also automatically add usings. Operation uses thread await dialog to pop up to a user if it is taking a while with a "cancel" button. The dialog will not always show, but follows the IUIThreadOperationContext scope rules
      
      Edit:
      
      This is disabled by default. The following followup issues were filed
      #49442
      #49443
      #49444
      8d278c26
    • C
      Loc checkin · 99da613c
      Cristiano Suzuki 提交于
      99da613c
  4. 19 11月, 2020 1 次提交
  5. 12 11月, 2020 1 次提交
    • D
      Move brace completion implementation into the features layer by · 8cfe33d1
      David Barbet 提交于
          1.  Creating an IBraceCompletionService to handle brace completion
      	operations.
          2.  Moving the implementations from IEditorBraceCompletionSession to
      	IBraceCompletionService for all sessions and converting from
      	editor to document APIs where needed.
          3.  Repurpose IEditorBraceCompletionSession to interface between
      	editor sync APIs and IEditorBraceCompletionService(s)
      8cfe33d1
  6. 06 11月, 2020 1 次提交
    • J
      Remove duplicated implementations of C# event hookup · bdf87016
      Jason Malinowski 提交于
      This feature originally existed in the C# editor layer, but then moved
      to the VS layer once we split out EditorFeatures.Wpf; we didn't have a
      CSharpEditorFeatures.Wpf so we had no place to put this since it had
      dependencies on WPF at the time. It no longer has a direct WPF
      dependency, so we can move this back to EditorFeatures and simply delete
      the Cocoa copy.
      
      The copy in EditorFeatures.Cocoa was verified to have no improvements
      against the current code; there were some differences but those were
      places where we made later fixes that hadn't been reflected into
      EditorFeatures.Cocoa.
      
      Fixes https://github.com/dotnet/roslyn/issues/34190
      bdf87016
  7. 28 10月, 2020 1 次提交
    • T
      Test layering (#48927) · fbf1583e
      Tomáš Matoušek 提交于
      * Change Microsoft.CodeAnalysis.Test.Utilities solution folder
      
      * Remove workaround for fixed NuGet bug.
      
      * Remove unnecessary project references
      
      * Rename Roslyn.Services.UnitTests.Utilities to Microsoft.CodeAnalysis.Workspaces.Test.Utilities
      
      * Remove unneccessary project references
      
      * Remove unnecessary references
      
      * Rename Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities to Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2
      
      * Rename Roslyn.Services.Test.Utilities to Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities
      
      * Fixes
      
      * Update Compilers.sln
      fbf1583e
  8. 14 10月, 2020 1 次提交
  9. 13 10月, 2020 1 次提交
    • T
      Do not crash on unexpected exception (#48367) · 9f82a082
      Tomáš Matoušek 提交于
      * Fix usage fo FatalError.Report*
      
      * update handlers in VS and OOP to never fail-fast
      
      * Replace ReportWithoutCrashAndPropagate with Report.
      
      Both APIs propagate the exception. With the previous change ReportWithoutCrash now does not crash VS/OOP.
      9f82a082
  10. 09 10月, 2020 1 次提交
  11. 02 10月, 2020 6 次提交
  12. 29 9月, 2020 1 次提交
  13. 24 9月, 2020 1 次提交
  14. 20 9月, 2020 1 次提交
    • T
      Use MessagePack for serialization, move services to IServiceBroker (#47461) · e91ccb5c
      Tomáš Matoušek 提交于
      * Use MessagePack for ISB serialization
      
      * DocumentHighlighting service
      
      * Renamer, EncapsulateField, TupleToStruct services
      
      * SymbolFinder and FindUsages services
      
      * NavigateToSearch service
      
      * FindUsages, References fixes
      
      * AddImport service
      
      * SymbolSearchUpdate service
      
      * ExtensionMethodImportCompletion service
      
      * DependentTypeFinder service
      
      * GlobalNotificationDelivery service
      
      * CodeLensReferences service
      
      * Remove CodeAnalysis service
      
      * Remove unused code
      
      * Fix warnings.
      
      * Remove unused
      
      * Error reporting and logging
      
      * Update StreamJsonRpc to 2.6.86-alpha
      
      * Improve callback error handling.
      
      * Update Watson reporting
      
      * PR feedback
      
      * Fix tests
      
      * Fixes
      
      * Remove unused field
      
      * Rename shutdown service
      
      * Switch diagnostic serialization from ObjectReader/Writer serializer to MessagePack
      
      * Fix diagnostic reporting issue in ASP.NET apps
      e91ccb5c
  15. 01 9月, 2020 1 次提交
  16. 13 8月, 2020 1 次提交
  17. 06 8月, 2020 1 次提交
  18. 29 7月, 2020 1 次提交
    • T
      Test compositions (#46018) · 1386d0fd
      Tomáš Matoušek 提交于
      * Test compositions
      
      * Eliminate TestExportProvider
      
      * Fixes and caching
      
      * Debugger proxies
      
      * Scopes
      
      * Feedback and more fixes
      
      * RemoteHostOptions
      
      * Throw without timeout on invalid thread switches
      
      * EventCollectorTests requires a main thread
      1386d0fd
  19. 28 7月, 2020 1 次提交
  20. 09 7月, 2020 4 次提交
  21. 08 7月, 2020 1 次提交
  22. 07 7月, 2020 1 次提交
  23. 18 6月, 2020 1 次提交
  24. 17 6月, 2020 1 次提交
  25. 13 6月, 2020 1 次提交
  26. 11 6月, 2020 1 次提交
  27. 06 6月, 2020 1 次提交
  28. 03 6月, 2020 4 次提交