Expanding ARM64 Support #1332
Annotations
10 warnings
Source/Mosa.Utility.BootImage/BlockFileStreamDriver.cs#L12
Provide an overridable implementation of Dispose(bool) on 'BlockFileStreamDriver' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
|
Source/Mosa.Utility.BootImage/BlockFileStreamDriver.cs#L53
Modify 'BlockFileStreamDriver.Dispose' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
|
Source/Mosa.Compiler.MosaTypeSystem/IMetadata.cs#L11
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#L10
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.
|
Source/Mosa.Compiler.MosaTypeSystem/Units/MosaExceptionHandler.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Source/Mosa.Compiler.MosaTypeSystem/Units/MosaExceptionHandler.cs#L71
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