Support timestamp-nanos
logical type
#401
Annotations
29 warnings
Run library tests (net8.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (net9.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run library tests (net9.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 (net9.0):
src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L154
Dereference of a possibly null reference.
|
Run library tests (net9.0):
src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L192
Possible null reference argument for parameter 'name' in 'FieldInfo? Type.GetField(string name)'.
|
Run library tests (net9.0):
src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L194
Possible null reference argument for parameter 'member' in 'string ReflectionExtensions.GetEnumMemberName(MemberInfo member)'.
|
Run library tests (net9.0):
src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L288
Possible null reference return.
|
Run library tests (net9.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 (net9.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 (net9.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 (net9.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 (net9.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 (net462, windows-latest):
src/Chr.Avro/Abstract/EnumSchemaBuilderCase.cs#L1
Using directive should appear within a namespace declaration (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md)
|
Run library tests (net462, windows-latest):
src/Chr.Avro/Abstract/EnumSchemaBuilderCase.cs#L124
'protected' members should come before 'private' members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
|
Run library tests (net462, windows-latest):
src/Chr.Avro/Abstract/EnumSchemaBuilderCase.cs#L75
Use trailing comma in multi-line initializers (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1413.md)
|
|
Run library tests (net462, windows-latest):
src/Chr.Avro.Fixtures/Fixtures/DefaultValueDataContractEnum.cs#L1
Using directive should appear within a namespace declaration (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md)
|
Run library tests (net462, windows-latest):
src/Chr.Avro.Fixtures/Fixtures/DefaultValueDataContractEnum.cs#L2
Using directive should appear within a namespace declaration (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md)
|
Run library tests (net462, windows-latest):
src/Chr.Avro.Fixtures/Fixtures/DefaultValueEnum.cs#L1
Using directive should appear within a namespace declaration (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md)
|