Skip to content

v2.93.22

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 17:59
· 88 commits to main since this release
7273f4c

2.93.x

  • Bump Roslyn to 5.0.0-2.25472.11 (PR: #8646)
    • Fix handling edits in types nested in reloadable types(PR: #80360)
    • Remove CS1998 warning entirely and remove dependent C# code fix providers(PR: #80144)
    • Only restore based on assets file changes if the actual content changed(PR: #80341)
    • Fix issue where build artifacts were added in source tree (PR: #80324)
    • Allow clients to send range ending at the line after the last line in the document(PR: #80310)
    • Don't show Razor diagnostics in Full Solution Analysis(PR: #80296)
    • Log project context in which document was found(PR: #80202)
  • Bump Razor to 10.0.0-preview.25472.6 (PR: #8639)
    • Support view components in Go To Def (PR: #12222)
    • Redirect the older named assembly too (PR: #12239)
    • Restore "Show Html/C#" VS Code commands (PR: #12234)