-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-CompilersResolution-By DesignThe behavior reported in the issue matches the current designThe behavior reported in the issue matches the current design
Description
Version Used: VS16.5.1
Steps to Reproduce:
- Clone https://github.com/verybadcat/CSharpMath with submodules
- Open
CSharpMath.sln
- Open
_Core
folder ->CSharpMath.Rendering
project ->_IgnoreTypographyWarnings.cs
file - Build solution
Expected Behavior: CS0649 is suppressed like other warnings
Actual Behavior: SuppressMessageAttribute
works for other warnings but not CS0649
Metadata
Metadata
Assignees
Labels
Area-CompilersResolution-By DesignThe behavior reported in the issue matches the current designThe behavior reported in the issue matches the current design