Skip to content

ci(deps): bump actions/setup-java from 5.1.0 to 5.2.0 #1779

ci(deps): bump actions/setup-java from 5.1.0 to 5.2.0

ci(deps): bump actions/setup-java from 5.1.0 to 5.2.0 #1779

Triggered via pull request January 26, 2026 09:51
Status Failure
Total duration 2h 1m 38s
Artifacts 28

sonarcloud.yml

on: pull_request
Build & Deploy Documentation
Build & Deploy Documentation
Matrix: test-net10-sharded
Artifact Size Check
2m 23s
Artifact Size Check
SonarCloud Analysis
4m 13s
SonarCloud Analysis
Fit to window
Zoom out
Zoom in

Annotations

1 error and 257 warnings
SonarCloud Analysis
Process completed with exit code 1.
Build (Windows)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "AiDotNet
Build (Windows)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "AiDotNet
Build (Windows)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "AiDotNet
Build (Windows)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "AiDotNet
Build (Windows)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "AiDotNet
Build (Windows): AiDotNetBenchmarkTests/InferenceOptimization/SimdBenchmark.cs#L21
Non-nullable field '_arrayB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build (Windows): AiDotNetBenchmarkTests/InferenceOptimization/SimdBenchmark.cs#L20
Non-nullable field '_arrayA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build (Windows): AiDotNetBenchmarkTests/CpuProfilingHarness.cs#L53
Possible null reference argument for parameter 'value' in 'CpuProfilingMode CpuProfilingHarness.ParseMode(string value)'.
Build (Windows): src/AiDotNet.Serving/Security/Attestation/DevelopmentAttestationVerifier.cs#L202
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
Build (Windows): src/AiDotNet.Serving/Security/Attestation/DevelopmentAttestationVerifier.cs#L191
'X509Certificate2.X509Certificate2(byte[])' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
Build (Windows): AiDotNetBenchmarkTests/OneDnnDiagnostic.cs#L444
The variable 'nargs' is assigned but its value is never used
Build (Windows): AiDotNetBenchmarkTests/InferenceOptimization/SimdBenchmark.cs#L22
Non-nullable field '_result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build (Windows): AiDotNetBenchmarkTests/InferenceOptimization/SimdBenchmark.cs#L21
Non-nullable field '_arrayB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build (Windows): AiDotNetBenchmarkTests/InferenceOptimization/SimdBenchmark.cs#L20
Non-nullable field '_arrayA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Tests (net10.0) - AiDotNet.Tests - Unit - 13 ProgramSynthesis/Reasoning: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 13 ProgramSynthesis/Reasoning: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 13 ProgramSynthesis/Reasoning: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 10a3a1 NN-Blip: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 10a3a1 NN-Blip: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 10a3a1 NN-Blip: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Playground: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Playground: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Playground: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 06 Genetics/Helpers/Inference: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 06 Genetics/Helpers/Inference: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 06 Genetics/Helpers/Inference: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 03 Autodiff/AutoML/Data: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 03 Autodiff/AutoML/Data: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 03 Autodiff/AutoML/Data: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 07 Interpretability/JIT/KD: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 07 Interpretability/JIT/KD: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 07 Interpretability/JIT/KD: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 09 Meta/Mixed/Compression: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 09 Meta/Mixed/Compression: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 09 Meta/Mixed/Compression: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 10b Optimizers: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 10b Optimizers: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 10b Optimizers: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Serving.Tests: src/AiDotNet.Serving/Security/Attestation/DevelopmentAttestationVerifier.cs#L202
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
Tests (net10.0) - AiDotNet.Serving.Tests: src/AiDotNet.Serving/Security/Attestation/DevelopmentAttestationVerifier.cs#L191
'X509Certificate2.X509Certificate2(byte[])' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
Tests (net10.0) - AiDotNet.Tests - Unit - 04 Diagnostics/Diffusion/Encoding: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 04 Diagnostics/Diffusion/Encoding: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 04 Diagnostics/Diffusion/Encoding: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 05 Feature/Fit/Fitness: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 05 Feature/Fit/Fitness: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 05 Feature/Fit/Fitness: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 02 Activation/Attention: tests/AiDotNet.Tests/UnitTests/Helpers/DeserializationHelperTests.cs#L213
Possible null reference argument for parameter 'value' in 'void BinaryWriter.Write(string value)'.
Tests (net10.0) - AiDotNet.Tests - Unit - 02 Activation/Attention: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 02 Activation/Attention: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 02 Activation/Attention: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 10a3a2 NN-Blip2: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 10a3a2 NN-Blip2: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 10a3a2 NN-Blip2: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 08 Schedulers/LA/Logging/Loss: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 08 Schedulers/LA/Logging/Loss: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 08 Schedulers/LA/Logging/Loss: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 10a3a3 NN-Clip: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 10a3a3 NN-Clip: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 10a3a3 NN-Clip: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 11 Regularization/RL/RAG2: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 11 Regularization/RL/RAG2: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 11 Regularization/RL/RAG2: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 10a3b NN-Adapters: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 10a3b NN-Adapters: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 10a3b NN-Adapters: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Other - 13 InferenceOptimization: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Other - 13 InferenceOptimization: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Other - 13 InferenceOptimization: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 10a1 NN-Classic: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 10a1 NN-Classic: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 10a1 NN-Classic: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 10c RAG: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 10c RAG: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 10c RAG: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 01 Core: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Unit - 01 Core: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 01 Core: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 12 Serving/TimeSeries/Token/Transfer: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 12 Serving/TimeSeries/Token/Transfer: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 12 Serving/TimeSeries/Token/Transfer: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Other - 14 PromptEngineering: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Other - 14 PromptEngineering: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Other - 14 PromptEngineering: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 10a2 NN-Efficient: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Unit - 10a2 NN-Efficient: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Unit - 10a2 NN-Efficient: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Tests (net10.0) - AiDotNet.Tests - Other - 15 Recovery/Concurrency: tests/AiDotNet.Tests/IntegrationTests/MetaLearning/MetaLearningTestInfrastructure.cs#L230
Async-iterator 'TestEpisodicDataLoader<T, TInput, TOutput>.GetBatchesAsync(int?, bool, bool, int?, int, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Tests (net10.0) - AiDotNet.Tests - Other - 15 Recovery/Concurrency: tests/AiDotNet.Tests/IntegrationTests/FineTuning/FineTuningIntegrationTests.cs#L136
Nullability of reference types in type of parameter 'lossFunction' of 'Vector<double> MockFullModel.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double> lossFunction)' doesn't match implicitly implemented member 'Vector<double> IGradientComputable<double, Vector<double>, Vector<double>>.ComputeGradients(Vector<double> input, Vector<double> target, ILossFunction<double>? lossFunction = null)' (possibly because of nullability attributes).
Tests (net10.0) - AiDotNet.Tests - Other - 15 Recovery/Concurrency: tests/AiDotNet.Tests/UnitTests/JitCompiler/TimeSeriesJitCompilationTests.cs#L493
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Artifacts

