-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable EnforceCodeStyleInBuild and fix findings #2763
Conversation
Have to enable GenerateDocumentationFile for test csproj to work around dotnet/roslyn#41640
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears we have a rule in our Wilson Github Action test that is failing due to a few files not having the usual header. From looking at them, it would appear that they may be exceptions to the rule.
Thanks for the tip!
El mar, 6 ago 2024 a la(s) 7:10 a.m., Ignacio Inglese (
***@***.***) escribió:
… ***@***.**** approved this pull request.
It appears we have a rule in our Wilson Github Action test that is failing
due to a few files not having the usual header. From looking at them, it
would appear that they may be exceptions to the rule.
—
Reply to this email directly, view it on GitHub
<#2763 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFLCBZ7Y6MHFCFDGDVS5ZBDZQDDL5AVCNFSM6AAAAABMBM5RACVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDEMRRGI3DKMJWGQ>
.
You are receiving this because you commented.Message ID:
<AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2763/review/2221265164
@github.com>
|
Don't consider GlobalSuppressions.cs, or TrimmingAttributes.cs
Thanks @iNinja, I removed those files from the editorconfig rule for file headers. |
Enable EnforceCodeStyleInBuild and fix findings
Have to enable GenerateDocumentationFile for test csproj to work around
dotnet/roslyn#41640
Fixes #2603