Exclude .g.cshtml.cs files
agriffard opened this issue · 1 comments
agriffard commented
These kind of .g.cshtml.cs files can be in obj\Debug\netstandard2.0\Razor\Views\ but if the resources are generated, they will be in fact duplicates of existing ones.
Can you please exclude them from the generation?
agriffard commented
The pattern to search is .cshtml.g.cs
, not .g.cshtml.cs
.
Can you please make the change?