1. 07 10月, 2020 3 次提交
  2. 06 10月, 2020 1 次提交
  3. 02 10月, 2020 1 次提交
  4. 31 8月, 2020 1 次提交
  5. 28 8月, 2020 1 次提交
    • J
      Enable go to definition for source generated files · e7d7a542
      Jason Malinowski 提交于
      This allows go to definition (and similar features) to open the outputs
      from a source generator as a "virtual" file. The file updates as
      changes happen in near-real-time.
      
      This commit is ignoring for now the problem of how we want to represent
      source generated files as Documents in the Workspace; this isn't a big
      deal bit a helper method (TryGetGeneratorAndHint) is added to easily
      check if a SyntaxTree came from a generator, and if so gives you the
      information you need to locate the generated file in a later run of
      the generator. The majority of this pull request doesn't really change
      once we have that working, so this isn't throw-away work. It does mean
      though that we don't have a good way to link the generated file back
      up to the generating project, so you only get a Miscellanous Files
      experience in the generated document for now.
      
      This is also doing a somewhat icky hack where we still have to put an
      empty file onto disk, and fill it in once the file is open. The
      challenge being that Visual Studio really doesn't give us any way
      to have a moniker that isn't a file that passes through the system
      at this point.
      e7d7a542
  6. 24 8月, 2020 1 次提交
  7. 18 8月, 2020 2 次提交
  8. 14 8月, 2020 1 次提交
    • A
      Extract Class Implementation (#46105) · a4ec6cb5
      Andrew Hall 提交于
      Implement ability to extract code into a new base class if there is no other base class already. 
      
      * Uses shared code with similar things like Extract Interface and Pull Members Up
      * Shares UI with those two features as well 
      a4ec6cb5
  9. 08 8月, 2020 1 次提交
  10. 06 8月, 2020 1 次提交
  11. 15 7月, 2020 1 次提交
  12. 14 7月, 2020 1 次提交
    • T
      InteractiveHost for .NET Core (#45046) · 4d0c2c0d
      Tomáš Matoušek 提交于
      * InteractiveHost for .NET Core
      
      * Merge fix
      
      * Fixes
      
      * Typo
      
      * Workaround for https://github.com/dotnet/interactive-window/issues/156
      
      * Fix
      
      * Update OptProf config
      
      * Fix deployment of rsp files
      
      * Fix signing.
      
      * Clean up unit tests dependencies.
      
      * Remove unnecessary references.
      
      * Fix reset interactive command
      
      * Fix OptProf config
      
      * Add missing project refs
      
      * Fix InteractiveHost deployment
      
      * Process rsp file fully in InteractiveHost process and send back results.
      
      * Fix build from VS.
      
      * Retrieve metadata resolver parameters from InteractiveHost process.
      
      Simplify keeping search paths in-sync between InteractiveHost and InteractiveEvaluator.
      
      * Fixes
      
      * Fixes
      
      * Check for failures to create process in unit tests
      
      * Test
      
      * Pending buffers
      
      * Fix submission project creation
      
      * Logging
      
      * Serialize exceution and process initialization
      
      * Fix reference completion, resolution.
      
      * MetadataReferenceResolver fixes
      
      * Fix failing .NET Core tests
      
      * Target netcoreapp.
      
      * Set DOTNET_ROOT
      
      * Fix NGEN/OptProf
      
      * Avoid loading Microsoft.CodeAnalysis.Scripting
      
      * Fix
      
      * Feedback
      
      * Feedback
      
      * Feedback
      
      * Comment on dependent target
      
      * Disable interpreting of strings as DateTime during deserialization:
      
      * Merge fix
      4d0c2c0d
  13. 11 7月, 2020 1 次提交
  14. 10 7月, 2020 1 次提交
  15. 03 7月, 2020 1 次提交
  16. 10 6月, 2020 1 次提交
  17. 19 5月, 2020 1 次提交
  18. 12 5月, 2020 1 次提交
  19. 22 4月, 2020 1 次提交
  20. 21 4月, 2020 1 次提交
  21. 18 4月, 2020 1 次提交
  22. 16 4月, 2020 1 次提交
  23. 15 4月, 2020 1 次提交
  24. 14 4月, 2020 2 次提交
  25. 11 4月, 2020 1 次提交
  26. 10 4月, 2020 2 次提交
  27. 08 4月, 2020 1 次提交
  28. 31 3月, 2020 1 次提交
  29. 28 3月, 2020 1 次提交
  30. 21 3月, 2020 1 次提交
  31. 09 3月, 2020 1 次提交
  32. 08 3月, 2020 2 次提交
  33. 27 2月, 2020 1 次提交
  34. 26 2月, 2020 1 次提交