Initialization #13
slidingwindowcache.yml
on: pull_request
build-and-test
49s
publish-nuget
0s
Annotations
10 warnings
|
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:
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/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/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.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:
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.
|