v2.2.10
Pre-release
Pre-release
jasonmalinowski
released this
08 Sep 21:58
·
1675 commits
to main
since this release
Changes Since v2.1.2
- Update Roslyn version
- Includes better support for .NET 8 and .NET Framework-targeting projects (PR: #69616)
- This should fix a number of reports where projects don't have full IntelliSense. .NET Framework projects on Windows should load without errors. .NET Framework targeting projects on Mac and Linux which would use Mono are still processed as if they are .NET Core projects and may not load correctly; support for Mono is coming in a future update.
- Fix issues where some projects fail to load being unable to find NuGet.Frameworks (PR: #69824)
- Includes better support for .NET 8 and .NET Framework-targeting projects (PR: #69616)
- Update Razor to 7.0.0-preview.23455.5 (PR: #6291)
- Fixes issue reading razor.format.enable and other options (PR: dotnet/razor#9240)