1. 11 6月, 2020 1 次提交
  2. 10 6月, 2020 4 次提交
  3. 09 6月, 2020 2 次提交
  4. 05 6月, 2020 1 次提交
  5. 04 6月, 2020 3 次提交
    • S
      Rename the Unit Testing side Json (#44814) · d9d16516
      Shen Chen 提交于
      * Rename
      
      * Change the name to Pascal style
      
      * Rename the enum and change the wrong string
      d9d16516
    • D
    • J
      Watch directories for source files and some metadata references · 0bb2853d
      Jason Malinowski 提交于
      This is a performance improvement to avoid creating so many file
      watchers in Visual Studio. The Visual Studio file watching service
      consolidates file watchers to a single directory, but still has to
      manage the list of all of the file names we are trying to watch so it
      can appropriately filter, and the work to create all of that tracking
      is entirely unnecessary since in practice we're just going to watch
      all the files of a particular extension under a directory.
      
      This is an optimization in that the FileChangeWatcher and does not
      impact correctness. When the FileChangeWatcher is asked to watch a file,
      it checks to see if the the file is under the directory and matches any
      extension filter; if not, it'll still create a regular file watch under
      the covers. This is opaque to the users, since they're getting file
      watches and will see change notifications either way. It's just a
      performance hint to avoid unnecessary work.
      
      This required updating our mock implementation of the Visual Studio
      file change service to support requests for directory watching and for
      handling the filtering of them.
      
      Fixes https://github.com/dotnet/roslyn/issues/13679
      Fixes https://github.com/dotnet/roslyn/issues/42095
      0bb2853d
  6. 03 6月, 2020 4 次提交
  7. 01 6月, 2020 1 次提交
  8. 31 5月, 2020 1 次提交
    • T
      Connection refactoring (#44512) · c1e8715c
      Tomáš Matoušek 提交于
      * RemoveHostClientProvider
      
      * Do not start ServiceHub in command line mode
      
      * Unused usings
      
      * CreateConnection can no longer return null
      
      * Connection refactoring
      
      * Feedback
      
      * Feedback
      
      * Workaround for CodeLens issue
      
      * Address NuGet PackageInstall failure
      
      * Remove NuGet workaroud fixed in 15.9
      
      * Fix potential hang
      c1e8715c
  9. 29 5月, 2020 1 次提交
    • F
      PR Feedback: · 4d826574
      Fredric Silberberg 提交于
      * Add additional testing.
      * Implement symbol equivalence for function pointer types.
      * Simplify the change signature dialog type resolution.
      4d826574
  10. 28 5月, 2020 1 次提交
  11. 27 5月, 2020 2 次提交
  12. 24 5月, 2020 2 次提交
    • T
      RemoteHostClientProvider refactoring (#44430) · 4dce52fb
      Tomáš Matoušek 提交于
      * RemoveHostClientProvider
      
      * Dispose cancellation source
      
      * Do not start ServiceHub in command line mode
      
      * Unused usings
      
      * Fix
      
      * Do not remote operations on non-VS Workspace
      
      * Better tests
      4dce52fb
    • T
      Refactoring of Active Statement tracking for OOP (#44113) · 680a020f
      Tomáš Matoušek 提交于
      * Move IDebuggeeModuleMetadataProvider to EditSession
      
      * Move pending update to EditSession
      
      * ASTS refactoring
      
      * Move AS enumeration to EditSession
      
      * Separate ASTS from EditSession
      
      * Pass Solution explicitly
      
      * Separate ASTS (in-proc) from span tracker (OOP)
      
      * Use pull model for AS updating
      
      * Do not use view tagger provider
      
      * Fix tests
      680a020f
  13. 21 5月, 2020 1 次提交
  14. 20 5月, 2020 1 次提交
  15. 19 5月, 2020 4 次提交
  16. 16 5月, 2020 3 次提交
  17. 15 5月, 2020 2 次提交
  18. 14 5月, 2020 2 次提交
  19. 13 5月, 2020 2 次提交
  20. 12 5月, 2020 2 次提交