Skip to content

Bump CHANGELOG to 1.1.1 and explain the skipped 1.1.0 #54

Bump CHANGELOG to 1.1.1 and explain the skipped 1.1.0

Bump CHANGELOG to 1.1.1 and explain the skipped 1.1.0 #54

Triggered via push May 1, 2026 14:18
Status Success
Total duration 2m 24s
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/RemoveOutValueTests.cs#L71
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test (macos-latest): src/Celerity.Tests/Collections/RemoveOutValueTests.cs#L58
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/RemoveOutValueTests.cs#L45
Do not use Assert.Equal() to check for collection size. Use Assert.Empty 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/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 (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 (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/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 (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 (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#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/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 (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/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.
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.

Artifacts

Produced during runtime
Name Size Digest
test-results-macos-latest Expired
105 KB
sha256:eaaa51cc4ad28504bbbc259b9138c57dda68612f4b026f0d955fd0273e225140
test-results-ubuntu-latest Expired
105 KB
sha256:5840afec4c7c87cfa73d2c50a380257c4c5fd80527d3476ebccecacd4db08871
test-results-windows-latest Expired
105 KB
sha256:97edd3969d0d193419741b7ac0bf02c76810515f843cd98f60debe309bd016dc