From a Roslyn thread...
"Source generated files aren't automatically considered generated code. You still have to put // <auto-generated/> at the top of the file if you want it to be excluded from analysis (or give it a filename recognized as generated code, such as *.g.cs)."
Might as well add it.
From a Roslyn thread...
"Source generated files aren't automatically considered generated code. You still have to put
// <auto-generated/>at the top of the file if you want it to be excluded from analysis (or give it a filename recognized as generated code, such as*.g.cs)."Might as well add it.