Replies: 4 comments 1 reply
|
Is that documented somewhere that if we add |
1 reply
|
Thanks for the links. It does make sense to add the line to the generated code. |
0 replies
|
This should have been addressed via PR #1748 and available in Amazon.Lambda.Annotations v1.4.0 package. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We are using StyleCop.Analyzers and it's including the *_Generated.g.cs, and Program.g.cs files generated by the Amazon.Lambda.Annotations.SourceGenerator.Generator. It would be nice if they included
// <auto-generated/>
at the top of the file like Microsoft generators do, so they automatically get skipped by the analyzers. Is there any way to do this today, or would this be a change request.
All reactions