Skip to content

Merge pull request #67 from marius-bughiu/docs/readme-usage-examples #58

Merge pull request #67 from marius-bughiu/docs/readme-usage-examples

Merge pull request #67 from marius-bughiu/docs/readme-usage-examples #58

Triggered via push May 2, 2026 06:25
Status Success
Total duration 1m 21s
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/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/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/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/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 (ubuntu-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 (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/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 (windows-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 (windows-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 (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
104 KB
sha256:66cad53aa4bae21784dc31aa02e26841ef70d8a8f1b3daf2355d4a4aeef2a3c0
test-results-ubuntu-latest Expired
105 KB
sha256:e3fc7fc9f0e26d2c0bc4634f6593e78ca58fe1edbdbb1891823daef51a95df60
test-results-windows-latest Expired
105 KB
sha256:1cf9a2c9b1f42c27b04c1ad6b870d8fad9f7bd3bed1acaccecdfc7a342180f06