[ARCH BREAKING CHANGE] Feature/fix rebalance execution path concurrency model #3
Annotations
10 warnings
|
Build solution:
tests/SlidingWindowCache.Invariants.Tests/WindowCacheInvariantTests.cs#L318
Theory method 'Invariant_A3_8_UserPathNeverMutatesCache' on test class 'WindowCacheInvariantTests' does not use parameter 'storageName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
|
Build solution:
tests/SlidingWindowCache.Invariants.Tests/WindowCacheInvariantTests.cs#L317
Theory method 'Invariant_A3_8_UserPathNeverMutatesCache' on test class 'WindowCacheInvariantTests' does not use parameter 'scenario'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
|
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.Invariants.Tests/WindowCacheInvariantTests.cs#L1138
Theory method 'Invariant_F40_F41_F42_PostExecutionGuarantees' on test class 'WindowCacheInvariantTests' does not use parameter 'storageName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
|
Build solution:
tests/SlidingWindowCache.Invariants.Tests/WindowCacheInvariantTests.cs#L1104
Theory method 'Invariant_F36a_RebalanceNormalizesCache' on test class 'WindowCacheInvariantTests' does not use parameter 'storageName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
|
Build solution:
tests/SlidingWindowCache.Invariants.Tests/WindowCacheInvariantTests.cs#L318
Theory method 'Invariant_A3_8_UserPathNeverMutatesCache' on test class 'WindowCacheInvariantTests' does not use parameter 'storageName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
|
Build solution:
tests/SlidingWindowCache.Invariants.Tests/WindowCacheInvariantTests.cs#L317
Theory method 'Invariant_A3_8_UserPathNeverMutatesCache' on test class 'WindowCacheInvariantTests' does not use parameter 'scenario'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
|
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