You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analyzer 'StyleCop.Analyzers.DocumentationRules.SA1649FileNameMustMatchTypeName' threw an exception of type 'System.ArgumentException' with message 'Unhandled declaration kind: RecordStructDeclaration'.
The text was updated successfully, but these errors were encountered:
This is very similar to #3213 but affects RecordStructDeclaration. Since this change will require a new test project for C# 10 it could be fairly involved.
I took a look at the project structure and saw that there are different projects for the different language versions. I'm happy to provide a fix for this if you can point me to any docs on how to structure the language version projects
I'm going to have to turn SA1649 completely off for my project because a simple #pragma warning disable SA1649 in the file is evidently insufficient to suppress the AD0001 warning being emitted by the compiler.
With the latest version (1.2.0-beta.354) I'm hitting an error when using a record struct:
I'm getting the following error:
The text was updated successfully, but these errors were encountered: