aelij / IgnoresAccessChecksToGenerator

Generates reference assemblies where all the internal types & members become public, and applies the IgnoresAccessChecksTo attribute
MIT License
167 stars 21 forks source link

#19: add GeneratedCodeAttribute to IgnoresAccessChecksToAttribute #21

Open koder-man opened 3 days ago

koder-man commented 3 days ago

Added GeneratedCodeAttribute to identify computer-generated code.

aelij commented 2 days ago

Hi @koder-man. The intent of #19 is to add a code comment // <auto-generated /> in the header of the generated .cs file, not an assembly attribute. The code in the assembly isn't generated so that would be inaccurate. Please fix or close the PR, thanks.