fix: Bump coverlet.collector from 6.0.4 to 8.0.0 #185
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.
|