[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs1699.cs
blobff2669bee65fe81b162413fda0b214b9145c5dd7
1 // CS1699: Use compiler option `delaysign' or appropriate project settings instead of `AssemblyDelaySign' attribute
2 // Line: 7
3 // Compiler options: -warnaserror -warn:4
5 using System.Reflection;
7 [assembly:AssemblyDelaySign (true)]