Skip to content

v2.90.51-prerelease

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 21:29
· 24 commits to main since this release
1ca9614

2.90.x

  • Bump Roslyn to 5.0.0-2.25424.1 (PR: #8559)
    • Generate init accessor for required properties inside readonly structs (PR: #80004)
    • Allow Razor cohosting to work with non-Razor SDK projects (PR: #79953)
    • Update 'use expr body' to be a purely syntactic analyzer (PR: #79979)
    • Implement "Simplify property accessor" feature (PR: #79754)
    • Allow Razor to hook up the source generator in misc files (PR: #79891)
  • Bump Razor to 10.0.0-preview.25424.9 (PR: #8559)
    • Allow Razor cohosting to work with non-Razor SDK projects (PR: #12118)
    • Allow the source generator to produce results for miscellaneous files (PR: #12106)
    • Fix range formatting in the presence of K&R braces (PR: #12121)
    • Add codelens endpoints and services for cohosting (PR: #12078)
    • Support Go To Def for Mvc tag helpers in cohosting (PR: #12102)
    • Add missing global:: prefix in a @ref scenario (PR: #12107)