daver32 / InterfaceGenerator

A simple source generator that creates interfaces by implementations.
MIT License
36 stars 13 forks source link

Generated files are not marked as AutoGenerated #23

Open konrad-gora opened 10 months ago

konrad-gora commented 10 months ago

Most of the generated files have this comment on top: // <auto-generated/> Then, code analysis tools know to don't show warnings about this code. This library doesn't add this comment and because of that, I have a lot of warnings to GenerateAutoInterfaceAttribute (I don't have any warnings to files with generated interfaces) (some of the warnings are against my configuration, I don't know why).

image