I want to exclude /Properties/AssemblyInfo.cs from stylecop checking.
Can we do that?
the problem is that i have integrated stylecop with nant. In nant i am stamping product version so the information from Assembly info changes and it gives warning in nant email. I am using stylecopcmd
for nant integration.
I want to exclude /Properties/AssemblyInfo.cs from stylecop checking. Can we do that? the problem
Share
There are a couple of ways to do this. The recommended method is with file lists. Here is an example:
Alternatively you can use the
ExcludeFromStyleCopsetting in the project file as documented here: