Skip to content

Add zero-copy encoding methods for .NET 6+ #295

Add zero-copy encoding methods for .NET 6+

Add zero-copy encoding methods for .NET 6+ #295

Triggered via push September 27, 2023 20:46
Status Success
Total duration 5m 12s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

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

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)