-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
Description
Bug description
A clear and concise description of what the bug is.
- Version of analyzers assembly: 1.25
- Analyzer rule: USP0007
- Error (exception message, type, and callstack where applicable):
Hello, i'm running dotnet tools v8.0.414 with Roslynator.Analyzers.4.14.0 and Microsoft.Unity.Analyzers.1.25, when running roslynator analyze with Roslynator and Microsoft.Unity.Analyzers the CS0649 warning is never suppressed for SerializeField, i have the following rule in the .editorconfig
dotnet_diagnostic.USP0007.severity = warning
also i have already validated that Unity Analyzers are working fine by testing other rules like UNT0001, i keep getting the following message Field 'Foo' is never assigned to, and will always have its default value null, any idea?