Closed weelink closed 11 months ago
@weelink it looks like you're in the wrong repository. Please create your issue at https://github.com/bkoelman/CSharpGuidelinesAnalyzer instead.
I wasn't too sure about where to put this. The #pragma
is the analyzer, but the principle is the convention. But I'll add this to the other repository. Thanks.
We are using C# records for modelling our events. Because all the events have at least the aggregate id, this rule limits the amount of extra information to 2, which is not very practical, e.g:
Currently we use
#pragma warning disable AV1561
, but I think this should be an exception.