- WIP #1230
Annotations
10 warnings
Source/Mosa.Compiler.Common/Exceptions/AssemblyLoadException.cs#L6
Add a constructor to AssemblyLoadException with the following signature: 'protected AssemblyLoadException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
|
Source/Mosa.Compiler.Common/Exceptions/CompilerException.cs#L6
Add a constructor to CompilerException with the following signature: 'protected CompilerException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
|
Source/Mosa.Compiler.Common/Exceptions/InvalidCompilerOperationException.cs#L8
Add a constructor to InvalidCompilerOperationException with the following signature: 'protected InvalidCompilerOperationException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
|
Source/Mosa.Compiler.Common/Exceptions/InvalidMetadataException.cs#L6
Add a constructor to InvalidMetadataException with the following signature: 'protected InvalidMetadataException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
|
Source/Mosa.Compiler.Common/Exceptions/NotImplementCompilerException.cs#L6
Add a constructor to NotImplementCompilerException with the following signature: 'protected NotImplementCompilerException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
|
Source/Mosa.Compiler.MosaTypeSystem/Units/MosaType.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Source/Mosa.Compiler.MosaTypeSystem/Units/MosaCustomAttribute.cs#L60
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Source/Mosa.Compiler.MosaTypeSystem/Units/MosaType.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Source/Mosa.Compiler.MosaTypeSystem/Units/MosaType.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Source/Mosa.Compiler.MosaTypeSystem/Units/MosaType.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading