Skip to content

Release 10.4.0

Release 10.4.0 #390

Triggered via push July 17, 2024 14:44
Status Success
Total duration 2m 37s
Artifacts

test.yml

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

Annotations

20 warnings
Run library tests (net8.0): src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L75
Possible null reference argument for parameter 'member' in 'bool ReflectionExtensions.HasAttribute<DataContractAttribute>(MemberInfo member)'.
Run library tests (net8.0): src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L154
Dereference of a possibly null reference.
Run library tests (net8.0): src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L192
Possible null reference argument for parameter 'name' in 'FieldInfo? Type.GetField(string name)'.
Run library tests (net8.0): src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L194
Possible null reference argument for parameter 'member' in 'string ReflectionExtensions.GetEnumMemberName(MemberInfo member)'.
Run library tests (net8.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L69
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, Expression arg0, Expression arg1)'.
Run library tests (net8.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L78
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, Expression arg0, Expression arg1)'.
Run library tests (net8.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L88
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, Expression arg0, Expression arg1)'.
Run library tests (net8.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L97
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, Expression arg0, Expression arg1)'.
Run library tests (net8.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L102
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
Run library tests (net8.0): src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L102
Possible null reference argument for parameter 'property' in 'MemberExpression Expression.Property(Expression? expression, PropertyInfo property)'.
Run library tests (net462, windows-latest): src/Chr.Avro.Confluent/Confluent/AsyncSchemaRegistrySerializer.cs#L277
'Schema.Id' is obsolete: 'Included to maintain API backwards compatibility only. Use RegisteredSchema instead. This property will be removed in a future version of the library.'
Run library tests (net462, windows-latest): src/Chr.Avro.Confluent/Confluent/SchemaRegistrySerializerBuilder.cs#L179
'Schema.Id' is obsolete: 'Included to maintain API backwards compatibility only. Use RegisteredSchema instead. This property will be removed in a future version of the library.'
Run library tests (net462, windows-latest): src/Chr.Avro.Confluent/Confluent/SchemaRegistryDeserializerBuilder.cs#L135
'Schema.Id' is obsolete: 'Included to maintain API backwards compatibility only. Use RegisteredSchema instead. This property will be removed in a future version of the library.'