Add zero-copy encoding methods for .NET 6+ #295
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
14 warnings
Run library tests (net7.0):
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 (net7.0):
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 (net7.0):
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 (net7.0):
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 (net7.0):
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 (net7.0):
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 (net7.0):
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 (net7.0):
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)'.
|
Run library tests (net7.0):
src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L132
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, Expression arg0, Expression arg1)'.
|
Run library tests (net7.0):
src/Chr.Avro/Serialization/StringSerializerBuilderCase.cs#L150
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, params Expression[]? arguments)'.
|
Run library tests (net462, windows-latest):
src/Chr.Avro/Abstract/RecordSchemaBuilderCase.cs#L15
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 (net462, windows-latest):
src/Chr.Avro.Binary/Serialization/BinaryReader.cs#L145
Braces for multi-line statements should not share line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1500.md)
|
Run library tests (net462, windows-latest):
tests/Chr.Avro.Binary.Tests/BinaryReaderTests.cs#L62
Code should not contain multiple blank lines in a row (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md)
|
Run library tests (net462, windows-latest):
tests/Chr.Avro.Binary.Tests/UnionSerializationTests.cs#L202
Code should not contain multiple blank lines in a row (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md)
|