Is there a way to add an auto generated tag in the cs files that are generated?
I currently have problems with the rule SA1518: File is required to end with a single newline character
I think the StyleCop Analyzers are ignoring files with those autogenerated tags automatically.
Or is there an other way to work around this?
I tried ignoring it, but then the cs files that need this rule are also ignored.
It looks that the generated file is empty too. Maybe that's the issue.
Thanks!