Upgraded QEMU 9.1.0 (#1248) #1523
builds.yml
on: push
Matrix: linux-unit-testing
Matrix: linux-demo-testing
Linux - X64 Compile Tests
1m 39s
Linux - ARM32 Compile Tests
1m 42s
Matrix: macos-unit-testing
Matrix: macos-demo-testing
Matrix: windows-unit-testing
Matrix: windows-demo-testing
Merge Artifacts
5s
Build Windows Packaging
1m 11s
Annotations
40 warnings
Linux Build:
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
|
Linux Build:
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
|
Linux Build:
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
|
Linux Build:
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
|
Linux Build:
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
|
Linux Build:
Source/Mosa.Korlib/System/BitConverter.cs#L280
'BitConverter.ToUInt16(ReadOnlySpan<byte>)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Linux Build:
Source/Mosa.Korlib/System/BitConverter.cs#L300
'BitConverter.ToUInt32(byte[], int)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Linux Build:
Source/Mosa.Korlib/System/BitConverter.cs#L310
'BitConverter.ToUInt32(ReadOnlySpan<byte>)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Linux Build:
Source/Mosa.Korlib/System/BitConverter.cs#L330
'BitConverter.ToUInt64(byte[], int)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Linux Build:
Source/Mosa.Korlib/System/BitConverter.cs#L340
'BitConverter.ToUInt64(ReadOnlySpan<byte>)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
MacOS Build:
Source/Mosa.Utility.BootImage/BlockFileStreamDriver.cs#L13
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)
|
MacOS Build:
Source/Mosa.Utility.BootImage/BlockFileStreamDriver.cs#L54
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)
|
MacOS Build:
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
|
MacOS Build:
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
|
MacOS Build:
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
|
MacOS Build:
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
|
MacOS Build:
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
|
MacOS Build:
Source/Mosa.Korlib/System/BitConverter.cs#L280
'BitConverter.ToUInt16(ReadOnlySpan<byte>)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
MacOS Build:
Source/Mosa.Korlib/System/BitConverter.cs#L300
'BitConverter.ToUInt32(byte[], int)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
MacOS Build:
Source/Mosa.Korlib/System/BitConverter.cs#L310
'BitConverter.ToUInt32(ReadOnlySpan<byte>)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Windows Build:
Source/Mosa.Korlib/System.Buffers/MemoryHandle.cs#L25
'MemoryHandle.MemoryHandle(void*, IPinnable)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Windows Build:
Source/Mosa.Korlib/System.Buffers/MemoryHandle.cs#L35
'MemoryHandle.Pointer' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Windows Build:
Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L434
'Contract.WritableBytes(UIntPtr)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Windows Build:
Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L439
'Contract.WritableBytes(IntPtr)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Windows Build:
Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L444
'Contract.WritableBytes(void*)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Windows Build:
Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L449
'Contract.ReadableBytes(UIntPtr)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Windows Build:
Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L454
'Contract.ReadableBytes(IntPtr)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Windows Build:
Source/Mosa.Korlib/System.Runtime.Intrinsics.X86/Bmi1.cs#L16
'Bmi1' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Windows Build:
Source/Mosa.Korlib/System.Runtime.Intrinsics.X86/Bmi2.cs#L13
'Bmi2' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Windows Build:
Source/Mosa.Korlib/System.Runtime.Intrinsics.X86/Lzcnt.cs#L13
'Lzcnt' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
Windows Build:
Source/Mosa.Compiler.MosaTypeSystem/IMetadata.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Windows Build:
Source/Mosa.Compiler.MosaTypeSystem/ITypeResolver.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Windows Build:
Source/Mosa.Compiler.MosaTypeSystem/ITypeResolver.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Windows Build:
Source/Mosa.Compiler.MosaTypeSystem/ITypeResolver.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Windows Build:
Source/Mosa.Compiler.MosaTypeSystem/ITypeSystemController.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Windows Build:
Source/Mosa.Compiler.MosaTypeSystem/ITypeSystemController.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Windows Build:
Source/Mosa.Compiler.MosaTypeSystem/ITypeSystemController.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Windows Build:
Source/Mosa.Compiler.MosaTypeSystem/ITypeSystemController.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Windows Build:
Source/Mosa.Compiler.MosaTypeSystem/ITypeSystemController.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Windows Build:
Source/Mosa.Compiler.MosaTypeSystem/MosaTypeExtension.cs#L272
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Nuget Packages
Expired
|
166 MB |
|
counters-linux-unittests-o0
Expired
|
3.11 KB |
|
counters-linux-unittests-o1
Expired
|
4.23 KB |
|
counters-linux-unittests-o2
Expired
|
4.7 KB |
|
counters-linux-unittests-o3
Expired
|
4.75 KB |
|
counters-linux-unittests-o4
Expired
|
5.09 KB |
|
counters-linux-unittests-o5
Expired
|
5.32 KB |
|
counters-linux-unittests-o6
Expired
|
5.65 KB |
|
counters-linux-unittests-o7
Expired
|
5.73 KB |
|
counters-linux-unittests-o8
Expired
|
5.85 KB |
|
counters-linux-unittests-o9
Expired
|
5.91 KB |
|
counters-macos-unittests-o0
Expired
|
3.12 KB |
|
counters-macos-unittests-o1
Expired
|
4.23 KB |
|
counters-macos-unittests-o2
Expired
|
4.69 KB |
|
counters-macos-unittests-o3
Expired
|
4.75 KB |
|
counters-macos-unittests-o4
Expired
|
5.09 KB |
|
counters-macos-unittests-o5
Expired
|
5.33 KB |
|
counters-macos-unittests-o6
Expired
|
5.66 KB |
|
counters-macos-unittests-o7
Expired
|
5.74 KB |
|
counters-macos-unittests-o8
Expired
|
5.87 KB |
|
counters-macos-unittests-o9
Expired
|
5.92 KB |
|
counters-unit-tests
Expired
|
147 KB |
|
counters-windows-unittests-o0
Expired
|
3.13 KB |
|
counters-windows-unittests-o1
Expired
|
4.22 KB |
|
counters-windows-unittests-o2
Expired
|
4.67 KB |
|
counters-windows-unittests-o3
Expired
|
4.73 KB |
|
counters-windows-unittests-o4
Expired
|
5.06 KB |
|
counters-windows-unittests-o5
Expired
|
5.28 KB |
|
counters-windows-unittests-o6
Expired
|
5.63 KB |
|
counters-windows-unittests-o7
Expired
|
5.72 KB |
|
counters-windows-unittests-o8
Expired
|
5.83 KB |
|
counters-windows-unittests-o9
Expired
|
5.88 KB |
|
linux-build-artifact
Expired
|
74.6 MB |
|
macos-build-artifact
Expired
|
74.6 MB |
|
windows-build-artifact
Expired
|
63.1 MB |
|