Skip to content

Clean up analysis warnings #301

Clean up analysis warnings

Clean up analysis warnings #301

Triggered via push October 4, 2023 13:46
Status Success
Total duration 6m 47s
Artifacts

test.yml

on: push
Matrix: Run library tests
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Run library tests (net7.0): src/Chr.Avro/Infrastructure/ConstrainedSetExtensions.cs#L31
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ConstrainedSet<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
Run library tests (net7.0): src/Chr.Avro/Infrastructure/ConstrainedSetExtensions.cs#L31
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ConstrainedSet<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
Run library tests (net7.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L61
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, Expression arg0, Expression arg1)'.
Run library tests (net7.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L70
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, Expression arg0, Expression arg1)'.
Run library tests (net7.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L74
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
Run library tests (net7.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L74
Possible null reference argument for parameter 'property' in 'MemberExpression Expression.Property(Expression? expression, PropertyInfo property)'.
Run library tests (net7.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L79
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, Expression arg0, Expression arg1)'.
Run library tests (net7.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L88
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
Run library tests (net7.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L95
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
Run library tests (net7.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L121
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, Expression arg0, Expression arg1)'.
Run library tests (net462, windows-latest): src/Chr.Avro/Infrastructure/ConstrainedSetExtensions.cs#L31
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ConstrainedSet<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
Run library tests (net462, windows-latest): src/Chr.Avro/Infrastructure/ConstrainedSetExtensions.cs#L31
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ConstrainedSet<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
Run library tests (net462, windows-latest): src/Chr.Avro/Infrastructure/ConstrainedSetExtensions.cs#L38
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ConstrainedSet<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.