-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
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
Define experimental diagnostics IDs #4161
Labels
Comments
FWIW, the latest Preview7 SDK is already breaking consumers. E.g., this build:
|
@geeknoid the suggested way forward for this is as follows:
|
ghost
added
the
work in progress 🚧
label
Jul 17, 2023
ghost
locked as resolved and limited conversation to collaborators
Aug 17, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With dotnet/roslyn#68702 and dotnet/runtime#85444 we now have live experimental diagnostics (e.g., it's already surfaced in dotnet/aspnetcore#49297), however, we don't have any diagnostic IDs defined.
As per #4130 (comment), diagnostic IDs must be defined one per experimental feature. For example, generic math would use one ID that is applied to many APIs. The idea being that users can suppress usages on a per-feature level.
The text was updated successfully, but these errors were encountered: