Release 10.3.1 #45
Annotations
10 warnings
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)
|
src/Chr.Avro/Abstract/EnumSchemaBuilderCase.cs#L124
'protected' members should come before 'private' members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
|
|
src/Chr.Avro/Abstract/EnumSchemaBuilderCase.cs#L75
Use trailing comma in multi-line initializers (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1413.md)
|
src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L75
Possible null reference argument for parameter 'member' in 'bool ReflectionExtensions.HasAttribute<DataContractAttribute>(MemberInfo member)'.
|
src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L154
Dereference of a possibly null reference.
|
src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L192
Possible null reference argument for parameter 'name' in 'FieldInfo? Type.GetField(string name)'.
|
src/Chr.Avro/Infrastructure/ReflectionExtensions.cs#L194
Possible null reference argument for parameter 'member' in 'string ReflectionExtensions.GetEnumMemberName(MemberInfo member)'.
|
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)'.
|
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)'.
|
This job succeeded
Loading