Skip to content

Roll CHANGELOG forward to 1.1.2 (v1.1.1 also failed to publish) #56

Roll CHANGELOG forward to 1.1.2 (v1.1.1 also failed to publish)

Roll CHANGELOG forward to 1.1.2 (v1.1.1 also failed to publish) #56

Triggered via push May 1, 2026 14:22
Status Success
Total duration 1m 48s
Artifacts 3

ci.yml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
build-and-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. Node.js 20 will be removed from the runner on September 16th, 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/
build-and-test (macos-latest): src/Celerity.Tests/Collections/CelerityDictionaryCollisionTests.cs#L205
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test (macos-latest): src/Celerity.Tests/Collections/AddAndTryAddTests.cs#L23
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test (macos-latest): src/Celerity.Tests/Collections/CelerityDictionaryCollisionTests.cs#L177
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test (macos-latest): src/Celerity.Tests/Hashing/StringFnV1AHasherTests.cs#L76
Cannot convert null literal to non-nullable reference type.
build-and-test (macos-latest): src/Celerity.Benchmarks/IntDictionaryBenchmark.cs#L9
Non-nullable field 'intDictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (macos-latest): src/Celerity.Benchmarks/IntDictionaryBenchmark.cs#L8
Non-nullable field 'dictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (macos-latest): src/Celerity.Benchmarks/IntDictionaryBenchmark.cs#L7
Non-nullable field 'keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (macos-latest): src/Celerity.Benchmarks/CelerityDictionaryBenchmark.cs#L10
Non-nullable field 'celerityDictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (macos-latest): src/Celerity.Benchmarks/CelerityDictionaryBenchmark.cs#L9
Non-nullable field 'dictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (macos-latest): src/Celerity.Benchmarks/CelerityDictionaryBenchmark.cs#L8
Non-nullable field 'keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-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. Node.js 20 will be removed from the runner on September 16th, 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/
build-and-test (ubuntu-latest): src/Celerity.Tests/Collections/AddAndTryAddTests.cs#L56
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test (ubuntu-latest): src/Celerity.Tests/Collections/AddAndTryAddTests.cs#L46
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test (ubuntu-latest): src/Celerity.Tests/Collections/AddAndTryAddTests.cs#L23
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test (ubuntu-latest): src/Celerity.Tests/Hashing/StringFnV1AHasherTests.cs#L76
Cannot convert null literal to non-nullable reference type.
build-and-test (ubuntu-latest): src/Celerity.Benchmarks/IntDictionaryBenchmark.cs#L9
Non-nullable field 'intDictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (ubuntu-latest): src/Celerity.Benchmarks/IntDictionaryBenchmark.cs#L8
Non-nullable field 'dictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (ubuntu-latest): src/Celerity.Benchmarks/IntDictionaryBenchmark.cs#L7
Non-nullable field 'keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (ubuntu-latest): src/Celerity.Benchmarks/CelerityDictionaryBenchmark.cs#L10
Non-nullable field 'celerityDictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (ubuntu-latest): src/Celerity.Benchmarks/CelerityDictionaryBenchmark.cs#L9
Non-nullable field 'dictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (ubuntu-latest): src/Celerity.Benchmarks/CelerityDictionaryBenchmark.cs#L8
Non-nullable field 'keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-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. Node.js 20 will be removed from the runner on September 16th, 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/
build-and-test (windows-latest): src/Celerity.Tests/Collections/AddAndTryAddTests.cs#L56
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test (windows-latest): src/Celerity.Tests/Collections/AddAndTryAddTests.cs#L46
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test (windows-latest): src/Celerity.Tests/Collections/AddAndTryAddTests.cs#L23
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test (windows-latest): src/Celerity.Tests/Hashing/StringFnV1AHasherTests.cs#L76
Cannot convert null literal to non-nullable reference type.
build-and-test (windows-latest): src/Celerity.Benchmarks/IntDictionaryBenchmark.cs#L9
Non-nullable field 'intDictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (windows-latest): src/Celerity.Benchmarks/IntDictionaryBenchmark.cs#L8
Non-nullable field 'dictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (windows-latest): src/Celerity.Benchmarks/IntDictionaryBenchmark.cs#L7
Non-nullable field 'keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (windows-latest): src/Celerity.Benchmarks/CelerityDictionaryBenchmark.cs#L10
Non-nullable field 'celerityDictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (windows-latest): src/Celerity.Benchmarks/CelerityDictionaryBenchmark.cs#L9
Non-nullable field 'dictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (windows-latest): src/Celerity.Benchmarks/CelerityDictionaryBenchmark.cs#L8
Non-nullable field 'keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.

Artifacts

Produced during runtime
Name Size Digest
test-results-macos-latest Expired
105 KB
sha256:6e2f2b69aefbfca176dc731b1686848fb2bcd8592165b20ef2c9b78a74def3c2
test-results-ubuntu-latest Expired
105 KB
sha256:12af294b22ba9c5995b3aef13e7616463699c7b12292ba3e15825a9fb110f0a6
test-results-windows-latest Expired
105 KB
sha256:7aca561bf276328b3a806d85495f9dbbb52670482f5c6ed1a56d6d57d57c8590