Trigger Build #1
Annotations
1 error and 11 warnings
Run library tests
The process 'tools/dotnet-cake' failed with exit code 1
|
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/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)'.
|
Run library tests:
src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L74
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
Run library tests:
src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L74
Possible null reference argument for parameter 'property' in 'MemberExpression Expression.Property(Expression? expression, PropertyInfo property)'.
|
Run library tests:
src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L79
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#L88
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
Run library tests:
src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L95
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
|
Run library tests:
src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L121
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, Expression arg0, Expression arg1)'.
|