-
Notifications
You must be signed in to change notification settings - Fork 511
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
// <auto-generated/> tag ignored #3517
Comments
Can you include the version of the compiler as well? You can get this by adding Also, can you include an example of the specific diagnostic ID which is reported in the file which was marked with |
Compiler version: "4.0.0-6.21526.21 (c7d6f9fa)". Language version: 10.0. |
CS1591 is reported by the compiler, not StyleCop Analyzers, so we don't have any control over where/how it is reported. I typically recommend disabling this warning as described here: |
Duplicate of dotnet/roslyn#41171 |
Repro steps:
// <auto-generated/>
tag at the top of generated file with migrationExpected behavior: Warnings in generated file are ignored
Actual behavior: Warnings in generated file aren't ignored and with
TreatWarningsAsErrors
options build failsThe text was updated successfully, but these errors were encountered: