ClangSharp icon indicating copy to clipboard operation
ClangSharp copied to clipboard

Generated Code should have System.CodeDom.Compiler.GeneratedCodeAttribute

Open shmuelie opened this issue 3 months ago • 1 comments

Generated code should have the System.CodeDom.Compiler.GeneratedCodeAttribute on them. I can add it with --with-attribute but shouldn't be needed

shmuelie avatar Sep 05 '25 17:09 shmuelie

I'd be fine with making this the default and then providing an ability to exclude it via --config exclude-generated-code-attribute

tannergooding avatar Sep 05 '25 19:09 tannergooding