IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.CoreLib.Diagnostics.Diagnostic Class Reference

Static Public Member Functions

static ? Diagnostic GetById (int id)
 

Static Public Attributes

static readonly Diagnostic MainMethodFound = new Diagnostic(1, nameof(MainMethodFound), "Found main method in class \"{0}\".", DiagnosticLevel.Info)
 The 'MainMethodFound' diagnostic.
 
static readonly Diagnostic OutputFileIs = new Diagnostic(2, nameof(OutputFileIs), "Output file is \"{0}\".", DiagnosticLevel.Info)
 The 'OutputFileIs' diagnostic.
 
static readonly Diagnostic AutoAddRef = new Diagnostic(3, nameof(AutoAddRef), "Automatically adding reference to \"{0}\".", DiagnosticLevel.Info)
 The 'AutoAddRef' diagnostic.
 
static readonly Diagnostic MainMethodFromManifest = new Diagnostic(4, nameof(MainMethodFromManifest), "Using main class \"{0}\" based on jar manifest.", DiagnosticLevel.Info)
 The 'MainMethodFromManifest' diagnostic.
 
static readonly Diagnostic GenericCompilerInfo = new Diagnostic(5, nameof(GenericCompilerInfo), "{0}", DiagnosticLevel.Info)
 The 'GenericCompilerInfo' diagnostic.
 
static readonly Diagnostic GenericClassLoadingInfo = new Diagnostic(6, nameof(GenericClassLoadingInfo), "{0}", DiagnosticLevel.Info)
 The 'GenericClassLoadingInfo' diagnostic.
 
static readonly Diagnostic GenericVerifierInfo = new Diagnostic(7, nameof(GenericVerifierInfo), "{0}", DiagnosticLevel.Info)
 The 'GenericVerifierInfo' diagnostic.
 
static readonly Diagnostic GenericRuntimeInfo = new Diagnostic(8, nameof(GenericRuntimeInfo), "{0}", DiagnosticLevel.Info)
 The 'GenericRuntimeInfo' diagnostic.
 
static readonly Diagnostic GenericJniInfo = new Diagnostic(9, nameof(GenericJniInfo), "{0}", DiagnosticLevel.Info)
 The 'GenericJniInfo' diagnostic.
 
static readonly Diagnostic ClassNotFound = new Diagnostic(100, nameof(ClassNotFound), "Class \"{0}\" not found.", DiagnosticLevel.Warning)
 The 'ClassNotFound' diagnostic.
 
static readonly Diagnostic ClassFormatError = new Diagnostic(101, nameof(ClassFormatError), "Unable to compile class \"{0}\". (class format error \"{1}\")", DiagnosticLevel.Warning)
 The 'ClassFormatError' diagnostic.
 
static readonly Diagnostic DuplicateClassName = new Diagnostic(102, nameof(DuplicateClassName), "Duplicate class name: \"{0}\".", DiagnosticLevel.Warning)
 The 'DuplicateClassName' diagnostic.
 
static readonly Diagnostic IllegalAccessError = new Diagnostic(103, nameof(IllegalAccessError), "Unable to compile class \"{0}\". (illegal access error \"{1}\")", DiagnosticLevel.Warning)
 The 'IllegalAccessError' diagnostic.
 
static readonly Diagnostic VerificationError = new Diagnostic(104, nameof(VerificationError), "Unable to compile class \"{0}\". (verification error \"{1}\")", DiagnosticLevel.Warning)
 The 'VerificationError' diagnostic.
 
static readonly Diagnostic NoClassDefFoundError = new Diagnostic(105, nameof(NoClassDefFoundError), "Unable to compile class \"{0}\". (missing class \"{1}\")", DiagnosticLevel.Warning)
 The 'NoClassDefFoundError' diagnostic.
 
static readonly Diagnostic GenericUnableToCompileError = new Diagnostic(106, nameof(GenericUnableToCompileError), "Unable to compile class \"{0}\". (\"{1}\": \"{2}\")", DiagnosticLevel.Warning)
 The 'GenericUnableToCompileError' diagnostic.
 
static readonly Diagnostic DuplicateResourceName = new Diagnostic(107, nameof(DuplicateResourceName), "Skipping resource (name clash): \"{0}\"", DiagnosticLevel.Warning)
 The 'DuplicateResourceName' diagnostic.
 
static readonly Diagnostic SkippingReferencedClass = new Diagnostic(109, nameof(SkippingReferencedClass), "Skipping class: \"{0}\". (class is already available in referenced assembly \"{1}\")", DiagnosticLevel.Warning)
 The 'SkippingReferencedClass' diagnostic.
 
static readonly Diagnostic NoJniRuntime = new Diagnostic(110, nameof(NoJniRuntime), "Unable to load runtime JNI assembly.", DiagnosticLevel.Warning)
 The 'NoJniRuntime' diagnostic.
 
static readonly Diagnostic EmittedNoClassDefFoundError = new Diagnostic(111, nameof(EmittedNoClassDefFoundError), "Emitted java.lang.NoClassDefFoundError in \"{0}\". (\"{1}\").", DiagnosticLevel.Warning)
 The 'EmittedNoClassDefFoundError' diagnostic.
 
