Merge branch 'master' of https://github.com/mosa/MOSA-Project into 44… #1228
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/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.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.Korlib/System/Convert.cs#L211
'Convert.ToByte(sbyte)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Source/Mosa.Korlib/System/Convert.cs#L224
'Convert.ToByte(ushort)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Source/Mosa.Korlib/System/Convert.cs#L233
'Convert.ToByte(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Source/Mosa.Korlib/System/Convert.cs#L242
'Convert.ToByte(ulong)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Source/Mosa.Korlib/System/BitConverter.cs#L270
'BitConverter.ToUInt16(byte[], int)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
The logs for this run have expired and are no longer available.
Loading