1. 18 7月, 2019 2 次提交
  2. 16 7月, 2019 1 次提交
    • T
      EnC support for DIM (#37115) · 82a709e7
      Tomáš Matoušek 提交于
      * Emit tests
      
      * Report rude edits for unsupported DIM operations
      
      * Allow EnC tests to specify TFMs to build against
      
      * EnC: test against netcoreapp30
      
      * Test fixes
      
      * Fix merge
      82a709e7
  3. 13 7月, 2019 1 次提交
    • T
      Handle synthesized top-level types in EnC symbol matcher (#36854) · 886d79e0
      Tomáš Matoušek 提交于
      * Top-level types enumeration refactoring
      
      * Simplify DefinitionMap
      
      * Include namespaces in synthesized definition map
      
      * Add SynthesizedNamespaceSymbol
      
      * Embedded Attributes
      
      * Test synthesized attributes
      
      * Clean up EnC tests
      
      * Clean up symbol matcher tests
      
      * Ref readonly return type, in parameter symbol matching tests
      
      * Enable using ref readonly returns, in parameters, ref structs during debugging
      
      * More tests
      
      * ReadOnly struct members
      
      * Fix langauge version mismatch
      
      * Merge fix ups
      
      * Feedback, skip tests
      886d79e0
  4. 10 7月, 2019 1 次提交
  5. 29 6月, 2019 2 次提交
  6. 19 6月, 2019 1 次提交
  7. 22 5月, 2019 2 次提交
  8. 21 5月, 2019 1 次提交
  9. 18 5月, 2019 1 次提交
  10. 13 5月, 2019 1 次提交
  11. 11 5月, 2019 1 次提交
  12. 30 4月, 2019 1 次提交
  13. 28 3月, 2019 3 次提交
  14. 26 3月, 2019 1 次提交
  15. 02 3月, 2019 1 次提交
  16. 10 12月, 2018 3 次提交
  17. 11 10月, 2018 1 次提交
  18. 29 8月, 2018 1 次提交
  19. 22 8月, 2018 1 次提交
  20. 01 6月, 2018 1 次提交
    • J
      Update the resource DLL · f8918e59
      Jared Parsons 提交于
      This updates the resource DLL which corrects the version of mscorlib for
      the net45beta resource.
      f8918e59
  21. 20 4月, 2018 1 次提交
    • T
      Fixes mapping of active statement when changing ctor body from block to expression (#26216) · c1452f14
      Tomáš Matoušek 提交于
      * Fixes mapping of active statement when changing ctor body from block to expression
      
      * Fix GetAllAddedSymbolsAsync.
      
      - Recover from unexpected exceptions.
      - Ignore documents that do not belong to the project being emitted during EnC (these could be e.g. speculative documents created by code fix preview).
      
      Change fields of DocumentAnalysisResults to properties to workaround a bug in the VIL that causes evaluation to fail on them, thus making it hard to see the values while debugging Roslyn.
      c1452f14
  22. 07 4月, 2018 2 次提交
  23. 24 3月, 2018 1 次提交
  24. 21 3月, 2018 2 次提交
  25. 24 2月, 2018 1 次提交
    • O
      Support unmanaged constraint (#24817) · eabb4a09
      Omar Tawfik 提交于
      * Source changes for unmanaged (PROTOTYPE for metadata)
      
      * Modreqs for unmanaged as well
      
      * Finished roundtripping metadata
      
      * Added more tests
      
      * Fix CI
      
      * More tests
      
      * Clean up
      eabb4a09
  26. 16 2月, 2018 1 次提交
    • T
      Redesign active statement handling during debugging (#24428) · 11c4bb2f
      Tomáš Matoušek 提交于
      * Active Statement Handling
      
      * Start active statement tracking on background thread
      
      * Ensure XAPI is initialized before calling Concord APIs.
      
      * Fix up and add comments
      
      * Call UninitializeThread in VisualStudioActiveStatementProvider
      
      * Fixes
      
      * PR feedback
      
      * Use dispose pattern for debugger thread initialization
      
      * Finish test
      
      * PR feedback
      
      * Do not track active statements in projects that do not support Roslyn EnC service (e.g. F#)
      
      * Update comment.
      
      * EnC: Report diagnostics for unexpected recoverable exceptions.
      
      * Tweak NFW reporting
      
      * Account for workspace changes in ActiveStatementTagger
      
      * Unsubscribe event in dispose
      
      * Fix initialization of non-remappable regions for unchanged AS in updated method
      
      * Keep non-remappable regions from previous edit session if no edits were made.
      
      * Update xlfs
      
      * Avoid double-free on cancellation
      
      * Avoid calling DkmWorkList.Cancel for now
      
      * Handle active statement without location
      11c4bb2f
  27. 25 1月, 2018 1 次提交
  28. 18 10月, 2017 1 次提交
  29. 29 9月, 2017 2 次提交
  30. 20 9月, 2017 1 次提交