Lessons learned from FxCop
Add the following to Assembly.cs
[assembly:System.CLSCompliant(false)]
[assembly:System.Runtime.InteropServices.ComVisible(false)]
Specify an assembly KeyFile:
[assembly: AssemblyKeyFile(@"..\..\..\..\kzKey.snk")]
« VB vs. C# Comparison | Main | Web Application Virtual Directory Binding »
Add the following to Assembly.cs
[assembly:System.CLSCompliant(false)]
[assembly:System.Runtime.InteropServices.ComVisible(false)]
Specify an assembly KeyFile:
[assembly: AssemblyKeyFile(@"..\..\..\..\kzKey.snk")]