static readonly Diagnostic EmittedIllegalAccessError = new Diagnostic(112, nameof(EmittedIllegalAccessError), "Emitted java.lang.IllegalAccessError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
 The 'EmittedIllegalAccessError' diagnostic.
 
static readonly Diagnostic EmittedInstantiationError = new Diagnostic(113, nameof(EmittedInstantiationError), "Emitted java.lang.InstantiationError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
 The 'EmittedInstantiationError' diagnostic.
 
static readonly Diagnostic EmittedIncompatibleClassChangeError = new Diagnostic(114, nameof(EmittedIncompatibleClassChangeError), "Emitted java.lang.IncompatibleClassChangeError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
 The 'EmittedIncompatibleClassChangeError' diagnostic.
 
static readonly Diagnostic EmittedNoSuchFieldError = new Diagnostic(115, nameof(EmittedNoSuchFieldError), "Emitted java.lang.NoSuchFieldError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
 The 'EmittedNoSuchFieldError' diagnostic.
 
static readonly Diagnostic EmittedAbstractMethodError = new Diagnostic(116, nameof(EmittedAbstractMethodError), "Emitted java.lang.AbstractMethodError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
 The 'EmittedAbstractMethodError' diagnostic.
 
static readonly Diagnostic EmittedNoSuchMethodError = new Diagnostic(117, nameof(EmittedNoSuchMethodError), "Emitted java.lang.NoSuchMethodError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
 The 'EmittedNoSuchMethodError' diagnostic.
 
static readonly Diagnostic EmittedLinkageError = new Diagnostic(118, nameof(EmittedLinkageError), "Emitted java.lang.LinkageError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
 The 'EmittedLinkageError' diagnostic.
 
static readonly Diagnostic EmittedVerificationError = new Diagnostic(119, nameof(EmittedVerificationError), "Emitted java.lang.VerificationError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
 The 'EmittedVerificationError' diagnostic.
 
static readonly Diagnostic EmittedClassFormatError = new Diagnostic(120, nameof(EmittedClassFormatError), "Emitted java.lang.ClassFormatError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
 The 'EmittedClassFormatError' diagnostic.
 
static readonly Diagnostic InvalidCustomAttribute = new Diagnostic(121, nameof(InvalidCustomAttribute), "Error emitting \"{0}\" custom attribute. (\"{1}\")", DiagnosticLevel.Warning)
 The 'InvalidCustomAttribute' diagnostic.
 
static readonly Diagnostic IgnoredCustomAttribute = new Diagnostic(122, nameof(IgnoredCustomAttribute), "Custom attribute \"{0}\" was ignored. (\"{1}\")", DiagnosticLevel.Warning)
 The 'IgnoredCustomAttribute' diagnostic.
 
static readonly Diagnostic AssumeAssemblyVersionMatch
 The 'AssumeAssemblyVersionMatch' diagnostic.
 
static readonly Diagnostic InvalidDirectoryInLibOptionPath = new Diagnostic(124, nameof(InvalidDirectoryInLibOptionPath), "Directory \"{0}\" specified in -lib option is not valid.", DiagnosticLevel.Warning)
 The 'InvalidDirectoryInLibOptionPath' diagnostic.
 
static readonly Diagnostic InvalidDirectoryInLibEnvironmentPath = new Diagnostic(125, nameof(InvalidDirectoryInLibEnvironmentPath), "Directory \"{0}\" specified in LIB environment is not valid.", DiagnosticLevel.Warning)
 The 'InvalidDirectoryInLibEnvironmentPath' diagnostic.
 
static readonly Diagnostic LegacySearchRule
 The 'LegacySearchRule' diagnostic.
 
static readonly Diagnostic AssemblyLocationIgnored
 The 'AssemblyLocationIgnored' diagnostic.
 
static readonly Diagnostic InterfaceMethodCantBeInternal = new Diagnostic(128, nameof(InterfaceMethodCantBeInternal), "Ignoring @ikvm.lang.Internal annotation on interface method. (\"{0}.{1}{2}\")", DiagnosticLevel.Warning)
 The 'InterfaceMethodCantBeInternal' diagnostic.
 
static readonly Diagnostic DuplicateAssemblyReference = new Diagnostic(132, nameof(DuplicateAssemblyReference), "Duplicate assembly reference \"{0}\"", DiagnosticLevel.Warning)
 The 'DuplicateAssemblyReference' diagnostic.
 
static readonly Diagnostic UnableToResolveType
 The 'UnableToResolveType' diagnostic.
 
static readonly Diagnostic StubsAreDeprecated = new Diagnostic(134, nameof(StubsAreDeprecated), "Compiling stubs is deprecated. Please add a reference to assembly \"{0}\" instead.", DiagnosticLevel.Warning)
 The 'StubsAreDeprecated' diagnostic.
 
static readonly Diagnostic WrongClassName = new Diagnostic(135, nameof(WrongClassName), "Unable to compile \"{0}\" (wrong name: \"{1}\")", DiagnosticLevel.Warning)
 The 'WrongClassName' diagnostic.
 
static readonly Diagnostic ReflectionCallerClassRequiresCallerID = new Diagnostic(136, nameof(ReflectionCallerClassRequiresCallerID), "Reflection.getCallerClass() called from non-CallerID method. (\"{0}.{1}{2}\")", DiagnosticLevel.Warning)
 The 'ReflectionCallerClassRequiresCallerID' diagnostic.
 
static readonly Diagnostic LegacyAssemblyAttributesFound
 The 'LegacyAssemblyAttributesFound' diagnostic.
 
static readonly Diagnostic UnableToCreateLambdaFactory = new Diagnostic(138, nameof(UnableToCreateLambdaFactory), "Unable to create static lambda factory.", DiagnosticLevel.Warning)
 The 'UnableToCreateLambdaFactory' diagnostic.
 
static readonly Diagnostic UnknownWarning = new Diagnostic(999, nameof(UnknownWarning), "{0}", DiagnosticLevel.Warning)
 The 'UnknownWarning' diagnostic.
 
static readonly Diagnostic DuplicateIkvmLangProperty = new Diagnostic(139, nameof(DuplicateIkvmLangProperty), "Ignoring duplicate ikvm.lang.Property annotation on {0}.{1}.", DiagnosticLevel.Warning)
 The 'DuplicateIkvmLangProperty' diagnostic.
 
static readonly Diagnostic MalformedIkvmLangProperty = new Diagnostic(140, nameof(MalformedIkvmLangProperty), "Ignoring duplicate ikvm.lang.Property annotation on {0}.{1}.", DiagnosticLevel.Warning)
 The 'MalformedIkvmLangProperty' diagnostic.
 
static readonly Diagnostic GenericCompilerWarning = new Diagnostic(141, nameof(GenericCompilerWarning), "{0}", DiagnosticLevel.Warning)
 The 'GenericCompilerWarning' diagnostic.
 
static readonly Diagnostic GenericClassLoadingWarning = new Diagnostic(142, nameof(GenericClassLoadingWarning), "{0}", DiagnosticLevel.Warning)
 The 'GenericClassLoadingWarning' diagnostic.
 
static readonly Diagnostic GenericVerifierWarning = new Diagnostic(143, nameof(GenericVerifierWarning), "{0}", DiagnosticLevel.Warning)
 The 'GenericVerifierWarning' diagnostic.
 
static readonly Diagnostic GenericRuntimeWarning = new Diagnostic(144, nameof(GenericRuntimeWarning), "{0}", DiagnosticLevel.Warning)
 The 'GenericRuntimeWarning' diagnostic.
 
static readonly Diagnostic GenericJniWarning = new Diagnostic(145, nameof(GenericJniWarning), "{0}", DiagnosticLevel.Warning)
 The 'GenericJniWarning' diagnostic.
 
static readonly Diagnostic UnableToCreateProxy = new Diagnostic(4001, nameof(UnableToCreateProxy), "Unable to create proxy \"{0}\". (\"{1}\")", DiagnosticLevel.Error)
 The 'UnableToCreateProxy' diagnostic.
 
static readonly Diagnostic DuplicateProxy = new Diagnostic(4002, nameof(DuplicateProxy), "Duplicate proxy \"{0}\".", DiagnosticLevel.Error)
 The 'DuplicateProxy' diagnostic.
 
static readonly Diagnostic MapXmlUnableToResolveOpCode = new Diagnostic(4003, nameof(MapXmlUnableToResolveOpCode), "Unable to resolve opcode in remap file: {0}.", DiagnosticLevel.Error)
 The 'MapXmlUnableToResolveOpCode' diagnostic.
 
static readonly Diagnostic MapXmlError = new Diagnostic(4004, nameof(MapXmlError), "Error in remap file: {0}.", DiagnosticLevel.Error)
 The 'MapXmlError' diagnostic.
 
static readonly Diagnostic InputFileNotFound = new Diagnostic(4005, nameof(InputFileNotFound), "Source file \'{0}\' not found.", DiagnosticLevel.Error)
 The 'InputFileNotFound' diagnostic.
 
static readonly Diagnostic UnknownFileType = new Diagnostic(4006, nameof(UnknownFileType), "Unknown file type: {0}.", DiagnosticLevel.Error)
 The 'UnknownFileType' diagnostic.
 
static readonly Diagnostic UnknownElementInMapFile = new Diagnostic(4007, nameof(UnknownElementInMapFile), "Unknown element {0} in remap file, line {1}, column {2}.", DiagnosticLevel.Error)
 The 'UnknownElementInMapFile' diagnostic.
 
static readonly Diagnostic UnknownAttributeInMapFile = new Diagnostic(4008, nameof(UnknownAttributeInMapFile), "Unknown attribute {0} in remap file, line {1}, column {2}.", DiagnosticLevel.Error)
 The 'UnknownAttributeInMapFile' diagnostic.
 
static readonly Diagnostic InvalidMemberNameInMapFile = new Diagnostic(4009, nameof(InvalidMemberNameInMapFile), "Invalid {0} name \'{1}\' in remap file in class {2}.", DiagnosticLevel.Error)
 The 'InvalidMemberNameInMapFile' diagnostic.
 
static readonly Diagnostic InvalidMemberSignatureInMapFile = new Diagnostic(4010, nameof(InvalidMemberSignatureInMapFile), "Invalid {0} signature \'{3}\' in remap file for {0} {1}.{2}.", DiagnosticLevel.Error)
 The 'InvalidMemberSignatureInMapFile' diagnostic.
 
static readonly Diagnostic InvalidPropertyNameInMapFile = new Diagnostic(4011, nameof(InvalidPropertyNameInMapFile), "Invalid property {0} name \'{3}\' in remap file for property {1}.{2}.", DiagnosticLevel.Error)
 The 'InvalidPropertyNameInMapFile' diagnostic.
 
static readonly Diagnostic InvalidPropertySignatureInMapFile = new Diagnostic(4012, nameof(InvalidPropertySignatureInMapFile), "Invalid property {0} signature \'{3}\' in remap file for property {1}.{2}.", DiagnosticLevel.Error)
 The 'InvalidPropertySignatureInMapFile' diagnostic.
 
static readonly Diagnostic NonPrimaryAssemblyReference
 The 'NonPrimaryAssemblyReference' diagnostic.
 
static readonly Diagnostic MissingType
 The 'MissingType' diagnostic.
 
static readonly Diagnostic MissingReference
 The 'MissingReference' diagnostic.
 
static readonly Diagnostic CallerSensitiveOnUnsupportedMethod = new Diagnostic(4016, nameof(CallerSensitiveOnUnsupportedMethod), "CallerSensitive annotation on unsupported method. (\"{0}.{1}{2}\")", DiagnosticLevel.Error)
 The 'CallerSensitiveOnUnsupportedMethod' diagnostic.
 
static readonly Diagnostic RemappedTypeMissingDefaultInterfaceMethod = new Diagnostic(4017, nameof(RemappedTypeMissingDefaultInterfaceMethod), "{0} does not implement default interface method {1}.", DiagnosticLevel.Error)
 The 'RemappedTypeMissingDefaultInterfaceMethod' diagnostic.
 
static readonly Diagnostic GenericCompilerError = new Diagnostic(4018, nameof(GenericCompilerError), "{0}", DiagnosticLevel.Error)
 The 'GenericCompilerError' diagnostic.
 
static readonly Diagnostic GenericClassLoadingError = new Diagnostic(4019, nameof(GenericClassLoadingError), "{0}", DiagnosticLevel.Error)
 The 'GenericClassLoadingError' diagnostic.
 
static readonly Diagnostic GenericVerifierError = new Diagnostic(4020, nameof(GenericVerifierError), "{0}", DiagnosticLevel.Error)
 The 'GenericVerifierError' diagnostic.
 
static readonly Diagnostic GenericRuntimeError = new Diagnostic(4021, nameof(GenericRuntimeError), "{0}", DiagnosticLevel.Error)
 The 'GenericRuntimeError' diagnostic.
 
static readonly Diagnostic GenericJniError = new Diagnostic(4022, nameof(GenericJniError), "{0}", DiagnosticLevel.Error)
 The 'GenericJniError' diagnostic.
 
static readonly Diagnostic ExportingImportsNotSupported = new Diagnostic(4023, nameof(ExportingImportsNotSupported), "Exporting previously imported assemblies is not supported.", DiagnosticLevel.Error)
 The 'ExportingImportsNotSupported' diagnostic.
 
static readonly Diagnostic ResponseFileDepthExceeded = new Diagnostic(5000, nameof(ResponseFileDepthExceeded), "Response file nesting depth exceeded.", DiagnosticLevel.Fatal)
 The 'ResponseFileDepthExceeded' diagnostic.
 
static readonly Diagnostic ErrorReadingFile = new Diagnostic(5001, nameof(ErrorReadingFile), "Unable to read file: {0}. ({1})", DiagnosticLevel.Fatal)
 The 'ErrorReadingFile' diagnostic.
 
static readonly Diagnostic NoTargetsFound = new Diagnostic(5002, nameof(NoTargetsFound), "No targets found", DiagnosticLevel.Fatal)
 The 'NoTargetsFound' diagnostic.
 
static readonly Diagnostic FileFormatLimitationExceeded = new Diagnostic(5003, nameof(FileFormatLimitationExceeded), "File format limitation exceeded: {0}.", DiagnosticLevel.Fatal)
 The 'FileFormatLimitationExceeded' diagnostic.
 
static readonly Diagnostic CannotSpecifyBothKeyFileAndContainer = new Diagnostic(5004, nameof(CannotSpecifyBothKeyFileAndContainer), "You cannot specify both a key file and container.", DiagnosticLevel.Fatal)
 The 'CannotSpecifyBothKeyFileAndContainer' diagnostic.
 
static readonly Diagnostic DelaySignRequiresKey = new Diagnostic(5005, nameof(DelaySignRequiresKey), "You cannot delay sign without a key file or container.", DiagnosticLevel.Fatal)
 The 'DelaySignRequiresKey' diagnostic.
 
static readonly Diagnostic InvalidStrongNameKeyPair = new Diagnostic(5006, nameof(InvalidStrongNameKeyPair), "Invalid key {0} specified. (\"{1}\")", DiagnosticLevel.Fatal)
 The 'InvalidStrongNameKeyPair' diagnostic.
 
static readonly Diagnostic ReferenceNotFound = new Diagnostic(5007, nameof(ReferenceNotFound), "Reference not found: {0}", DiagnosticLevel.Fatal)
 The 'ReferenceNotFound' diagnostic.
 
static readonly Diagnostic OptionsMustPreceedChildLevels = new Diagnostic(5008, nameof(OptionsMustPreceedChildLevels), "You can only specify options before any child levels.", DiagnosticLevel.Fatal)
 The 'OptionsMustPreceedChildLevels' diagnostic.
 
static readonly Diagnostic UnrecognizedTargetType = new Diagnostic(5009, nameof(UnrecognizedTargetType), "Invalid value \'{0}\' for -target option.", DiagnosticLevel.Fatal)
 The 'UnrecognizedTargetType' diagnostic.
 
static readonly Diagnostic UnrecognizedPlatform = new Diagnostic(5010, nameof(UnrecognizedPlatform), "Invalid value \'{0}\' for -platform option.", DiagnosticLevel.Fatal)
 The 'UnrecognizedPlatform' diagnostic.
 
static readonly Diagnostic UnrecognizedApartment = new Diagnostic(5011, nameof(UnrecognizedApartment), "Invalid value \'{0}\' for -apartment option.", DiagnosticLevel.Fatal)
 The 'UnrecognizedApartment' diagnostic.
 
static readonly Diagnostic MissingFileSpecification = new Diagnostic(5012, nameof(MissingFileSpecification), "Missing file specification for \'{0}\' option.", DiagnosticLevel.Fatal)
 The 'MissingFileSpecification' diagnostic.
 
static readonly Diagnostic PathTooLong = new Diagnostic(5013, nameof(PathTooLong), "Path too long: {0}.", DiagnosticLevel.Fatal)
 The 'PathTooLong' diagnostic.
 
static readonly Diagnostic PathNotFound = new Diagnostic(5014, nameof(PathNotFound), "Path not found: {0}.", DiagnosticLevel.Fatal)
 The 'PathNotFound' diagnostic.
 
static readonly Diagnostic InvalidPath = new Diagnostic(5015, nameof(InvalidPath), "Invalid path: {0}.", DiagnosticLevel.Fatal)
 The 'InvalidPath' diagnostic.
 
static readonly Diagnostic InvalidOptionSyntax = new Diagnostic(5016, nameof(InvalidOptionSyntax), "Invalid option: {0}.", DiagnosticLevel.Fatal)
 The 'InvalidOptionSyntax' diagnostic.
 
static readonly Diagnostic ExternalResourceNotFound = new Diagnostic(5017, nameof(ExternalResourceNotFound), "External resource file does not exist: {0}.", DiagnosticLevel.Fatal)
 The 'ExternalResourceNotFound' diagnostic.
 
static readonly Diagnostic ExternalResourceNameInvalid = new Diagnostic(5018, nameof(ExternalResourceNameInvalid), "External resource file may not include path specification: {0}.", DiagnosticLevel.Fatal)
 The 'ExternalResourceNameInvalid' diagnostic.
 
static readonly Diagnostic InvalidVersionFormat = new Diagnostic(5019, nameof(InvalidVersionFormat), "Invalid version specified: {0}.", DiagnosticLevel.Fatal)
 The 'InvalidVersionFormat' diagnostic.
 
static readonly Diagnostic InvalidFileAlignment = new Diagnostic(5020, nameof(InvalidFileAlignment), "Invalid value \'{0}\' for -filealign option.", DiagnosticLevel.Fatal)
 The 'InvalidFileAlignment' diagnostic.
 
static readonly Diagnostic ErrorWritingFile = new Diagnostic(5021, nameof(ErrorWritingFile), "Unable to write file: {0}. ({1})", DiagnosticLevel.Fatal)
 The 'ErrorWritingFile' diagnostic.
 
static readonly Diagnostic UnrecognizedOption = new Diagnostic(5022, nameof(UnrecognizedOption), "Unrecognized option: {0}.", DiagnosticLevel.Fatal)
 The 'UnrecognizedOption' diagnostic.
 
static readonly Diagnostic NoOutputFileSpecified = new Diagnostic(5023, nameof(NoOutputFileSpecified), "No output file specified.", DiagnosticLevel.Fatal)
 The 'NoOutputFileSpecified' diagnostic.
 
static readonly Diagnostic SharedClassLoaderCannotBeUsedOnModuleTarget = new Diagnostic(5024, nameof(SharedClassLoaderCannotBeUsedOnModuleTarget), "Incompatible options: -target:module and -sharedclassloader cannot be combined.", DiagnosticLevel.Fatal)
 The 'SharedClassLoaderCannotBeUsedOnModuleTarget' diagnostic.
 
static readonly Diagnostic RuntimeNotFound = new Diagnostic(5025, nameof(RuntimeNotFound), "Unable to load runtime assembly.", DiagnosticLevel.Fatal)
 The 'RuntimeNotFound' diagnostic.
 
static readonly Diagnostic MainClassRequiresExe = new Diagnostic(5026, nameof(MainClassRequiresExe), "Main class cannot be specified for library or module.", DiagnosticLevel.Fatal)
 The 'MainClassRequiresExe' diagnostic.
 
static readonly Diagnostic ExeRequiresMainClass = new Diagnostic(5027, nameof(ExeRequiresMainClass), "No main method found.", DiagnosticLevel.Fatal)
 The 'ExeRequiresMainClass' diagnostic.
 
static readonly Diagnostic PropertiesRequireExe = new Diagnostic(5028, nameof(PropertiesRequireExe), "Properties cannot be specified for library or module.", DiagnosticLevel.Fatal)
 The 'PropertiesRequireExe' diagnostic.
 
static readonly Diagnostic ModuleCannotHaveClassLoader = new Diagnostic(5029, nameof(ModuleCannotHaveClassLoader), "Cannot specify assembly class loader for modules.", DiagnosticLevel.Fatal)
 The 'ModuleCannotHaveClassLoader' diagnostic.
 
static readonly Diagnostic ErrorParsingMapFile = new Diagnostic(5030, nameof(ErrorParsingMapFile), "Unable to parse remap file: {0}. ({1})", DiagnosticLevel.Fatal)
 The 'ErrorParsingMapFile' diagnostic.
 
static readonly Diagnostic BootstrapClassesMissing = new Diagnostic(5031, nameof(BootstrapClassesMissing), "Bootstrap classes missing and core assembly not found.", DiagnosticLevel.Fatal)
 The 'BootstrapClassesMissing' diagnostic.
 
static readonly Diagnostic StrongNameRequiresStrongNamedRefs
 The 'StrongNameRequiresStrongNamedRefs' diagnostic.
 
static readonly Diagnostic MainClassNotFound = new Diagnostic(5033, nameof(MainClassNotFound), "Main class not found.", DiagnosticLevel.Fatal)
 The 'MainClassNotFound' diagnostic.
 
static readonly Diagnostic MainMethodNotFound = new Diagnostic(5034, nameof(MainMethodNotFound), "Main method not found.", DiagnosticLevel.Fatal)
 The 'MainMethodNotFound' diagnostic.
 
static readonly Diagnostic UnsupportedMainMethod = new Diagnostic(5035, nameof(UnsupportedMainMethod), "Redirected main method not supported.", DiagnosticLevel.Fatal)
 The 'UnsupportedMainMethod' diagnostic.
 
static readonly Diagnostic ExternalMainNotAccessible = new Diagnostic(5036, nameof(ExternalMainNotAccessible), "External main method must be public and in a public class.", DiagnosticLevel.Fatal)
 The 'ExternalMainNotAccessible' diagnostic.
 
static readonly Diagnostic ClassLoaderNotFound = new Diagnostic(5037, nameof(ClassLoaderNotFound), "Custom assembly class loader class not found.", DiagnosticLevel.Fatal)
 The 'ClassLoaderNotFound' diagnostic.
 
static readonly Diagnostic ClassLoaderNotAccessible = new Diagnostic(5038, nameof(ClassLoaderNotAccessible), "Custom assembly class loader class is not accessible.", DiagnosticLevel.Fatal)
 The 'ClassLoaderNotAccessible' diagnostic.
 
static readonly Diagnostic ClassLoaderIsAbstract = new Diagnostic(5039, nameof(ClassLoaderIsAbstract), "Custom assembly class loader class is abstract.", DiagnosticLevel.Fatal)
 The 'ClassLoaderIsAbstract' diagnostic.
 
static readonly Diagnostic ClassLoaderNotClassLoader = new Diagnostic(5040, nameof(ClassLoaderNotClassLoader), "Custom assembly class loader class does not extend java.lang.ClassLoader.", DiagnosticLevel.Fatal)
 The 'ClassLoaderNotClassLoader' diagnostic.
 
static readonly Diagnostic ClassLoaderConstructorMissing = new Diagnostic(5041, nameof(ClassLoaderConstructorMissing), "Custom assembly class loader constructor is missing.", DiagnosticLevel.Fatal)
 The 'ClassLoaderConstructorMissing' diagnostic.
 
static readonly Diagnostic MapFileTypeNotFound = new Diagnostic(5042, nameof(MapFileTypeNotFound), "Type \'{0}\' referenced in remap file was not found.", DiagnosticLevel.Fatal)
 The 'MapFileTypeNotFound' diagnostic.
 
static readonly Diagnostic MapFileClassNotFound = new Diagnostic(5043, nameof(MapFileClassNotFound), "Class \'{0}\' referenced in remap file was not found.", DiagnosticLevel.Fatal)
 The 'MapFileClassNotFound' diagnostic.
 
static readonly Diagnostic MaximumErrorCountReached = new Diagnostic(5044, nameof(MaximumErrorCountReached), "Maximum error count reached.", DiagnosticLevel.Fatal)
 The 'MaximumErrorCountReached' diagnostic.
 
static readonly Diagnostic LinkageError = new Diagnostic(5045, nameof(LinkageError), "Link error: {0}", DiagnosticLevel.Fatal)
 The 'LinkageError' diagnostic.
 
static readonly Diagnostic RuntimeMismatch
 The 'RuntimeMismatch' diagnostic.
 
static readonly Diagnostic RuntimeMismatchStrongName = new Diagnostic(5047, nameof(RuntimeMismatchStrongName), "", DiagnosticLevel.Fatal)
 The 'RuntimeMismatchStrongName' diagnostic.
 
static readonly Diagnostic CoreClassesMissing = new Diagnostic(5048, nameof(CoreClassesMissing), "Failed to find core classes in core library.", DiagnosticLevel.Fatal)
 The 'CoreClassesMissing' diagnostic.
 
static readonly Diagnostic CriticalClassNotFound = new Diagnostic(5049, nameof(CriticalClassNotFound), "Unable to load critical class \'{0}\'.", DiagnosticLevel.Fatal)
 The 'CriticalClassNotFound' diagnostic.
 
static readonly Diagnostic AssemblyContainsDuplicateClassNames = new Diagnostic(5050, nameof(AssemblyContainsDuplicateClassNames), "Type \'{0}\' and \'{1}\' both map to the same name \'{2}\'. ({3})", DiagnosticLevel.Fatal)
 The 'AssemblyContainsDuplicateClassNames' diagnostic.
 
static readonly Diagnostic CallerIDRequiresHasCallerIDAnnotation = new Diagnostic(5051, nameof(CallerIDRequiresHasCallerIDAnnotation), "CallerID.getCallerID() requires a HasCallerID annotation.", DiagnosticLevel.Fatal)
 The 'CallerIDRequiresHasCallerIDAnnotation' diagnostic.
 
static readonly Diagnostic UnableToResolveInterface = new Diagnostic(5052, nameof(UnableToResolveInterface), "Unable to resolve interface \'{0}\' on type \'{1}\'.", DiagnosticLevel.Fatal)
 The 'UnableToResolveInterface' diagnostic.
 
static readonly Diagnostic MissingBaseType
 The 'MissingBaseType' diagnostic.
 
static readonly Diagnostic MissingBaseTypeReference
 The 'MissingBaseTypeReference' diagnostic.
 
static readonly Diagnostic FileNotFound = new Diagnostic(5055, nameof(FileNotFound), "File not found: {0}.", DiagnosticLevel.Fatal)
 The 'FileNotFound' diagnostic.
 
static readonly Diagnostic RuntimeMethodMissing = new Diagnostic(5056, nameof(RuntimeMethodMissing), "Runtime method \'{0}\' not found.", DiagnosticLevel.Fatal)
 The 'RuntimeMethodMissing' diagnostic.
 
static readonly Diagnostic MapFileFieldNotFound = new Diagnostic(5057, nameof(MapFileFieldNotFound), "Field \'{0}\' referenced in remap file was not found in class \'{1}\'.", DiagnosticLevel.Fatal)
 The 'MapFileFieldNotFound' diagnostic.
 
static readonly Diagnostic GhostInterfaceMethodMissing = new Diagnostic(5058, nameof(GhostInterfaceMethodMissing), "Remapped class \'{0}\' does not implement ghost interface method. ({1}.{2}{3})", DiagnosticLevel.Fatal)
 The 'GhostInterfaceMethodMissing' diagnostic.
 
static readonly Diagnostic ModuleInitializerMethodRequirements = new Diagnostic(5059, nameof(ModuleInitializerMethodRequirements), "Method \'{0}.{1}{2}\' does not meet the requirements of a module initializer.", DiagnosticLevel.Fatal)
 The 'ModuleInitializerMethodRequirements' diagnostic.
 
static readonly Diagnostic InvalidZip = new Diagnostic(5060, nameof(InvalidZip), "Invalid zip: {0}.", DiagnosticLevel.Fatal)
 The 'InvalidZip' diagnostic.
 
static readonly Diagnostic CoreAssemblyVersionMismatch
 The 'CoreAssemblyVersionMismatch' diagnostic.
 
static readonly Diagnostic GenericRuntimeTrace = new Diagnostic(6000, nameof(GenericRuntimeTrace), "{0}", DiagnosticLevel.Trace)
 The 'GenericRuntimeTrace' diagnostic.
 
static readonly Diagnostic GenericJniTrace = new Diagnostic(6001, nameof(GenericJniTrace), "{0}", DiagnosticLevel.Trace)
 The 'GenericJniTrace' diagnostic.
 
static readonly Diagnostic GenericCompilerTrace = new Diagnostic(6002, nameof(GenericCompilerTrace), "{0}", DiagnosticLevel.Trace)
 The 'GenericCompilerTrace' diagnostic.
 

Detailed Description

Definition at line 9 of file Diagnostic.g.cs.

Member Function Documentation

◆ GetById()

static ? Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GetById ( int id)
static

Definition at line 12 of file Diagnostic.g.cs.

13 {
14 switch (id)
15 {
16 case 1:
17 return MainMethodFound;
18 case 2:
19 return OutputFileIs;
20 case 3:
21 return AutoAddRef;
22 case 4:
24 case 5:
26 case 6:
28 case 7:
30 case 8:
31 return GenericRuntimeInfo;
32 case 9:
33 return GenericJniInfo;
34 case 100:
35 return ClassNotFound;
36 case 101:
37 return ClassFormatError;
38 case 102:
39 return DuplicateClassName;
40 case 103:
41 return IllegalAccessError;
42 case 104:
43 return VerificationError;
44 case 105:
46 case 106:
48 case 107:
50 case 109:
52 case 110:
53 return NoJniRuntime;
54 case 111:
56 case 112:
58 case 113:
60 case 114:
62 case 115:
64 case 116:
66 case 117:
68 case 118:
70 case 119:
72 case 120:
74 case 121:
76 case 122:
78 case 123:
80 case 124:
82 case 125:
84 case 126:
85 return LegacySearchRule;
86 case 127:
88 case 128:
90 case 132:
92 case 133:
94 case 134:
95 return StubsAreDeprecated;
96 case 135:
97 return WrongClassName;
98 case 136:
100 case 137:
102 case 138:
104 case 999:
105 return UnknownWarning;
106 case 139:
108 case 140:
110 case 141:
112 case 142:
114 case 143:
116 case 144:
118 case 145:
119 return GenericJniWarning;
120 case 4001:
121 return UnableToCreateProxy;
122 case 4002:
123 return DuplicateProxy;
124 case 4003:
126 case 4004:
127 return MapXmlError;
128 case 4005:
129 return InputFileNotFound;
130 case 4006:
131 return UnknownFileType;
132 case 4007:
134 case 4008:
136 case 4009:
138 case 4010:
140 case 4011:
142 case 4012:
144 case 4013:
146 case 4014:
147 return MissingType;
148 case 4015:
149 return MissingReference;
150 case 4016:
152 case 4017:
154 case 4018:
156 case 4019:
158 case 4020:
160 case 4021:
161 return GenericRuntimeError;
162 case 4022:
163 return GenericJniError;
164 case 4023:
166 case 5000:
168 case 5001:
169 return ErrorReadingFile;
170 case 5002:
171 return NoTargetsFound;
172 case 5003:
174 case 5004:
176 case 5005:
178 case 5006:
180 case 5007:
181 return ReferenceNotFound;
182 case 5008:
184 case 5009:
186 case 5010:
188 case 5011:
190 case 5012:
192 case 5013:
193 return PathTooLong;
194 case 5014:
195 return PathNotFound;
196 case 5015:
197 return InvalidPath;
198 case 5016:
199 return InvalidOptionSyntax;
200 case 5017:
202 case 5018:
204 case 5019:
206 case 5020:
208 case 5021:
209 return ErrorWritingFile;
210 case 5022:
211 return UnrecognizedOption;
212 case 5023:
214 case 5024:
216 case 5025:
217 return RuntimeNotFound;
218 case 5026:
220 case 5027:
222 case 5028:
224 case 5029:
226 case 5030:
227 return ErrorParsingMapFile;
228 case 5031:
230 case 5032:
232 case 5033:
233 return MainClassNotFound;
234 case 5034:
235 return MainMethodNotFound;
236 case 5035:
238 case 5036:
240 case 5037:
241 return ClassLoaderNotFound;
242 case 5038:
244 case 5039:
246 case 5040:
248 case 5041:
250 case 5042:
251 return MapFileTypeNotFound;
252 case 5043:
254 case 5044:
256 case 5045:
257 return LinkageError;
258 case 5046:
259 return RuntimeMismatch;
260 case 5047:
262 case 5048:
263 return CoreClassesMissing;
264 case 5049:
266 case 5050:
268 case 5051:
270 case 5052:
272 case 5053:
273 return MissingBaseType;
274 case 5054:
276 case 5055:
277 return FileNotFound;
278 case 5056:
280 case 5057:
282 case 5058:
284 case 5059:
286 case 5060:
287 return InvalidZip;
288 case 5061:
290 case 6000:
291 return GenericRuntimeTrace;
292 case 6001:
293 return GenericJniTrace;
294 case 6002:
296 default:
297 return null;
298 }
299 }
static readonly Diagnostic ExternalResourceNameInvalid
The 'ExternalResourceNameInvalid' diagnostic.
static readonly Diagnostic GenericRuntimeWarning
The 'GenericRuntimeWarning' diagnostic.
static readonly Diagnostic ResponseFileDepthExceeded
The 'ResponseFileDepthExceeded' diagnostic.
static readonly Diagnostic GenericRuntimeError
The 'GenericRuntimeError' diagnostic.
static readonly Diagnostic InvalidDirectoryInLibOptionPath
The 'InvalidDirectoryInLibOptionPath' diagnostic.
static readonly Diagnostic MainMethodFound
The 'MainMethodFound' diagnostic.
static readonly Diagnostic GenericJniTrace
The 'GenericJniTrace' diagnostic.
static readonly Diagnostic NoOutputFileSpecified
The 'NoOutputFileSpecified' diagnostic.
static readonly Diagnostic GenericClassLoadingError
The 'GenericClassLoadingError' diagnostic.
static readonly Diagnostic UnableToCreateLambdaFactory
The 'UnableToCreateLambdaFactory' diagnostic.
static readonly Diagnostic MapXmlUnableToResolveOpCode
The 'MapXmlUnableToResolveOpCode' diagnostic.
static readonly Diagnostic MalformedIkvmLangProperty
The 'MalformedIkvmLangProperty' diagnostic.
static readonly Diagnostic GhostInterfaceMethodMissing
The 'GhostInterfaceMethodMissing' diagnostic.
static readonly Diagnostic UnknownFileType
The 'UnknownFileType' diagnostic.
static readonly Diagnostic EmittedClassFormatError
The 'EmittedClassFormatError' diagnostic.
static readonly Diagnostic FileFormatLimitationExceeded
The 'FileFormatLimitationExceeded' diagnostic.
static readonly Diagnostic SkippingReferencedClass
The 'SkippingReferencedClass' diagnostic.
static readonly Diagnostic InvalidZip
The 'InvalidZip' diagnostic.
static readonly Diagnostic CoreAssemblyVersionMismatch
The 'CoreAssemblyVersionMismatch' diagnostic.
static readonly Diagnostic MainClassRequiresExe
The 'MainClassRequiresExe' diagnostic.
static readonly Diagnostic ClassLoaderNotAccessible
The 'ClassLoaderNotAccessible' diagnostic.
static readonly Diagnostic StubsAreDeprecated
The 'StubsAreDeprecated' diagnostic.
static readonly Diagnostic GenericClassLoadingInfo
The 'GenericClassLoadingInfo' diagnostic.
static readonly Diagnostic InvalidVersionFormat
The 'InvalidVersionFormat' diagnostic.
static readonly Diagnostic UnknownWarning
The 'UnknownWarning' diagnostic.
static readonly Diagnostic DuplicateResourceName
The 'DuplicateResourceName' diagnostic.
static readonly Diagnostic GenericVerifierError
The 'GenericVerifierError' diagnostic.
static readonly Diagnostic NoTargetsFound
The 'NoTargetsFound' diagnostic.
static readonly Diagnostic StrongNameRequiresStrongNamedRefs
The 'StrongNameRequiresStrongNamedRefs' diagnostic.
static readonly Diagnostic DelaySignRequiresKey
The 'DelaySignRequiresKey' diagnostic.
static readonly Diagnostic UnrecognizedPlatform
The 'UnrecognizedPlatform' diagnostic.
static readonly Diagnostic ClassNotFound
The 'ClassNotFound' diagnostic.
static readonly Diagnostic UnableToResolveType
The 'UnableToResolveType' diagnostic.
static readonly Diagnostic UnrecognizedApartment
The 'UnrecognizedApartment' diagnostic.
static readonly Diagnostic ModuleInitializerMethodRequirements
The 'ModuleInitializerMethodRequirements' diagnostic.
static readonly Diagnostic GenericCompilerInfo
The 'GenericCompilerInfo' diagnostic.
static readonly Diagnostic PathNotFound
The 'PathNotFound' diagnostic.
static readonly Diagnostic ReferenceNotFound
The 'ReferenceNotFound' diagnostic.
static readonly Diagnostic InvalidOptionSyntax
The 'InvalidOptionSyntax' diagnostic.
static readonly Diagnostic GenericUnableToCompileError
The 'GenericUnableToCompileError' diagnostic.
static readonly Diagnostic MissingType
The 'MissingType' diagnostic.
static readonly Diagnostic UnknownElementInMapFile
The 'UnknownElementInMapFile' diagnostic.
static readonly Diagnostic CallerIDRequiresHasCallerIDAnnotation
The 'CallerIDRequiresHasCallerIDAnnotation' diagnostic.
static readonly Diagnostic EmittedNoSuchFieldError
The 'EmittedNoSuchFieldError' diagnostic.
static readonly Diagnostic UnrecognizedOption
The 'UnrecognizedOption' diagnostic.
static readonly Diagnostic InvalidFileAlignment
The 'InvalidFileAlignment' diagnostic.
static readonly Diagnostic UnrecognizedTargetType
The 'UnrecognizedTargetType' diagnostic.
static readonly Diagnostic UnableToResolveInterface
The 'UnableToResolveInterface' diagnostic.
static readonly Diagnostic ClassLoaderNotFound
The 'ClassLoaderNotFound' diagnostic.
static readonly Diagnostic RuntimeNotFound
The 'RuntimeNotFound' diagnostic.
static readonly Diagnostic ErrorParsingMapFile
The 'ErrorParsingMapFile' diagnostic.
static readonly Diagnostic MainClassNotFound
The 'MainClassNotFound' diagnostic.
static readonly Diagnostic ExeRequiresMainClass
The 'ExeRequiresMainClass' diagnostic.
static readonly Diagnostic GenericJniWarning
The 'GenericJniWarning' diagnostic.
static readonly Diagnostic InvalidMemberSignatureInMapFile
The 'InvalidMemberSignatureInMapFile' diagnostic.
static readonly Diagnostic NoJniRuntime
The 'NoJniRuntime' diagnostic.
static readonly Diagnostic InvalidStrongNameKeyPair
The 'InvalidStrongNameKeyPair' diagnostic.
static readonly Diagnostic GenericClassLoadingWarning
The 'GenericClassLoadingWarning' diagnostic.
static readonly Diagnostic AssemblyLocationIgnored
The 'AssemblyLocationIgnored' diagnostic.
static readonly Diagnostic AssumeAssemblyVersionMatch
The 'AssumeAssemblyVersionMatch' diagnostic.
static readonly Diagnostic EmittedVerificationError
The 'EmittedVerificationError' diagnostic.
static readonly Diagnostic EmittedAbstractMethodError
The 'EmittedAbstractMethodError' diagnostic.
static readonly Diagnostic OptionsMustPreceedChildLevels
The 'OptionsMustPreceedChildLevels' diagnostic.
static readonly Diagnostic WrongClassName
The 'WrongClassName' diagnostic.
static readonly Diagnostic LegacyAssemblyAttributesFound
The 'LegacyAssemblyAttributesFound' diagnostic.
static readonly Diagnostic SharedClassLoaderCannotBeUsedOnModuleTarget
The 'SharedClassLoaderCannotBeUsedOnModuleTarget' diagnostic.
static readonly Diagnostic EmittedNoSuchMethodError
The 'EmittedNoSuchMethodError' diagnostic.
static readonly Diagnostic UnknownAttributeInMapFile
The 'UnknownAttributeInMapFile' diagnostic.
static readonly Diagnostic ErrorWritingFile
The 'ErrorWritingFile' diagnostic.
static readonly Diagnostic ClassLoaderConstructorMissing
The 'ClassLoaderConstructorMissing' diagnostic.
static readonly Diagnostic MissingBaseType
The 'MissingBaseType' diagnostic.
static readonly Diagnostic NoClassDefFoundError
The 'NoClassDefFoundError' diagnostic.
static readonly Diagnostic BootstrapClassesMissing
The 'BootstrapClassesMissing' diagnostic.
static readonly Diagnostic GenericVerifierWarning
The 'GenericVerifierWarning' diagnostic.
static readonly Diagnostic ExportingImportsNotSupported
The 'ExportingImportsNotSupported' diagnostic.
static readonly Diagnostic GenericCompilerTrace
The 'GenericCompilerTrace' diagnostic.
static readonly Diagnostic NonPrimaryAssemblyReference
The 'NonPrimaryAssemblyReference' diagnostic.
static readonly Diagnostic LinkageError
The 'LinkageError' diagnostic.
static readonly Diagnostic PathTooLong
The 'PathTooLong' diagnostic.
static readonly Diagnostic MapFileTypeNotFound
The 'MapFileTypeNotFound' diagnostic.
static readonly Diagnostic ClassLoaderNotClassLoader
The 'ClassLoaderNotClassLoader' diagnostic.
static readonly Diagnostic FileNotFound
The 'FileNotFound' diagnostic.
static readonly Diagnostic ClassFormatError
The 'ClassFormatError' diagnostic.
static readonly Diagnostic RemappedTypeMissingDefaultInterfaceMethod
The 'RemappedTypeMissingDefaultInterfaceMethod' diagnostic.
static readonly Diagnostic InvalidDirectoryInLibEnvironmentPath
The 'InvalidDirectoryInLibEnvironmentPath' diagnostic.
static readonly Diagnostic ModuleCannotHaveClassLoader
The 'ModuleCannotHaveClassLoader' diagnostic.
static readonly Diagnostic OutputFileIs
The 'OutputFileIs' diagnostic.
static readonly Diagnostic UnableToCreateProxy
The 'UnableToCreateProxy' diagnostic.
static readonly Diagnostic CoreClassesMissing
The 'CoreClassesMissing' diagnostic.
static readonly Diagnostic AutoAddRef
The 'AutoAddRef' diagnostic.
static readonly Diagnostic InvalidPath
The 'InvalidPath' diagnostic.
static readonly Diagnostic VerificationError
The 'VerificationError' diagnostic.
static readonly Diagnostic CallerSensitiveOnUnsupportedMethod
The 'CallerSensitiveOnUnsupportedMethod' diagnostic.
static readonly Diagnostic DuplicateClassName
The 'DuplicateClassName' diagnostic.
static readonly Diagnostic PropertiesRequireExe
The 'PropertiesRequireExe' diagnostic.
static readonly Diagnostic EmittedNoClassDefFoundError
The 'EmittedNoClassDefFoundError' diagnostic.
static readonly Diagnostic EmittedInstantiationError
The 'EmittedInstantiationError' diagnostic.
static readonly Diagnostic InvalidCustomAttribute
The 'InvalidCustomAttribute' diagnostic.
static readonly Diagnostic UnsupportedMainMethod
The 'UnsupportedMainMethod' diagnostic.
static readonly Diagnostic GenericCompilerWarning
The 'GenericCompilerWarning' diagnostic.
static readonly Diagnostic InvalidMemberNameInMapFile
The 'InvalidMemberNameInMapFile' diagnostic.
static readonly Diagnostic MissingBaseTypeReference
The 'MissingBaseTypeReference' diagnostic.
static readonly Diagnostic MaximumErrorCountReached
The 'MaximumErrorCountReached' diagnostic.
static readonly Diagnostic RuntimeMismatch
The 'RuntimeMismatch' diagnostic.
static readonly Diagnostic GenericRuntimeTrace
The 'GenericRuntimeTrace' diagnostic.
static readonly Diagnostic RuntimeMismatchStrongName
The 'RuntimeMismatchStrongName' diagnostic.
static readonly Diagnostic ClassLoaderIsAbstract
The 'ClassLoaderIsAbstract' diagnostic.
static readonly Diagnostic ErrorReadingFile
The 'ErrorReadingFile' diagnostic.
static readonly Diagnostic GenericVerifierInfo
The 'GenericVerifierInfo' diagnostic.
static readonly Diagnostic MainMethodFromManifest
The 'MainMethodFromManifest' diagnostic.
static readonly Diagnostic EmittedIncompatibleClassChangeError
The 'EmittedIncompatibleClassChangeError' diagnostic.
static readonly Diagnostic MapFileClassNotFound
The 'MapFileClassNotFound' diagnostic.
static readonly Diagnostic GenericJniError
The 'GenericJniError' diagnostic.
static readonly Diagnostic ExternalMainNotAccessible
The 'ExternalMainNotAccessible' diagnostic.
static readonly Diagnostic AssemblyContainsDuplicateClassNames
The 'AssemblyContainsDuplicateClassNames' diagnostic.
static readonly Diagnostic MapXmlError
The 'MapXmlError' diagnostic.
static readonly Diagnostic DuplicateAssemblyReference
The 'DuplicateAssemblyReference' diagnostic.
static readonly Diagnostic EmittedLinkageError
The 'EmittedLinkageError' diagnostic.
static readonly Diagnostic EmittedIllegalAccessError
The 'EmittedIllegalAccessError' diagnostic.
static readonly Diagnostic CannotSpecifyBothKeyFileAndContainer
The 'CannotSpecifyBothKeyFileAndContainer' diagnostic.
static readonly Diagnostic InvalidPropertyNameInMapFile
The 'InvalidPropertyNameInMapFile' diagnostic.
static readonly Diagnostic GenericRuntimeInfo
The 'GenericRuntimeInfo' diagnostic.
static readonly Diagnostic CriticalClassNotFound
The 'CriticalClassNotFound' diagnostic.
static readonly Diagnostic MapFileFieldNotFound
The 'MapFileFieldNotFound' diagnostic.
static readonly Diagnostic LegacySearchRule
The 'LegacySearchRule' diagnostic.
static readonly Diagnostic MissingFileSpecification
The 'MissingFileSpecification' diagnostic.
static readonly Diagnostic ReflectionCallerClassRequiresCallerID
The 'ReflectionCallerClassRequiresCallerID' diagnostic.
static readonly Diagnostic DuplicateProxy
The 'DuplicateProxy' diagnostic.
static readonly Diagnostic InvalidPropertySignatureInMapFile
The 'InvalidPropertySignatureInMapFile' diagnostic.
static readonly Diagnostic InputFileNotFound
The 'InputFileNotFound' diagnostic.
static readonly Diagnostic GenericCompilerError
The 'GenericCompilerError' diagnostic.
static readonly Diagnostic MainMethodNotFound
The 'MainMethodNotFound' diagnostic.
static readonly Diagnostic RuntimeMethodMissing
The 'RuntimeMethodMissing' diagnostic.
static readonly Diagnostic MissingReference
The 'MissingReference' diagnostic.
static readonly Diagnostic IgnoredCustomAttribute
The 'IgnoredCustomAttribute' diagnostic.
static readonly Diagnostic IllegalAccessError
The 'IllegalAccessError' diagnostic.
static readonly Diagnostic GenericJniInfo
The 'GenericJniInfo' diagnostic.
static readonly Diagnostic ExternalResourceNotFound
The 'ExternalResourceNotFound' diagnostic.
static readonly Diagnostic InterfaceMethodCantBeInternal
The 'InterfaceMethodCantBeInternal' diagnostic.
static readonly Diagnostic DuplicateIkvmLangProperty
The 'DuplicateIkvmLangProperty' diagnostic.

Member Data Documentation

◆ AssemblyContainsDuplicateClassNames

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.AssemblyContainsDuplicateClassNames = new Diagnostic(5050, nameof(AssemblyContainsDuplicateClassNames), "Type \'{0}\' and \'{1}\' both map to the same name \'{2}\'. ({3})", DiagnosticLevel.Fatal)
static

The 'AssemblyContainsDuplicateClassNames' diagnostic.

Fatal: Type '{arg0}' and '{arg1}' both map to the same name '{arg2}'. ({arg3})

Definition at line 1317 of file Diagnostic.g.cs.

◆ AssemblyLocationIgnored

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.AssemblyLocationIgnored
static
Initial value:
= new Diagnostic(127, nameof(AssemblyLocationIgnored), "Assembly \"{0}\" is ignored as previously loaded assembly \"{1}\" has the same identi" +
"ty \"{2}\".", DiagnosticLevel.Warning)
DiagnosticLevel
Represents the level of security of a diagnostic event.

The 'AssemblyLocationIgnored' diagnostic.

Warning: Assembly "{arg0}" is ignored as previously loaded assembly "{arg1}" has the same identity "{arg2}".

Definition at line 589 of file Diagnostic.g.cs.

◆ AssumeAssemblyVersionMatch

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.AssumeAssemblyVersionMatch
static
Initial value:
= new Diagnostic(123, nameof(AssumeAssemblyVersionMatch), "Assuming assembly reference \"{0}\" matches \"{1}\", you may need to supply runtime p" +
"olicy", DiagnosticLevel.Warning)

The 'AssumeAssemblyVersionMatch' diagnostic.

Warning: Assuming assembly reference "{arg0}" matches "{arg1}", you may need to supply runtime policy

Definition at line 555 of file Diagnostic.g.cs.

◆ AutoAddRef

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.AutoAddRef = new Diagnostic(3, nameof(AutoAddRef), "Automatically adding reference to \"{0}\".", DiagnosticLevel.Info)
static

The 'AutoAddRef' diagnostic.

Info: Automatically adding reference to "{arg0}".

Definition at line 323 of file Diagnostic.g.cs.

◆ BootstrapClassesMissing

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.BootstrapClassesMissing = new Diagnostic(5031, nameof(BootstrapClassesMissing), "Bootstrap classes missing and core assembly not found.", DiagnosticLevel.Fatal)
static

The 'BootstrapClassesMissing' diagnostic.

Fatal: Bootstrap classes missing and core assembly not found.

Definition at line 1163 of file Diagnostic.g.cs.

◆ CallerIDRequiresHasCallerIDAnnotation

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.CallerIDRequiresHasCallerIDAnnotation = new Diagnostic(5051, nameof(CallerIDRequiresHasCallerIDAnnotation), "CallerID.getCallerID() requires a HasCallerID annotation.", DiagnosticLevel.Fatal)
static

The 'CallerIDRequiresHasCallerIDAnnotation' diagnostic.

Fatal: CallerID.getCallerID() requires a HasCallerID annotation.

Definition at line 1325 of file Diagnostic.g.cs.

◆ CallerSensitiveOnUnsupportedMethod

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.CallerSensitiveOnUnsupportedMethod = new Diagnostic(4016, nameof(CallerSensitiveOnUnsupportedMethod), "CallerSensitive annotation on unsupported method. (\"{0}.{1}{2}\")", DiagnosticLevel.Error)
static

The 'CallerSensitiveOnUnsupportedMethod' diagnostic.

Error: CallerSensitive annotation on unsupported method. ("{arg0}.{arg1}{arg2}")

Definition at line 851 of file Diagnostic.g.cs.

◆ CannotSpecifyBothKeyFileAndContainer

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.CannotSpecifyBothKeyFileAndContainer = new Diagnostic(5004, nameof(CannotSpecifyBothKeyFileAndContainer), "You cannot specify both a key file and container.", DiagnosticLevel.Fatal)
static

The 'CannotSpecifyBothKeyFileAndContainer' diagnostic.

Fatal: You cannot specify both a key file and container.

Definition at line 947 of file Diagnostic.g.cs.

◆ ClassFormatError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ClassFormatError = new Diagnostic(101, nameof(ClassFormatError), "Unable to compile class \"{0}\". (class format error \"{1}\")", DiagnosticLevel.Warning)
static

The 'ClassFormatError' diagnostic.

Warning: Unable to compile class "{arg0}". (class format error "{arg1}")

Definition at line 387 of file Diagnostic.g.cs.

◆ ClassLoaderConstructorMissing

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ClassLoaderConstructorMissing = new Diagnostic(5041, nameof(ClassLoaderConstructorMissing), "Custom assembly class loader constructor is missing.", DiagnosticLevel.Fatal)
static

The 'ClassLoaderConstructorMissing' diagnostic.

Fatal: Custom assembly class loader constructor is missing.

Definition at line 1244 of file Diagnostic.g.cs.

◆ ClassLoaderIsAbstract

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ClassLoaderIsAbstract = new Diagnostic(5039, nameof(ClassLoaderIsAbstract), "Custom assembly class loader class is abstract.", DiagnosticLevel.Fatal)
static

The 'ClassLoaderIsAbstract' diagnostic.

Fatal: Custom assembly class loader class is abstract.

Definition at line 1228 of file Diagnostic.g.cs.

◆ ClassLoaderNotAccessible

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ClassLoaderNotAccessible = new Diagnostic(5038, nameof(ClassLoaderNotAccessible), "Custom assembly class loader class is not accessible.", DiagnosticLevel.Fatal)
static

The 'ClassLoaderNotAccessible' diagnostic.

Fatal: Custom assembly class loader class is not accessible.

Definition at line 1220 of file Diagnostic.g.cs.

◆ ClassLoaderNotClassLoader

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ClassLoaderNotClassLoader = new Diagnostic(5040, nameof(ClassLoaderNotClassLoader), "Custom assembly class loader class does not extend java.lang.ClassLoader.", DiagnosticLevel.Fatal)
static

The 'ClassLoaderNotClassLoader' diagnostic.

Fatal: Custom assembly class loader class does not extend java.lang.ClassLoader.

Definition at line 1236 of file Diagnostic.g.cs.

◆ ClassLoaderNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ClassLoaderNotFound = new Diagnostic(5037, nameof(ClassLoaderNotFound), "Custom assembly class loader class not found.", DiagnosticLevel.Fatal)
static

The 'ClassLoaderNotFound' diagnostic.

Fatal: Custom assembly class loader class not found.

Definition at line 1212 of file Diagnostic.g.cs.

◆ ClassNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ClassNotFound = new Diagnostic(100, nameof(ClassNotFound), "Class \"{0}\" not found.", DiagnosticLevel.Warning)
static

The 'ClassNotFound' diagnostic.

Warning: Class "{arg0}" not found.

Definition at line 379 of file Diagnostic.g.cs.

◆ CoreAssemblyVersionMismatch

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.CoreAssemblyVersionMismatch
static
Initial value:
= new Diagnostic(5061, nameof(CoreAssemblyVersionMismatch), "Unable to load assembly \'{-1}\' as it depends on a higher version of {-1} than the" +
" one currently loaded.", DiagnosticLevel.Fatal)

The 'CoreAssemblyVersionMismatch' diagnostic.

Fatal: Unable to load assembly '{0}' as it depends on a higher version of {1} than the one currently loaded.

Definition at line 1407 of file Diagnostic.g.cs.

◆ CoreClassesMissing

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.CoreClassesMissing = new Diagnostic(5048, nameof(CoreClassesMissing), "Failed to find core classes in core library.", DiagnosticLevel.Fatal)
static

The 'CoreClassesMissing' diagnostic.

Fatal: Failed to find core classes in core library.

Definition at line 1301 of file Diagnostic.g.cs.

◆ CriticalClassNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.CriticalClassNotFound = new Diagnostic(5049, nameof(CriticalClassNotFound), "Unable to load critical class \'{0}\'.", DiagnosticLevel.Fatal)
static

The 'CriticalClassNotFound' diagnostic.

Fatal: Unable to load critical class '{arg0}'.

Definition at line 1309 of file Diagnostic.g.cs.

◆ DelaySignRequiresKey

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.DelaySignRequiresKey = new Diagnostic(5005, nameof(DelaySignRequiresKey), "You cannot delay sign without a key file or container.", DiagnosticLevel.Fatal)
static

The 'DelaySignRequiresKey' diagnostic.

Fatal: You cannot delay sign without a key file or container.

Definition at line 955 of file Diagnostic.g.cs.

◆ DuplicateAssemblyReference

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.DuplicateAssemblyReference = new Diagnostic(132, nameof(DuplicateAssemblyReference), "Duplicate assembly reference \"{0}\"", DiagnosticLevel.Warning)
static

The 'DuplicateAssemblyReference' diagnostic.

Warning: Duplicate assembly reference "{arg0}"

Definition at line 606 of file Diagnostic.g.cs.

◆ DuplicateClassName

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.DuplicateClassName = new Diagnostic(102, nameof(DuplicateClassName), "Duplicate class name: \"{0}\".", DiagnosticLevel.Warning)
static

The 'DuplicateClassName' diagnostic.

Warning: Duplicate class name: "{arg0}".

Definition at line 395 of file Diagnostic.g.cs.

◆ DuplicateIkvmLangProperty

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.DuplicateIkvmLangProperty = new Diagnostic(139, nameof(DuplicateIkvmLangProperty), "Ignoring duplicate ikvm.lang.Property annotation on {0}.{1}.", DiagnosticLevel.Warning)
static

The 'DuplicateIkvmLangProperty' diagnostic.

Warning: Ignoring duplicate ikvm.lang.Property annotation on {arg0}.{arg1}.

Definition at line 672 of file Diagnostic.g.cs.

◆ DuplicateProxy

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.DuplicateProxy = new Diagnostic(4002, nameof(DuplicateProxy), "Duplicate proxy \"{0}\".", DiagnosticLevel.Error)
static

The 'DuplicateProxy' diagnostic.

Error: Duplicate proxy "{arg0}".

Definition at line 736 of file Diagnostic.g.cs.

◆ DuplicateResourceName

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.DuplicateResourceName = new Diagnostic(107, nameof(DuplicateResourceName), "Skipping resource (name clash): \"{0}\"", DiagnosticLevel.Warning)
static

The 'DuplicateResourceName' diagnostic.

Warning: Skipping resource (name clash): "{arg0}"

Definition at line 435 of file Diagnostic.g.cs.

◆ EmittedAbstractMethodError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.EmittedAbstractMethodError = new Diagnostic(116, nameof(EmittedAbstractMethodError), "Emitted java.lang.AbstractMethodError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
static

The 'EmittedAbstractMethodError' diagnostic.

Warning: Emitted java.lang.AbstractMethodError in "{arg0}". ("{arg1}")

Definition at line 499 of file Diagnostic.g.cs.

◆ EmittedClassFormatError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.EmittedClassFormatError = new Diagnostic(120, nameof(EmittedClassFormatError), "Emitted java.lang.ClassFormatError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
static

The 'EmittedClassFormatError' diagnostic.

Warning: Emitted java.lang.ClassFormatError in "{arg0}". ("{arg1}")

Definition at line 531 of file Diagnostic.g.cs.

◆ EmittedIllegalAccessError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.EmittedIllegalAccessError = new Diagnostic(112, nameof(EmittedIllegalAccessError), "Emitted java.lang.IllegalAccessError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
static

The 'EmittedIllegalAccessError' diagnostic.

Warning: Emitted java.lang.IllegalAccessError in "{arg0}". ("{arg1}")

Definition at line 467 of file Diagnostic.g.cs.

◆ EmittedIncompatibleClassChangeError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.EmittedIncompatibleClassChangeError = new Diagnostic(114, nameof(EmittedIncompatibleClassChangeError), "Emitted java.lang.IncompatibleClassChangeError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
static

The 'EmittedIncompatibleClassChangeError' diagnostic.

Warning: Emitted java.lang.IncompatibleClassChangeError in "{arg0}". ("{arg1}")

Definition at line 483 of file Diagnostic.g.cs.

◆ EmittedInstantiationError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.EmittedInstantiationError = new Diagnostic(113, nameof(EmittedInstantiationError), "Emitted java.lang.InstantiationError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
static

The 'EmittedInstantiationError' diagnostic.

Warning: Emitted java.lang.InstantiationError in "{arg0}". ("{arg1}")

Definition at line 475 of file Diagnostic.g.cs.

◆ EmittedLinkageError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.EmittedLinkageError = new Diagnostic(118, nameof(EmittedLinkageError), "Emitted java.lang.LinkageError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
static

The 'EmittedLinkageError' diagnostic.

Warning: Emitted java.lang.LinkageError in "{arg0}". ("{arg1}")

Definition at line 515 of file Diagnostic.g.cs.

◆ EmittedNoClassDefFoundError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.EmittedNoClassDefFoundError = new Diagnostic(111, nameof(EmittedNoClassDefFoundError), "Emitted java.lang.NoClassDefFoundError in \"{0}\". (\"{1}\").", DiagnosticLevel.Warning)
static

The 'EmittedNoClassDefFoundError' diagnostic.

Warning: Emitted java.lang.NoClassDefFoundError in "{arg0}". ("{arg1}").

Definition at line 459 of file Diagnostic.g.cs.

◆ EmittedNoSuchFieldError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.EmittedNoSuchFieldError = new Diagnostic(115, nameof(EmittedNoSuchFieldError), "Emitted java.lang.NoSuchFieldError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
static

The 'EmittedNoSuchFieldError' diagnostic.

Warning: Emitted java.lang.NoSuchFieldError in "{arg0}". ("{arg1}")

Definition at line 491 of file Diagnostic.g.cs.

◆ EmittedNoSuchMethodError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.EmittedNoSuchMethodError = new Diagnostic(117, nameof(EmittedNoSuchMethodError), "Emitted java.lang.NoSuchMethodError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
static

The 'EmittedNoSuchMethodError' diagnostic.

Warning: Emitted java.lang.NoSuchMethodError in "{arg0}". ("{arg1}")

Definition at line 507 of file Diagnostic.g.cs.

◆ EmittedVerificationError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.EmittedVerificationError = new Diagnostic(119, nameof(EmittedVerificationError), "Emitted java.lang.VerificationError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning)
static

The 'EmittedVerificationError' diagnostic.

Warning: Emitted java.lang.VerificationError in "{arg0}". ("{arg1}")

Definition at line 523 of file Diagnostic.g.cs.

◆ ErrorParsingMapFile

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ErrorParsingMapFile = new Diagnostic(5030, nameof(ErrorParsingMapFile), "Unable to parse remap file: {0}. ({1})", DiagnosticLevel.Fatal)
static

The 'ErrorParsingMapFile' diagnostic.

Fatal: Unable to parse remap file: {arg0}. ({arg1})

Definition at line 1155 of file Diagnostic.g.cs.

◆ ErrorReadingFile

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ErrorReadingFile = new Diagnostic(5001, nameof(ErrorReadingFile), "Unable to read file: {0}. ({1})", DiagnosticLevel.Fatal)
static

The 'ErrorReadingFile' diagnostic.

Fatal: Unable to read file: {arg0}. ({arg1})

Definition at line 923 of file Diagnostic.g.cs.

◆ ErrorWritingFile

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ErrorWritingFile = new Diagnostic(5021, nameof(ErrorWritingFile), "Unable to write file: {0}. ({1})", DiagnosticLevel.Fatal)
static

The 'ErrorWritingFile' diagnostic.

Fatal: Unable to write file: {arg0}. ({arg1})

Definition at line 1083 of file Diagnostic.g.cs.

◆ ExeRequiresMainClass

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ExeRequiresMainClass = new Diagnostic(5027, nameof(ExeRequiresMainClass), "No main method found.", DiagnosticLevel.Fatal)
static

The 'ExeRequiresMainClass' diagnostic.

Fatal: No main method found.

Definition at line 1131 of file Diagnostic.g.cs.

◆ ExportingImportsNotSupported

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ExportingImportsNotSupported = new Diagnostic(4023, nameof(ExportingImportsNotSupported), "Exporting previously imported assemblies is not supported.", DiagnosticLevel.Error)
static

The 'ExportingImportsNotSupported' diagnostic.

Error: Exporting previously imported assemblies is not supported.

Definition at line 907 of file Diagnostic.g.cs.

◆ ExternalMainNotAccessible

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ExternalMainNotAccessible = new Diagnostic(5036, nameof(ExternalMainNotAccessible), "External main method must be public and in a public class.", DiagnosticLevel.Fatal)
static

The 'ExternalMainNotAccessible' diagnostic.

Fatal: External main method must be public and in a public class.

Definition at line 1204 of file Diagnostic.g.cs.

◆ ExternalResourceNameInvalid

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ExternalResourceNameInvalid = new Diagnostic(5018, nameof(ExternalResourceNameInvalid), "External resource file may not include path specification: {0}.", DiagnosticLevel.Fatal)
static

The 'ExternalResourceNameInvalid' diagnostic.

Fatal: External resource file may not include path specification: {arg0}.

Definition at line 1059 of file Diagnostic.g.cs.

◆ ExternalResourceNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ExternalResourceNotFound = new Diagnostic(5017, nameof(ExternalResourceNotFound), "External resource file does not exist: {0}.", DiagnosticLevel.Fatal)
static

The 'ExternalResourceNotFound' diagnostic.

Fatal: External resource file does not exist: {arg0}.

Definition at line 1051 of file Diagnostic.g.cs.

◆ FileFormatLimitationExceeded

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.FileFormatLimitationExceeded = new Diagnostic(5003, nameof(FileFormatLimitationExceeded), "File format limitation exceeded: {0}.", DiagnosticLevel.Fatal)
static

The 'FileFormatLimitationExceeded' diagnostic.

Fatal: File format limitation exceeded: {arg0}.

Definition at line 939 of file Diagnostic.g.cs.

◆ FileNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.FileNotFound = new Diagnostic(5055, nameof(FileNotFound), "File not found: {0}.", DiagnosticLevel.Fatal)
static

The 'FileNotFound' diagnostic.

Fatal: File not found: {arg0}.

Definition at line 1359 of file Diagnostic.g.cs.

◆ GenericClassLoadingError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericClassLoadingError = new Diagnostic(4019, nameof(GenericClassLoadingError), "{0}", DiagnosticLevel.Error)
static

The 'GenericClassLoadingError' diagnostic.

Error: {arg0}

Definition at line 875 of file Diagnostic.g.cs.

◆ GenericClassLoadingInfo

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericClassLoadingInfo = new Diagnostic(6, nameof(GenericClassLoadingInfo), "{0}", DiagnosticLevel.Info)
static

The 'GenericClassLoadingInfo' diagnostic.

Info: {arg0}

Definition at line 347 of file Diagnostic.g.cs.

◆ GenericClassLoadingWarning

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericClassLoadingWarning = new Diagnostic(142, nameof(GenericClassLoadingWarning), "{0}", DiagnosticLevel.Warning)
static

The 'GenericClassLoadingWarning' diagnostic.

Warning: {arg0}

Definition at line 696 of file Diagnostic.g.cs.

◆ GenericCompilerError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericCompilerError = new Diagnostic(4018, nameof(GenericCompilerError), "{0}", DiagnosticLevel.Error)
static

The 'GenericCompilerError' diagnostic.

Error: {arg0}

Definition at line 867 of file Diagnostic.g.cs.

◆ GenericCompilerInfo

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericCompilerInfo = new Diagnostic(5, nameof(GenericCompilerInfo), "{0}", DiagnosticLevel.Info)
static

The 'GenericCompilerInfo' diagnostic.

Info: {arg0}

Definition at line 339 of file Diagnostic.g.cs.

◆ GenericCompilerTrace

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericCompilerTrace = new Diagnostic(6002, nameof(GenericCompilerTrace), "{0}", DiagnosticLevel.Trace)
static

The 'GenericCompilerTrace' diagnostic.

Trace: {arg0}

Definition at line 1432 of file Diagnostic.g.cs.

◆ GenericCompilerWarning

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericCompilerWarning = new Diagnostic(141, nameof(GenericCompilerWarning), "{0}", DiagnosticLevel.Warning)
static

The 'GenericCompilerWarning' diagnostic.

Warning: {arg0}

Definition at line 688 of file Diagnostic.g.cs.

◆ GenericJniError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericJniError = new Diagnostic(4022, nameof(GenericJniError), "{0}", DiagnosticLevel.Error)
static

The 'GenericJniError' diagnostic.

Error: {arg0}

Definition at line 899 of file Diagnostic.g.cs.

◆ GenericJniInfo

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericJniInfo = new Diagnostic(9, nameof(GenericJniInfo), "{0}", DiagnosticLevel.Info)
static

The 'GenericJniInfo' diagnostic.

Info: {arg0}

Definition at line 371 of file Diagnostic.g.cs.

◆ GenericJniTrace

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericJniTrace = new Diagnostic(6001, nameof(GenericJniTrace), "{0}", DiagnosticLevel.Trace)
static

The 'GenericJniTrace' diagnostic.

Trace: {arg0}

Definition at line 1424 of file Diagnostic.g.cs.

◆ GenericJniWarning

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericJniWarning = new Diagnostic(145, nameof(GenericJniWarning), "{0}", DiagnosticLevel.Warning)
static

The 'GenericJniWarning' diagnostic.

Warning: {arg0}

Definition at line 720 of file Diagnostic.g.cs.

◆ GenericRuntimeError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericRuntimeError = new Diagnostic(4021, nameof(GenericRuntimeError), "{0}", DiagnosticLevel.Error)
static

The 'GenericRuntimeError' diagnostic.

Error: {arg0}

Definition at line 891 of file Diagnostic.g.cs.

◆ GenericRuntimeInfo

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericRuntimeInfo = new Diagnostic(8, nameof(GenericRuntimeInfo), "{0}", DiagnosticLevel.Info)
static

The 'GenericRuntimeInfo' diagnostic.

Info: {arg0}

Definition at line 363 of file Diagnostic.g.cs.

◆ GenericRuntimeTrace

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericRuntimeTrace = new Diagnostic(6000, nameof(GenericRuntimeTrace), "{0}", DiagnosticLevel.Trace)
static

The 'GenericRuntimeTrace' diagnostic.

Trace: {arg0}

Definition at line 1416 of file Diagnostic.g.cs.

◆ GenericRuntimeWarning

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericRuntimeWarning = new Diagnostic(144, nameof(GenericRuntimeWarning), "{0}", DiagnosticLevel.Warning)
static

The 'GenericRuntimeWarning' diagnostic.

Warning: {arg0}

Definition at line 712 of file Diagnostic.g.cs.

◆ GenericUnableToCompileError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericUnableToCompileError = new Diagnostic(106, nameof(GenericUnableToCompileError), "Unable to compile class \"{0}\". (\"{1}\": \"{2}\")", DiagnosticLevel.Warning)
static

The 'GenericUnableToCompileError' diagnostic.

Warning: Unable to compile class "{arg0}". ("{arg1}": "{arg2}")

Definition at line 427 of file Diagnostic.g.cs.

◆ GenericVerifierError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericVerifierError = new Diagnostic(4020, nameof(GenericVerifierError), "{0}", DiagnosticLevel.Error)
static

The 'GenericVerifierError' diagnostic.

Error: {arg0}

Definition at line 883 of file Diagnostic.g.cs.

◆ GenericVerifierInfo

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericVerifierInfo = new Diagnostic(7, nameof(GenericVerifierInfo), "{0}", DiagnosticLevel.Info)
static

The 'GenericVerifierInfo' diagnostic.

Info: {arg0}

Definition at line 355 of file Diagnostic.g.cs.

◆ GenericVerifierWarning

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GenericVerifierWarning = new Diagnostic(143, nameof(GenericVerifierWarning), "{0}", DiagnosticLevel.Warning)
static

The 'GenericVerifierWarning' diagnostic.

Warning: {arg0}

Definition at line 704 of file Diagnostic.g.cs.

◆ GhostInterfaceMethodMissing

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.GhostInterfaceMethodMissing = new Diagnostic(5058, nameof(GhostInterfaceMethodMissing), "Remapped class \'{0}\' does not implement ghost interface method. ({1}.{2}{3})", DiagnosticLevel.Fatal)
static

The 'GhostInterfaceMethodMissing' diagnostic.

Fatal: Remapped class '{arg0}' does not implement ghost interface method. ({arg1}.{arg2}{arg3})

Definition at line 1383 of file Diagnostic.g.cs.

◆ IgnoredCustomAttribute

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.IgnoredCustomAttribute = new Diagnostic(122, nameof(IgnoredCustomAttribute), "Custom attribute \"{0}\" was ignored. (\"{1}\")", DiagnosticLevel.Warning)
static

The 'IgnoredCustomAttribute' diagnostic.

Warning: Custom attribute "{arg0}" was ignored. ("{arg1}")

Definition at line 547 of file Diagnostic.g.cs.

◆ IllegalAccessError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.IllegalAccessError = new Diagnostic(103, nameof(IllegalAccessError), "Unable to compile class \"{0}\". (illegal access error \"{1}\")", DiagnosticLevel.Warning)
static

The 'IllegalAccessError' diagnostic.

Warning: Unable to compile class "{arg0}". (illegal access error "{arg1}")

Definition at line 403 of file Diagnostic.g.cs.

◆ InputFileNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InputFileNotFound = new Diagnostic(4005, nameof(InputFileNotFound), "Source file \'{0}\' not found.", DiagnosticLevel.Error)
static

The 'InputFileNotFound' diagnostic.

Error: Source file '{arg0}' not found.

Definition at line 760 of file Diagnostic.g.cs.

◆ InterfaceMethodCantBeInternal

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InterfaceMethodCantBeInternal = new Diagnostic(128, nameof(InterfaceMethodCantBeInternal), "Ignoring @ikvm.lang.Internal annotation on interface method. (\"{0}.{1}{2}\")", DiagnosticLevel.Warning)
static

The 'InterfaceMethodCantBeInternal' diagnostic.

Warning: Ignoring @ikvm.lang.Internal annotation on interface method. ("{arg0}.{arg1}{arg2}")

Definition at line 598 of file Diagnostic.g.cs.

◆ InvalidCustomAttribute

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InvalidCustomAttribute = new Diagnostic(121, nameof(InvalidCustomAttribute), "Error emitting \"{0}\" custom attribute. (\"{1}\")", DiagnosticLevel.Warning)
static

The 'InvalidCustomAttribute' diagnostic.

Warning: Error emitting "{arg0}" custom attribute. ("{arg1}")

Definition at line 539 of file Diagnostic.g.cs.

◆ InvalidDirectoryInLibEnvironmentPath

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InvalidDirectoryInLibEnvironmentPath = new Diagnostic(125, nameof(InvalidDirectoryInLibEnvironmentPath), "Directory \"{0}\" specified in LIB environment is not valid.", DiagnosticLevel.Warning)
static

The 'InvalidDirectoryInLibEnvironmentPath' diagnostic.

Warning: Directory "{arg0}" specified in LIB environment is not valid.

Definition at line 572 of file Diagnostic.g.cs.

◆ InvalidDirectoryInLibOptionPath

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InvalidDirectoryInLibOptionPath = new Diagnostic(124, nameof(InvalidDirectoryInLibOptionPath), "Directory \"{0}\" specified in -lib option is not valid.", DiagnosticLevel.Warning)
static

The 'InvalidDirectoryInLibOptionPath' diagnostic.

Warning: Directory "{arg0}" specified in -lib option is not valid.

Definition at line 564 of file Diagnostic.g.cs.

◆ InvalidFileAlignment

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InvalidFileAlignment = new Diagnostic(5020, nameof(InvalidFileAlignment), "Invalid value \'{0}\' for -filealign option.", DiagnosticLevel.Fatal)
static

The 'InvalidFileAlignment' diagnostic.

Fatal: Invalid value '{arg0}' for -filealign option.

Definition at line 1075 of file Diagnostic.g.cs.

◆ InvalidMemberNameInMapFile

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InvalidMemberNameInMapFile = new Diagnostic(4009, nameof(InvalidMemberNameInMapFile), "Invalid {0} name \'{1}\' in remap file in class {2}.", DiagnosticLevel.Error)
static

The 'InvalidMemberNameInMapFile' diagnostic.

Error: Invalid {arg0} name '{arg1}' in remap file in class {arg2}.

Definition at line 792 of file Diagnostic.g.cs.

◆ InvalidMemberSignatureInMapFile

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InvalidMemberSignatureInMapFile = new Diagnostic(4010, nameof(InvalidMemberSignatureInMapFile), "Invalid {0} signature \'{3}\' in remap file for {0} {1}.{2}.", DiagnosticLevel.Error)
static

The 'InvalidMemberSignatureInMapFile' diagnostic.

Error: Invalid {arg0} signature '{arg3}' in remap file for {arg0} {arg1}.{arg2}.

Definition at line 800 of file Diagnostic.g.cs.

◆ InvalidOptionSyntax

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InvalidOptionSyntax = new Diagnostic(5016, nameof(InvalidOptionSyntax), "Invalid option: {0}.", DiagnosticLevel.Fatal)
static

The 'InvalidOptionSyntax' diagnostic.

Fatal: Invalid option: {arg0}.

Definition at line 1043 of file Diagnostic.g.cs.

◆ InvalidPath

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InvalidPath = new Diagnostic(5015, nameof(InvalidPath), "Invalid path: {0}.", DiagnosticLevel.Fatal)
static

The 'InvalidPath' diagnostic.

Fatal: Invalid path: {arg0}.

Definition at line 1035 of file Diagnostic.g.cs.

◆ InvalidPropertyNameInMapFile

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InvalidPropertyNameInMapFile = new Diagnostic(4011, nameof(InvalidPropertyNameInMapFile), "Invalid property {0} name \'{3}\' in remap file for property {1}.{2}.", DiagnosticLevel.Error)
static

The 'InvalidPropertyNameInMapFile' diagnostic.

Error: Invalid property {arg0} name '{arg3}' in remap file for property {arg1}.{arg2}.

Definition at line 808 of file Diagnostic.g.cs.

◆ InvalidPropertySignatureInMapFile

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InvalidPropertySignatureInMapFile = new Diagnostic(4012, nameof(InvalidPropertySignatureInMapFile), "Invalid property {0} signature \'{3}\' in remap file for property {1}.{2}.", DiagnosticLevel.Error)
static

The 'InvalidPropertySignatureInMapFile' diagnostic.

Error: Invalid property {arg0} signature '{arg3}' in remap file for property {arg1}.{arg2}.

Definition at line 816 of file Diagnostic.g.cs.

◆ InvalidStrongNameKeyPair

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InvalidStrongNameKeyPair = new Diagnostic(5006, nameof(InvalidStrongNameKeyPair), "Invalid key {0} specified. (\"{1}\")", DiagnosticLevel.Fatal)
static

The 'InvalidStrongNameKeyPair' diagnostic.

Fatal: Invalid key {arg0} specified. ("{arg1}")

Definition at line 963 of file Diagnostic.g.cs.

◆ InvalidVersionFormat

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InvalidVersionFormat = new Diagnostic(5019, nameof(InvalidVersionFormat), "Invalid version specified: {0}.", DiagnosticLevel.Fatal)
static

The 'InvalidVersionFormat' diagnostic.

Fatal: Invalid version specified: {arg0}.

Definition at line 1067 of file Diagnostic.g.cs.

◆ InvalidZip

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.InvalidZip = new Diagnostic(5060, nameof(InvalidZip), "Invalid zip: {0}.", DiagnosticLevel.Fatal)
static

The 'InvalidZip' diagnostic.

Fatal: Invalid zip: {name}.

Definition at line 1399 of file Diagnostic.g.cs.

◆ LegacyAssemblyAttributesFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.LegacyAssemblyAttributesFound
static
Initial value:
= new Diagnostic(137, nameof(LegacyAssemblyAttributesFound), "Legacy assembly attributes container found. Please use the -assemblyattributes:<f" +
"ile> option.", DiagnosticLevel.Warning)

The 'LegacyAssemblyAttributesFound' diagnostic.

Warning: Legacy assembly attributes container found. Please use the -assemblyattributes:<file> option.

Definition at line 647 of file Diagnostic.g.cs.

◆ LegacySearchRule

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.LegacySearchRule
static
Initial value:
= new Diagnostic(126, nameof(LegacySearchRule), "Found assembly \"{0}\" using legacy search rule, please append \'.dll\' to the refere" +
"nce.", DiagnosticLevel.Warning)

The 'LegacySearchRule' diagnostic.

Warning: Found assembly "{arg0}" using legacy search rule, please append '.dll' to the reference.

Definition at line 580 of file Diagnostic.g.cs.

◆ LinkageError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.LinkageError = new Diagnostic(5045, nameof(LinkageError), "Link error: {0}", DiagnosticLevel.Fatal)
static

The 'LinkageError' diagnostic.

Fatal: Link error: {arg0}

Definition at line 1276 of file Diagnostic.g.cs.

◆ MainClassNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MainClassNotFound = new Diagnostic(5033, nameof(MainClassNotFound), "Main class not found.", DiagnosticLevel.Fatal)
static

The 'MainClassNotFound' diagnostic.

Fatal: Main class not found.

Definition at line 1180 of file Diagnostic.g.cs.

◆ MainClassRequiresExe

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MainClassRequiresExe = new Diagnostic(5026, nameof(MainClassRequiresExe), "Main class cannot be specified for library or module.", DiagnosticLevel.Fatal)
static

The 'MainClassRequiresExe' diagnostic.

Fatal: Main class cannot be specified for library or module.

Definition at line 1123 of file Diagnostic.g.cs.

◆ MainMethodFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MainMethodFound = new Diagnostic(1, nameof(MainMethodFound), "Found main method in class \"{0}\".", DiagnosticLevel.Info)
static

The 'MainMethodFound' diagnostic.

Info: Found main method in class "{arg0}".

Definition at line 307 of file Diagnostic.g.cs.

◆ MainMethodFromManifest

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MainMethodFromManifest = new Diagnostic(4, nameof(MainMethodFromManifest), "Using main class \"{0}\" based on jar manifest.", DiagnosticLevel.Info)
static

The 'MainMethodFromManifest' diagnostic.

Info: Using main class "{arg0}" based on jar manifest.

Definition at line 331 of file Diagnostic.g.cs.

◆ MainMethodNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MainMethodNotFound = new Diagnostic(5034, nameof(MainMethodNotFound), "Main method not found.", DiagnosticLevel.Fatal)
static

The 'MainMethodNotFound' diagnostic.

Fatal: Main method not found.

Definition at line 1188 of file Diagnostic.g.cs.

◆ MalformedIkvmLangProperty

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MalformedIkvmLangProperty = new Diagnostic(140, nameof(MalformedIkvmLangProperty), "Ignoring duplicate ikvm.lang.Property annotation on {0}.{1}.", DiagnosticLevel.Warning)
static

The 'MalformedIkvmLangProperty' diagnostic.

Warning: Ignoring duplicate ikvm.lang.Property annotation on {arg0}.{arg1}.

Definition at line 680 of file Diagnostic.g.cs.

◆ MapFileClassNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MapFileClassNotFound = new Diagnostic(5043, nameof(MapFileClassNotFound), "Class \'{0}\' referenced in remap file was not found.", DiagnosticLevel.Fatal)
static

The 'MapFileClassNotFound' diagnostic.

Fatal: Class '{arg0}' referenced in remap file was not found.

Definition at line 1260 of file Diagnostic.g.cs.

◆ MapFileFieldNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MapFileFieldNotFound = new Diagnostic(5057, nameof(MapFileFieldNotFound), "Field \'{0}\' referenced in remap file was not found in class \'{1}\'.", DiagnosticLevel.Fatal)
static

The 'MapFileFieldNotFound' diagnostic.

Fatal: Field '{arg0}' referenced in remap file was not found in class '{arg1}'.

Definition at line 1375 of file Diagnostic.g.cs.

◆ MapFileTypeNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MapFileTypeNotFound = new Diagnostic(5042, nameof(MapFileTypeNotFound), "Type \'{0}\' referenced in remap file was not found.", DiagnosticLevel.Fatal)
static

The 'MapFileTypeNotFound' diagnostic.

Fatal: Type '{arg0}' referenced in remap file was not found.

Definition at line 1252 of file Diagnostic.g.cs.

◆ MapXmlError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MapXmlError = new Diagnostic(4004, nameof(MapXmlError), "Error in remap file: {0}.", DiagnosticLevel.Error)
static

The 'MapXmlError' diagnostic.

Error: Error in remap file: {arg0}.

Definition at line 752 of file Diagnostic.g.cs.

◆ MapXmlUnableToResolveOpCode

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MapXmlUnableToResolveOpCode = new Diagnostic(4003, nameof(MapXmlUnableToResolveOpCode), "Unable to resolve opcode in remap file: {0}.", DiagnosticLevel.Error)
static

The 'MapXmlUnableToResolveOpCode' diagnostic.

Error: Unable to resolve opcode in remap file: {arg0}.

Definition at line 744 of file Diagnostic.g.cs.

◆ MaximumErrorCountReached

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MaximumErrorCountReached = new Diagnostic(5044, nameof(MaximumErrorCountReached), "Maximum error count reached.", DiagnosticLevel.Fatal)
static

The 'MaximumErrorCountReached' diagnostic.

Fatal: Maximum error count reached.

Definition at line 1268 of file Diagnostic.g.cs.

◆ MissingBaseType

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MissingBaseType
static
Initial value:
= new Diagnostic(5053, nameof(MissingBaseType), "The base class or interface \'{0}\' in assembly \'{1}\' referenced by type \'{2}\' in \'" +
"{3}\' could not be resolved.", DiagnosticLevel.Fatal)

The 'MissingBaseType' diagnostic.

Fatal: The base class or interface '{arg0}' in assembly '{arg1}' referenced by type '{arg2}' in '{arg3}' could not be resolved.

Definition at line 1341 of file Diagnostic.g.cs.

◆ MissingBaseTypeReference

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MissingBaseTypeReference
static
Initial value:
= new Diagnostic(5054, nameof(MissingBaseTypeReference), "The type \'{0}\' is defined in an assembly that is not referenced. You must add a r" +
"eference to assembly \'{1}\'.", DiagnosticLevel.Fatal)

The 'MissingBaseTypeReference' diagnostic.

Fatal: The type '{arg0}' is defined in an assembly that is not referenced. You must add a reference to assembly '{arg1}'.

Definition at line 1350 of file Diagnostic.g.cs.

◆ MissingFileSpecification

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MissingFileSpecification = new Diagnostic(5012, nameof(MissingFileSpecification), "Missing file specification for \'{0}\' option.", DiagnosticLevel.Fatal)
static

The 'MissingFileSpecification' diagnostic.

Fatal: Missing file specification for '{arg0}' option.

Definition at line 1011 of file Diagnostic.g.cs.

◆ MissingReference

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MissingReference
static
Initial value:
= new Diagnostic(4015, nameof(MissingReference), "The type \'{0}\' is defined in an assembly that is notResponseFileDepthExceeded ref" +
"erenced. You must add a reference to assembly \'{1}\'.", DiagnosticLevel.Error)

The 'MissingReference' diagnostic.

Error: The type '{arg0}' is defined in an assembly that is notResponseFileDepthExceeded referenced. You must add a reference to assembly '{arg1}'.

Definition at line 842 of file Diagnostic.g.cs.

◆ MissingType

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.MissingType
static
Initial value:
= new Diagnostic(4014, nameof(MissingType), "Reference to type \"{0}\" claims it is defined in \"{1}\", but it could not be found." +
"", DiagnosticLevel.Error)

The 'MissingType' diagnostic.

Error: Reference to type "{arg0}" claims it is defined in "{arg1}", but it could not be found.

Definition at line 833 of file Diagnostic.g.cs.

◆ ModuleCannotHaveClassLoader

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ModuleCannotHaveClassLoader = new Diagnostic(5029, nameof(ModuleCannotHaveClassLoader), "Cannot specify assembly class loader for modules.", DiagnosticLevel.Fatal)
static

The 'ModuleCannotHaveClassLoader' diagnostic.

Fatal: Cannot specify assembly class loader for modules.

Definition at line 1147 of file Diagnostic.g.cs.

◆ ModuleInitializerMethodRequirements

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ModuleInitializerMethodRequirements = new Diagnostic(5059, nameof(ModuleInitializerMethodRequirements), "Method \'{0}.{1}{2}\' does not meet the requirements of a module initializer.", DiagnosticLevel.Fatal)
static

The 'ModuleInitializerMethodRequirements' diagnostic.

Fatal: Method '{arg1}.{arg2}{arg3}' does not meet the requirements of a module initializer.

Definition at line 1391 of file Diagnostic.g.cs.

◆ NoClassDefFoundError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.NoClassDefFoundError = new Diagnostic(105, nameof(NoClassDefFoundError), "Unable to compile class \"{0}\". (missing class \"{1}\")", DiagnosticLevel.Warning)
static

The 'NoClassDefFoundError' diagnostic.

Warning: Unable to compile class "{arg0}". (missing class "{arg1}")

Definition at line 419 of file Diagnostic.g.cs.

◆ NoJniRuntime

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.NoJniRuntime = new Diagnostic(110, nameof(NoJniRuntime), "Unable to load runtime JNI assembly.", DiagnosticLevel.Warning)
static

The 'NoJniRuntime' diagnostic.

Warning: Unable to load runtime JNI assembly.

Definition at line 451 of file Diagnostic.g.cs.

◆ NonPrimaryAssemblyReference

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.NonPrimaryAssemblyReference
static
Initial value:
= new Diagnostic(4013, nameof(NonPrimaryAssemblyReference), "Referenced assembly \"{0}\" is not the primary assembly of a shared class loader gr" +
"oup, please reference primary assembly \"{1}\" instead.", DiagnosticLevel.Error)

The 'NonPrimaryAssemblyReference' diagnostic.

Error: Referenced assembly "{arg0}" is not the primary assembly of a shared class loader group, please reference primary assembly "{arg1}" instead.

Definition at line 824 of file Diagnostic.g.cs.

◆ NoOutputFileSpecified

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.NoOutputFileSpecified = new Diagnostic(5023, nameof(NoOutputFileSpecified), "No output file specified.", DiagnosticLevel.Fatal)
static

The 'NoOutputFileSpecified' diagnostic.

Fatal: No output file specified.

Definition at line 1099 of file Diagnostic.g.cs.

◆ NoTargetsFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.NoTargetsFound = new Diagnostic(5002, nameof(NoTargetsFound), "No targets found", DiagnosticLevel.Fatal)
static

The 'NoTargetsFound' diagnostic.

Fatal: No targets found

Definition at line 931 of file Diagnostic.g.cs.

◆ OptionsMustPreceedChildLevels

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.OptionsMustPreceedChildLevels = new Diagnostic(5008, nameof(OptionsMustPreceedChildLevels), "You can only specify options before any child levels.", DiagnosticLevel.Fatal)
static

The 'OptionsMustPreceedChildLevels' diagnostic.

Fatal: You can only specify options before any child levels.

Definition at line 979 of file Diagnostic.g.cs.

◆ OutputFileIs

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.OutputFileIs = new Diagnostic(2, nameof(OutputFileIs), "Output file is \"{0}\".", DiagnosticLevel.Info)
static

The 'OutputFileIs' diagnostic.

Info: Output file is "{arg0}".

Definition at line 315 of file Diagnostic.g.cs.

◆ PathNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.PathNotFound = new Diagnostic(5014, nameof(PathNotFound), "Path not found: {0}.", DiagnosticLevel.Fatal)
static

The 'PathNotFound' diagnostic.

Fatal: Path not found: {arg0}.

Definition at line 1027 of file Diagnostic.g.cs.

◆ PathTooLong

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.PathTooLong = new Diagnostic(5013, nameof(PathTooLong), "Path too long: {0}.", DiagnosticLevel.Fatal)
static

The 'PathTooLong' diagnostic.

Fatal: Path too long: {arg0}.

Definition at line 1019 of file Diagnostic.g.cs.

◆ PropertiesRequireExe

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.PropertiesRequireExe = new Diagnostic(5028, nameof(PropertiesRequireExe), "Properties cannot be specified for library or module.", DiagnosticLevel.Fatal)
static

The 'PropertiesRequireExe' diagnostic.

Fatal: Properties cannot be specified for library or module.

Definition at line 1139 of file Diagnostic.g.cs.

◆ ReferenceNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ReferenceNotFound = new Diagnostic(5007, nameof(ReferenceNotFound), "Reference not found: {0}", DiagnosticLevel.Fatal)
static

The 'ReferenceNotFound' diagnostic.

Fatal: Reference not found: {arg0}

Definition at line 971 of file Diagnostic.g.cs.

◆ ReflectionCallerClassRequiresCallerID

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ReflectionCallerClassRequiresCallerID = new Diagnostic(136, nameof(ReflectionCallerClassRequiresCallerID), "Reflection.getCallerClass() called from non-CallerID method. (\"{0}.{1}{2}\")", DiagnosticLevel.Warning)
static

The 'ReflectionCallerClassRequiresCallerID' diagnostic.

Warning: Reflection.getCallerClass() called from non-CallerID method. ("{arg0}.{arg1}{arg2}")

Definition at line 639 of file Diagnostic.g.cs.

◆ RemappedTypeMissingDefaultInterfaceMethod

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.RemappedTypeMissingDefaultInterfaceMethod = new Diagnostic(4017, nameof(RemappedTypeMissingDefaultInterfaceMethod), "{0} does not implement default interface method {1}.", DiagnosticLevel.Error)
static

The 'RemappedTypeMissingDefaultInterfaceMethod' diagnostic.

Error: {arg0} does not implement default interface method {arg1}.

Definition at line 859 of file Diagnostic.g.cs.

◆ ResponseFileDepthExceeded

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.ResponseFileDepthExceeded = new Diagnostic(5000, nameof(ResponseFileDepthExceeded), "Response file nesting depth exceeded.", DiagnosticLevel.Fatal)
static

The 'ResponseFileDepthExceeded' diagnostic.

Fatal: Response file nesting depth exceeded.

Definition at line 915 of file Diagnostic.g.cs.

◆ RuntimeMethodMissing

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.RuntimeMethodMissing = new Diagnostic(5056, nameof(RuntimeMethodMissing), "Runtime method \'{0}\' not found.", DiagnosticLevel.Fatal)
static

The 'RuntimeMethodMissing' diagnostic.

Fatal: Runtime method '{arg0}' not found.

Definition at line 1367 of file Diagnostic.g.cs.

◆ RuntimeMismatch

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.RuntimeMismatch
static
Initial value:
= new Diagnostic(5046, nameof(RuntimeMismatch), "Referenced assembly {0} was compiled with an incompatible IKVM.Runtime version. C" +
"urrent runtime: {1}. Referenced assembly runtime: {2}", DiagnosticLevel.Fatal)

The 'RuntimeMismatch' diagnostic.

Fatal: Referenced assembly {referencedAssemblyPath} was compiled with an incompatible IKVM.Runtime version. Current runtime: {runtimeAssemblyName}. Referenced assembly runtime: {referencedAssemblyName}

Definition at line 1284 of file Diagnostic.g.cs.

◆ RuntimeMismatchStrongName

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.RuntimeMismatchStrongName = new Diagnostic(5047, nameof(RuntimeMismatchStrongName), "", DiagnosticLevel.Fatal)
static

The 'RuntimeMismatchStrongName' diagnostic.

Fatal:

Definition at line 1293 of file Diagnostic.g.cs.

◆ RuntimeNotFound

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.RuntimeNotFound = new Diagnostic(5025, nameof(RuntimeNotFound), "Unable to load runtime assembly.", DiagnosticLevel.Fatal)
static

The 'RuntimeNotFound' diagnostic.

Fatal: Unable to load runtime assembly.

Definition at line 1115 of file Diagnostic.g.cs.

◆ SharedClassLoaderCannotBeUsedOnModuleTarget

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.SharedClassLoaderCannotBeUsedOnModuleTarget = new Diagnostic(5024, nameof(SharedClassLoaderCannotBeUsedOnModuleTarget), "Incompatible options: -target:module and -sharedclassloader cannot be combined.", DiagnosticLevel.Fatal)
static

The 'SharedClassLoaderCannotBeUsedOnModuleTarget' diagnostic.

Fatal: Incompatible options: -target:module and -sharedclassloader cannot be combined.

Definition at line 1107 of file Diagnostic.g.cs.

◆ SkippingReferencedClass

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.SkippingReferencedClass = new Diagnostic(109, nameof(SkippingReferencedClass), "Skipping class: \"{0}\". (class is already available in referenced assembly \"{1}\")", DiagnosticLevel.Warning)
static

The 'SkippingReferencedClass' diagnostic.

Warning: Skipping class: "{arg0}". (class is already available in referenced assembly "{arg1}")

Definition at line 443 of file Diagnostic.g.cs.

◆ StrongNameRequiresStrongNamedRefs

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.StrongNameRequiresStrongNamedRefs
static
Initial value:
= new Diagnostic(5032, nameof(StrongNameRequiresStrongNamedRefs), "All referenced assemblies must be strong named, to be able to sign the output ass" +
"embly.", DiagnosticLevel.Fatal)

The 'StrongNameRequiresStrongNamedRefs' diagnostic.

Fatal: All referenced assemblies must be strong named, to be able to sign the output assembly.

Definition at line 1171 of file Diagnostic.g.cs.

◆ StubsAreDeprecated

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.StubsAreDeprecated = new Diagnostic(134, nameof(StubsAreDeprecated), "Compiling stubs is deprecated. Please add a reference to assembly \"{0}\" instead.", DiagnosticLevel.Warning)
static

The 'StubsAreDeprecated' diagnostic.

Warning: Compiling stubs is deprecated. Please add a reference to assembly "{arg0}" instead.

Definition at line 623 of file Diagnostic.g.cs.

◆ UnableToCreateLambdaFactory

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.UnableToCreateLambdaFactory = new Diagnostic(138, nameof(UnableToCreateLambdaFactory), "Unable to create static lambda factory.", DiagnosticLevel.Warning)
static

The 'UnableToCreateLambdaFactory' diagnostic.

Warning: Unable to create static lambda factory.

Definition at line 656 of file Diagnostic.g.cs.

◆ UnableToCreateProxy

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.UnableToCreateProxy = new Diagnostic(4001, nameof(UnableToCreateProxy), "Unable to create proxy \"{0}\". (\"{1}\")", DiagnosticLevel.Error)
static

The 'UnableToCreateProxy' diagnostic.

Error: Unable to create proxy "{arg0}". ("{arg1}")

Definition at line 728 of file Diagnostic.g.cs.

◆ UnableToResolveInterface

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.UnableToResolveInterface = new Diagnostic(5052, nameof(UnableToResolveInterface), "Unable to resolve interface \'{0}\' on type \'{1}\'.", DiagnosticLevel.Fatal)
static

The 'UnableToResolveInterface' diagnostic.

Fatal: Unable to resolve interface '{arg0}' on type '{arg1}'.

Definition at line 1333 of file Diagnostic.g.cs.

◆ UnableToResolveType

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.UnableToResolveType
static
Initial value:
= new Diagnostic(133, nameof(UnableToResolveType), "Reference in \"{0}\" to type \"{1}\" claims it is defined in \"{2}\", but it could not " +
"be found.", DiagnosticLevel.Warning)

The 'UnableToResolveType' diagnostic.

Warning: Reference in "{arg0}" to type "{arg1}" claims it is defined in "{arg2}", but it could not be found.

Definition at line 614 of file Diagnostic.g.cs.

◆ UnknownAttributeInMapFile

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.UnknownAttributeInMapFile = new Diagnostic(4008, nameof(UnknownAttributeInMapFile), "Unknown attribute {0} in remap file, line {1}, column {2}.", DiagnosticLevel.Error)
static

The 'UnknownAttributeInMapFile' diagnostic.

Error: Unknown attribute {arg0} in remap file, line {arg1}, column {arg2}.

Definition at line 784 of file Diagnostic.g.cs.

◆ UnknownElementInMapFile

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.UnknownElementInMapFile = new Diagnostic(4007, nameof(UnknownElementInMapFile), "Unknown element {0} in remap file, line {1}, column {2}.", DiagnosticLevel.Error)
static

The 'UnknownElementInMapFile' diagnostic.

Error: Unknown element {arg0} in remap file, line {arg1}, column {arg2}.

Definition at line 776 of file Diagnostic.g.cs.

◆ UnknownFileType

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.UnknownFileType = new Diagnostic(4006, nameof(UnknownFileType), "Unknown file type: {0}.", DiagnosticLevel.Error)
static

The 'UnknownFileType' diagnostic.

Error: Unknown file type: {arg0}.

Definition at line 768 of file Diagnostic.g.cs.

◆ UnknownWarning

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.UnknownWarning = new Diagnostic(999, nameof(UnknownWarning), "{0}", DiagnosticLevel.Warning)
static

The 'UnknownWarning' diagnostic.

Warning: {arg0}

Definition at line 664 of file Diagnostic.g.cs.

◆ UnrecognizedApartment

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.UnrecognizedApartment = new Diagnostic(5011, nameof(UnrecognizedApartment), "Invalid value \'{0}\' for -apartment option.", DiagnosticLevel.Fatal)
static

The 'UnrecognizedApartment' diagnostic.

Fatal: Invalid value '{arg0}' for -apartment option.

Definition at line 1003 of file Diagnostic.g.cs.

◆ UnrecognizedOption

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.UnrecognizedOption = new Diagnostic(5022, nameof(UnrecognizedOption), "Unrecognized option: {0}.", DiagnosticLevel.Fatal)
static

The 'UnrecognizedOption' diagnostic.

Fatal: Unrecognized option: {arg0}.

Definition at line 1091 of file Diagnostic.g.cs.

◆ UnrecognizedPlatform

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.UnrecognizedPlatform = new Diagnostic(5010, nameof(UnrecognizedPlatform), "Invalid value \'{0}\' for -platform option.", DiagnosticLevel.Fatal)
static

The 'UnrecognizedPlatform' diagnostic.

Fatal: Invalid value '{arg0}' for -platform option.

Definition at line 995 of file Diagnostic.g.cs.

◆ UnrecognizedTargetType

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.UnrecognizedTargetType = new Diagnostic(5009, nameof(UnrecognizedTargetType), "Invalid value \'{0}\' for -target option.", DiagnosticLevel.Fatal)
static

The 'UnrecognizedTargetType' diagnostic.

Fatal: Invalid value '{arg0}' for -target option.

Definition at line 987 of file Diagnostic.g.cs.

◆ UnsupportedMainMethod

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.UnsupportedMainMethod = new Diagnostic(5035, nameof(UnsupportedMainMethod), "Redirected main method not supported.", DiagnosticLevel.Fatal)
static

The 'UnsupportedMainMethod' diagnostic.

Fatal: Redirected main method not supported.

Definition at line 1196 of file Diagnostic.g.cs.

◆ VerificationError

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.VerificationError = new Diagnostic(104, nameof(VerificationError), "Unable to compile class \"{0}\". (verification error \"{1}\")", DiagnosticLevel.Warning)
static

The 'VerificationError' diagnostic.

Warning: Unable to compile class "{arg0}". (verification error "{arg1}")

Definition at line 411 of file Diagnostic.g.cs.

◆ WrongClassName

readonly Diagnostic IKVM.CoreLib.Diagnostics.Diagnostic.WrongClassName = new Diagnostic(135, nameof(WrongClassName), "Unable to compile \"{0}\" (wrong name: \"{1}\")", DiagnosticLevel.Warning)
static

The 'WrongClassName' diagnostic.

Warning: Unable to compile "{arg0}" (wrong name: "{arg1}")

Definition at line 631 of file Diagnostic.g.cs.


The documentation for this class was generated from the following file: