Skip to content

[ARCH BREAKING CHANGE] Feature/Architectural Correction: Decision-Driven Rebalance Model & Cancellation Semantics #22

[ARCH BREAKING CHANGE] Feature/Architectural Correction: Decision-Driven Rebalance Model & Cancellation Semantics

[ARCH BREAKING CHANGE] Feature/Architectural Correction: Decision-Driven Rebalance Model & Cancellation Semantics #22

Triggered via pull request February 17, 2026 19:42
Status Success
Total duration 58s
Artifacts

slidingwindowcache.yml

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

Annotations

10 warnings
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/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: benchmarks/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: benchmarks/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.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/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: benchmarks/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: benchmarks/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.