[mcs] Consider method candidates with misplaced named arguments not applicable. Fixes...
[mono.git] / mcs / errors / cs1699.cs
1 // CS1699: Use compiler option `delaysign' or appropriate project settings instead of `AssemblyDelaySign' attribute
2 // Line: 7
3 // Compiler options: -warnaserror -warn:4
4
5 using System.Reflection;
6
7 [assembly:AssemblyDelaySign (true)]