Produced during runtime
Name Size Digest
build-output-0d25765984d2197ec5772b1d715044f030c60e68 Expired
6.21 GB
sha256:6f590872077b464a7d529abcacaec447fe5b506388d94f53a638e75cfb2f8538
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Serving.Tests
14.7 MB
sha256:2ad29b172a50e5460bb729d18a2dc1be723641fdacf7830f42fc78d31006a588
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Other_13_InferenceOptimization
15 MB
sha256:b93a1b86f99d51e3eade3acd53f5dc6960860c87925220c79981ee620da06c49
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Other_14_PromptEngineering
15 MB
sha256:fbe565634e935575dbb104bba5bfcca4d043f16fe13f7120e39bedd2369228ad
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Other_15_Recovery_Concurrency
15 MB
sha256:06f151c9ca9a5a49cd652e628afc9f53f6b9efb7a9d274cc447465c750eceaba
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Playground
15 MB
sha256:11360001458f7353cefd35f07bfa839f6b51dfda30b90d6d118a370f3b3f1923
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_01_Core
15.3 MB
sha256:45d09634ab666a5ad468d084f63ea22f80f30ac21fd1cf17cf01e1c10625289e
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_02_Activation_Attention
15 MB
sha256:9db03a6e0dde4cf3127d96953a7b654195def5f8661697d840f06f5c2972e841
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_03_Autodiff_AutoML_Data
15.1 MB
sha256:7cd3a0c7d1353cad6255309d9a2cef98c80dc71ea732e80e0c5349c86283ea0d
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_04_Diagnostics_Diffusion_Encoding
15 MB
sha256:6b6bc0fe96d08907d815b983656c7b6af9fa4be57db7ed60a4314578253e14d5
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_05_Feature_Fit_Fitness
15 MB
sha256:d7e6a6cf4a447d1368568b22ccb5bec19bf2b1e0677f572eafe99bcb588b27c9
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_06_Genetics_Helpers_Inference
15 MB
sha256:52f7e1626a6d29b8b06ac5567f46d38bbbc4355222a26752394569e97c82ca4a
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_07_Interpretability_JIT_KD
15 MB
sha256:e1ccad8d89eebb3774db4fa1404a2765e0686c653967bf77e2da2d3f2755462e
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_08_Schedulers_LA_Logging_Loss
15 MB
sha256:ecd4a16e5b466579720adfda9df44bf65fe2cdba3ce0fccdd0222cd680f061ff
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_09_Meta_Mixed_Compression
15 MB
sha256:e8667da66fe940e89404bfdc167ecefd3f482870475791216047b098343cbe93
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_10a1_NN_Classic
15 MB
sha256:a84ac3a34f49686b6cccd68951dc1f7461172ec26e84c4dc587cc052bdf72027
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_10a2_NN_Efficient
15 MB
sha256:fdb8b971813c0c69f00655474a0029b3bc6b90db67600693444df93a6fe9510e
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_10a3a1_NN_Blip
15 MB
sha256:9870cc08c3ab355fd943d4a1ddcac8f5c8f859d79db22da196b0fbfe156696d3
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_10a3a2_NN_Blip2
15 MB
sha256:70da00c578749b8fa3bdc0db00fc5ba0d35b6b1aef39fb87b21d408365f97546
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_10a3a3_NN_Clip
15 MB
sha256:7a1a9fd8055dff3ee37233299440f66b06b5e62a62cef991bd4f0ca4f4fb1334
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_10a3b_NN_Adapters
15 MB
sha256:ffc9ec0ebbf2980045e955fb881050599615935034593cb444d75f6b89bf0b44
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_10b_Optimizers
15 MB
sha256:1036be7ab943fb3a4f854ea57bdcc54184e5080bbe8efdbedf1fe753480abce6
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_10c_RAG
15 MB
sha256:098a432ee607bed165d9ae9494978a81beb072493de6c5cf41b2defd5d97c7bb
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_11_Regularization_RL_RAG2
15 MB
sha256:73dab8cfffc158d126863cde9a280eae9d493d96295b4d2eaf052cff8af13c7e
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_12_Serving_TimeSeries_Token_Transfer
15.1 MB
sha256:99d4bfa70db74001c24905c730b508663d7947fe79cb8f85c3aec45e4a79dde2
coverage-0d25765984d2197ec5772b1d715044f030c60e68-AiDotNet.Tests_Unit_13_ProgramSynthesis_Reasoning
15 MB
sha256:1c5bbb7efcb549d6aaaa2bee910ff595669e31909fa7d339e60a98dc7736d0fb
debug-artifacts
127 MB
sha256:4bafc9b8552ef0a60bd8dfb841734f865c9a943f8507e9914a94d877de7aaeb9
nuget-packages
9.52 MB
sha256:6749d867432e09f2a3a090794ae2cf34c8d0f663febe5f2368ea3c3c52720080