multitargeting .netstandard2.0 and .net6 #6
Annotations
11 warnings
Run library tests
The following actions uses node12 which is deprecated and will be forced to run on node16: cake-build/cake-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run library tests:
src/Chr.Avro/Abstract/RecordSchemaBuilderCase.cs#L15
Code should not contain multiple blank lines in a row (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md)
|
Run library tests:
src/Chr.Avro/Abstract/RecordSchemaBuilderCase.cs#L14
Using alias directive for 'NullabilityInfo' should appear before using alias directive for 'NullabilityInfoContext' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1211.md)
|
Run library tests:
src/Chr.Avro/Infrastructure/ConstrainedSet.cs#L44
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
Run library tests:
src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L71
Possible null reference argument for parameter 'member' in 'bool ReflectionExtensions.HasAttribute<DataContractAttribute>(MemberInfo member)'.
|
Run library tests:
src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L149
Dereference of a possibly null reference.
|
Run library tests:
src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L187
Possible null reference argument for parameter 'name' in 'FieldInfo? Type.GetField(string name)'.
|
Run library tests:
src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L189
Possible null reference argument for parameter 'member' in 'string ReflectionExtensions.GetEnumMemberName(MemberInfo member)'.
|
Run library tests:
src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L279
Possible null reference return.
|
Run library tests:
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:
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)'.
|