Skip to content

v2.54.20

Pre-release
Pre-release
Compare
Choose a tag to compare
@dibarbet dibarbet released this 30 Oct 00:13
· 168 commits to main since this release
de2caae

Changes in 2.54.20

  • Update debugger packages to v2.54.0 (PR: #7691)
  • Only show misc files warning toast after delay. (PR: #7689)
  • Update Roslyn to 4.13.0-1.24525.2 (PR: #7694)
    • Fix error message spelling (PR: #75601)
    • Improve diagnostic performance by re-using results if diagnostic data is the same (PR: #75587)
    • Improve performance in checksum computation (PR: #75479)
  • Bumped xamlTools to 17.13.35422.31 (PR: #7685)
  • Update Razor to 9.0.0-preview.24524.4 (PR: #7692)
    • Roslyn Tokenizer (#11086) (PR: #11086)
      • Experimental feature
    • Add flush method and make it implementation detail on how that happens (#11087) (PR: #11087)
    • Do not extract component into code block (#11069) (PR: #11069)
      • New code action to handle extracting razor code into a new razor component
    • Handle EditorRequired *Changed/*Expression parameters (#11043) (PR: #11043)
    • Avoid ambiguous object reference in generic component recovery (#11053) (PR: #11053)
    • Move culture info check (#11057) (PR: #11057)
    • Report a better error for void components (#11041) (PR: #11041)
    • Ensure model directives are mapped at runtime (#11007) (PR: #11007)
    • Including @using for Out-of-Scope Razor Component References (#10651) (PR: #10651)