Initialization #1
Merged
Annotations
10 warnings
|
Build solution:
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 solution:
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 solution:
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 solution:
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 solution:
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 solution:
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 solution:
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 solution:
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 solution:
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 solution:
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.
|
Loading