We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using the Public API Analyzer in https://github.com/CommunityToolkit/Aspire but since adding .NET 9 to our devcontainer the analyzer quick fix is no longer showing up (but it was prior to the .NET 9 release/adding .NET 9 to the devcontainer).
It's detected:
But not an option:
The feature works in VS though.
src
I'd expect that the Analyzer code fix option to be presented and execute, as it did prior to updating.
Version: 1.96.0-insider (system setup) Commit: db865c38f0f5fee1de1653b75dd66ec802d24a28 Date: 2024-11-13T17:56:05.737Z Electron: 32.2.1 ElectronBuildId: 10427718 Chromium: 128.0.6613.186 Node.js: 20.18.0 V8: 12.8.374.38-electron.0 OS: Windows_NT x64 10.0.26120
The text was updated successfully, but these errors were encountered:
I suspect this is a duplicate of dotnet/vscode-csharp#7802. If it is, it should be fixed in the current prerelease version of the C# extension.
Sorry, something went wrong.
yup, should be fixed in 2.58.20 (prerelease)
No branches or pull requests
Describe the Issue
I'm using the Public API Analyzer in https://github.com/CommunityToolkit/Aspire but since adding .NET 9 to our devcontainer the analyzer quick fix is no longer showing up (but it was prior to the .NET 9 release/adding .NET 9 to the devcontainer).
It's detected:
But not an option:
The feature works in VS though.
Steps To Reproduce
src
folderExpected Behavior
I'd expect that the Analyzer code fix option to be presented and execute, as it did prior to updating.
Environment Information
The text was updated successfully, but these errors were encountered: