Skip to content

Version bump

Version bump #96

Triggered via push December 20, 2025 10:56
Status Success
Total duration 31s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: UnitTests/UnitTests.cs#L35
Use 'Assert.AreEqual' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: UnitTests/UnitTests.cs#L54
Use 'Assert.AreEqual' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: UnitTests/UnitTests2.cs#L206
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: UnitTests/EvictionCallbackTests.cs#L78
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: UnitTests/UnitTests.cs#L18
Use 'Assert.AreEqual' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: UnitTests/UnitTests.cs#L15
Use 'Assert.AreEqual' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: UnitTests/EvictionCallbackTests.cs#L65
Use 'Assert.IsEmpty' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: UnitTests/EvictionCallbackTests.cs#L32
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: UnitTests/EvictionCallbackTests.cs#L10
Non-nullable field '_cache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: UnitTests/EvictionCallbackTests.cs#L9
Non-nullable field '_evictedKeys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.