Different file name for generated code file
description
The current naming scheme for the generated code file ViewName.cs leads to ReSharper analyzing the generated files. By default ReSharper does not analyze *.Generated.cs or *.Designer.cs. Unfortunately, ReSharper does not take the GeneratedCodeAttribute into account.
I have no idea how other tools like CodeRush for example handle this.
Would it be possible to rename the generated code file to ViewName.Generated.cs?