Skip to content

v2.90.60

Choose a tag to compare

@github-actions github-actions released this 12 Sep 00:32
· 292 commits to main since this release
bbd60e6

2.90.x

  • Register the CSharp context provider with Copilot Chat as well. (PR: #8565)
  • Improve the limited activation experience (PR: #8564)
  • Do not create a proxy agent if proxy url is empty string. (PR: #8564)
  • Bump Roslyn to 5.0.0-2.25428.10 (PR: #8576)
    • Fix issue reporting workspace diagnostics in Razor files (PR: #80071)
    • Cache project analyzers (PR: #80050)
    • Cache diagnostic analyzer computation (PR: #80045)
    • 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)