[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs1699-2.cs
blob512a65017f3663e2a1002b68e0b483fd4226bc20
1 // CS1699: Use compiler option `keycontainer' or appropriate project settings instead of `AssemblyKeyNameAttribute' attribute
2 // Line: 7
3 // Compiler options: -warnaserror -warn:4
5 using System.Reflection;
7 [assembly:AssemblyKeyNameAttribute ("container")]