Skip to content

fix: Bump coverlet.collector from 6.0.4 to 8.0.0 #185

fix: Bump coverlet.collector from 6.0.4 to 8.0.0

fix: Bump coverlet.collector from 6.0.4 to 8.0.0 #185

Triggered via pull request February 16, 2026 06:11
Status Success
Total duration 51s
Artifacts

dotnet-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/main/Benchmarks.QueryBuilder/Services/Query/QueryValueStringBuilder.cs#L73
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/main/Benchmarks.CollectionSize/Models/TestCollections.cs#L26
Non-nullable property 'TestIEnumerable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/main/Benchmarks.CollectionSize/Models/TestCollections.cs#L21
Non-nullable property 'TestICollection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/main/Benchmarks.CollectionSize/Models/TestCollections.cs#L16
Non-nullable property 'TestList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/main/Benchmarks.CollectionSize/Models/TestCollections.cs#L11
Non-nullable property 'TestArray' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
Ensure 'ThreadStatic' is only used with static fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2259)
build
Ensure 'ThreadStatic' is only used with static fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2259)
build
The field 'JsonConverter.Builder' is never used
build
The field 'JsonConverter.Utf8Builder' is never used
build: src/main/Benchmarks.DynamicPredicateParser/TestModel.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.