Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs3013.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69d7842699bf57c7b8872f4311db10ebd9af0b95 (plain)
1
2
3
4
5
6
7
// CS3013: Added modules must be marked with the CLSCompliant attribute to match the assembly
// Line: 0
// Compiler options: -addmodule:CS3013-module.dll -warnaserror -warn:1

using System;

[assembly: CLSCompliant(true)]