Skip to content

Initialization

Initialization #8

Triggered via pull request February 15, 2026 14:39
Status Success
Total duration 55s
Artifacts

slidingwindowcache.yml

on: pull_request
build-and-test
50s
build-and-test
publish-nuget
0s
publish-nuget
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: tests/SlidingWindowCache.Benchmarks/Benchmarks/RebalanceFlowBenchmarks.cs#L65
Non-nullable field '_snapshotOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: tests/SlidingWindowCache.Integration.Tests/RangeSemanticsContractTests.cs#L27
Non-nullable field '_cacheDiagnostics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: tests/SlidingWindowCache.Integration.Tests/RandomRangeRobustnessTests.cs#L30
Non-nullable field '_cacheDiagnostics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: tests/SlidingWindowCache.Integration.Tests/DataSourceRangePropagationTests.cs#L29
Non-nullable field '_cacheDiagnostics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: tests/SlidingWindowCache.Integration.Tests/ConcurrencyStabilityTests.cs#L27
Non-nullable field '_cacheDiagnostics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: tests/SlidingWindowCache.Integration.Tests/CacheDataSourceInteractionTests.cs#L27
Non-nullable field '_cacheDiagnostics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: tests/SlidingWindowCache.Benchmarks/Benchmarks/UserFlowBenchmarks.cs#L77
Non-nullable field '_copyOnReadOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: tests/SlidingWindowCache.Benchmarks/Benchmarks/UserFlowBenchmarks.cs#L76
Non-nullable field '_snapshotOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: tests/SlidingWindowCache.Benchmarks/Benchmarks/RebalanceFlowBenchmarks.cs#L66
Non-nullable field '_copyOnReadOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: tests/SlidingWindowCache.Benchmarks/Benchmarks/RebalanceFlowBenchmarks.cs#L65
Non-nullable field '_snapshotOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.