Skip to content
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

[Feature Request] Add <autogenerated /> comment to generated file header #19

Closed
filzrev opened this issue Jun 11, 2024 · 3 comments
Closed

Comments

@filzrev
Copy link

filzrev commented Jun 11, 2024

When some code analyzer rules are enabled. (e.g. IDE0073: Require file header)
Warnings are reported on generated IgnoresAccessChecksTo.cs file.

It may be better to add the following comment to the IgnoresAccessChecksTo.cs header to suppress code analyzer related warnings.

// <auto-generated />
koder-man pushed a commit to koder-man/IgnoresAccessChecksToGenerator that referenced this issue Oct 17, 2024
koder-man pushed a commit to koder-man/IgnoresAccessChecksToGenerator that referenced this issue Oct 17, 2024
koder-man pushed a commit to koder-man/IgnoresAccessChecksToGenerator that referenced this issue Oct 21, 2024
…Attribute to IgnoresAccessChecksToAttribute
koder-man pushed a commit to koder-man/IgnoresAccessChecksToGenerator that referenced this issue Oct 21, 2024
…Attribute to IgnoresAccessChecksToAttribute
koder-man pushed a commit to koder-man/IgnoresAccessChecksToGenerator that referenced this issue Oct 21, 2024
…Attribute to IgnoresAccessChecksToAttribute
koder-man pushed a commit to koder-man/IgnoresAccessChecksToGenerator that referenced this issue Oct 30, 2024
aelij added a commit that referenced this issue Nov 20, 2024
#19: Add comment // <auto-generated> to IgnoresAccessChecksToAttribute
@aelij
Copy link
Owner

aelij commented Nov 20, 2024

Fixed in #24

@aelij aelij closed this as completed Nov 20, 2024
@koder-man
Copy link

Hi! When will this version be available on Nuget?

@aelij
Copy link
Owner

aelij commented Dec 3, 2024

Published, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants