-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-AnalyzersArea-IDEFeature - IDE0241Remove unnecessary nullable directiveRemove unnecessary nullable directive
Milestone
Description
Version Used:
VS 2022 v17.5 Preview 1
Steps to Reproduce:
Setup project with nullable enabled in .csproj
#nullable disable
//[Flags]
enum MyEnum
{
}Observer thta IDE0241 is reported.
Uncomment //[Flags]
Diagnostic Id:
IDE0241
Expected Behavior:
IDE0241 is still reported because attributes don't create nullability issues
Actual Behavior:
IDE0241 is not reported
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-AnalyzersArea-IDEFeature - IDE0241Remove unnecessary nullable directiveRemove unnecessary nullable directive