You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On projects with analyzers enabled - the analyzers will/could fail on the generated code.
If the generated code is marked with a <auto-generated /> comment as the first line, the file will be ignored by the analyzer.
obj\Debug\netcoreapp1.1\ThisAssembly.GitInfo.g.cs(29,17,29,29): error SA1205: Partial elements must declare an access modifier
obj\Debug\netcoreapp1.1\ThisAssembly.GitInfo.g.cs(28,3,28,5): error SA1515: Single-line comment must be preceded by blank line
The text was updated successfully, but these errors were encountered:
On projects with analyzers enabled - the analyzers will/could fail on the generated code.
If the generated code is marked with a
<auto-generated />
comment as the first line, the file will be ignored by the analyzer.The text was updated successfully, but these errors were encountered: