Skip to content

Test Coverage and Quality #1139

Test Coverage and Quality

Test Coverage and Quality #1139

Triggered via workflow run January 23, 2026 23:44
@renovaterenovate[bot]
completed 7d65daa
Status Success
Total duration 13m 58s
Artifacts

pr-test-coverage.yml

on: workflow_run
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (Release): src/DynamicData/Cache/PagedChangeSet.cs#L11
Implement 'IEquatable<PagedChangeSet>'. (https://rules.sonarsource.com/csharp/RSPEC-3897)
build (Release): src/DynamicData/Cache/Internal/IndexCalculator.cs#L99
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build (Release): src/DynamicData/Cache/ObservableCache.cs#L364
Make '_pendingChanges' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
build (Release): src/DynamicData/Cache/Internal/FilteredIndexCalculator.cs#L102
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build (Release): src/DynamicData/Cache/Internal/FilteredIndexCalculator.cs#L93
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build (Release): src/DynamicData/Cache/Internal/FilteredIndexCalculator.cs#L71
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build (Release): src/DynamicData/Cache/Node.cs#L15
Seal class 'Node' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)
build (Release): src/DynamicData/Cache/MissingKeyException.cs#L12
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'MissingKeyException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build (Release): src/DynamicData/Binding/ObservableCollectionAdaptor.cs#L71
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build (Release): src/DynamicData/Cache/ObservableCacheEx.cs#L4205
'ObservableCacheEx.Sort<TObject, TKey>(IObservable<IChangeSet<TObject, TKey>>, IComparer<TObject>, SortOptimisations, int)' is obsolete: 'Use SortAndBind as it's more efficient'