Skip to content

Conversation

@ryzngard
Copy link
Contributor

This is no longer used, which is fantastic! Less EA to worry about, fewer dual insertions, the whole 9 meters. However, it turns out it still happily restores and gets packaged in the LanguageServer for VS Code. Now that razor is on 10.x the 9.x version load will cause an exception when loading. It will eventually find the right version because it's packaged next to the source generator in the rzls package, but the exception is both alarming to users and slows things down. Let's fix that.

Fixes dotnet/vscode-csharp#8193

@ryzngard ryzngard requested review from a team as code owners April 23, 2025 22:55
@ghost ghost added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 23, 2025
@ryzngard ryzngard enabled auto-merge April 23, 2025 23:53
@ryzngard ryzngard merged commit 2b10b01 into dotnet:main Apr 24, 2025
27 of 28 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Apr 24, 2025
ryzngard pushed a commit to dotnet/razor that referenced this pull request Apr 24, 2025
Razor side needed after dotnet/roslyn#78286

.roslyn used to contain Microsoft.Extensions.ObjectPool.dll because of
the transitive dependency and now it doesn't so it has to be packaged in
the .razorExtension
ryzngard pushed a commit to ryzngard/razor that referenced this pull request Apr 28, 2025
Razor side needed after dotnet/roslyn#78286

.roslyn used to contain Microsoft.Extensions.ObjectPool.dll because of
the transitive dependency and now it doesn't so it has to be packaged in
the .razorExtension
@RikkiGibson RikkiGibson modified the milestones: Next, 18.0 P1 Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generator 'RazorSourceGenerator' failed to generate source

3 participants