Skip to content

multitargeting .netstandard2.0 and .net6 #6

multitargeting .netstandard2.0 and .net6

multitargeting .netstandard2.0 and .net6 #6

Triggered via push September 3, 2023 11:09
Status Success
Total duration 2m 0s
Artifacts

test.yml

on: push
Run library tests
1m 51s
Run library tests
Fit to window
Zoom out
Zoom in

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#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)'.