Skip to content

Merge pull request #594 from SciSharp/ilkernel #70

Merge pull request #594 from SciSharp/ilkernel

Merge pull request #594 from SciSharp/ilkernel #70

Triggered via push March 23, 2026 22:02
Status Success
Total duration 3m 15s
Artifacts 3
Matrix: test
build-nuget
0s
build-nuget
create-release
0s
create-release
publish-nuget
0s
publish-nuget
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
test (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (macos-latest): src/NumSharp.Core/Backends/NDArray.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (macos-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L272
'Cer' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (macos-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L272
'Consistency' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (macos-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L272
'ReliabilityContractAttribute' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (macos-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L256
'Cer' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (macos-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L256
'Consistency' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (macos-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L256
'ReliabilityContractAttribute' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (macos-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L41
'Cer' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (macos-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L41
'Consistency' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (macos-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L41
'ReliabilityContractAttribute' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (ubuntu-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L256
'Consistency' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (ubuntu-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L256
'ReliabilityContractAttribute' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (ubuntu-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L41
'Cer' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (ubuntu-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L41
'Consistency' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (ubuntu-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L41
'ReliabilityContractAttribute' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (ubuntu-latest): src/NumSharp.Core/APIs/np.tofile.cs#L5
'NDArray' defines operator == or operator != but does not override Object.GetHashCode()
test (ubuntu-latest): src/NumSharp.Core/APIs/np.tofile.cs#L5
'NDArray' overrides Object.Equals(object o) but does not override Object.GetHashCode()
test (ubuntu-latest): src/NumSharp.Core/Backends/NDArray.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (ubuntu-latest): src/NumSharp.Core/Generics/NDArray`1.cs#L164
The member 'NDArray<TDType>.this[params int[]]' does not hide an accessible member. The new keyword is not required.
test (ubuntu-latest): src/NumSharp.Core/RandomSampling/Randomizer.cs#L78
'Randomizer.Sample()': new protected member declared in sealed type
test (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (windows-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L272
'ReliabilityContractAttribute' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (windows-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L256
'Cer' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (windows-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L256
'Consistency' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (windows-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L256
'ReliabilityContractAttribute' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (windows-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L41
'Cer' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (windows-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L41
'Consistency' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (windows-latest): src/NumSharp.Core/Backends/Unmanaged/Pooling/Fx.cs#L41
'ReliabilityContractAttribute' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
test (windows-latest): src/NumSharp.Core/Backends/NDArray.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (windows-latest): src/NumSharp.Core/Generics/NDArray`1.cs#L164
The member 'NDArray<TDType>.this[params int[]]' does not hide an accessible member. The new keyword is not required.
test (windows-latest): src/NumSharp.Core/RandomSampling/Randomizer.cs#L78
'Randomizer.Sample()': new protected member declared in sealed type

Artifacts

Produced during runtime
Name Size Digest
test-results-macos-latest Expired
727 KB
sha256:cbd5653c16e8e5597565ff9c89c3ce659d7dc0700eb11c3068a1b5b4ec0421f1
test-results-ubuntu-latest Expired
735 KB
sha256:0dcdda6bb11ac099e07021e2ed0920a74d1070b11c862e4f5a906ad91daa4442
test-results-windows-latest Expired
736 KB
sha256:81316e508a8a03c2be1d9a4c13e5d53c6c948cc7b507ca45e3f220dc20fdf3f2