Fix support for nullable types for AvroType attribute #153
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/Soltechnology.Avro.Kafka/Serialization/AvroConvertSchemaRegistrySerializer.cs#L28
'ISchemaRegistryClient.ConstructKeySubjectName(string, string)' is obsolete: 'SubjectNameStrategy should now be specified via serializer configuration. This method will be removed in a future release.'
|
Build:
src/Soltechnology.Avro.Kafka/Serialization/AvroConvertSchemaRegistrySerializer.cs#L28
'ISchemaRegistryClient.ConstructValueSubjectName(string, string)' is obsolete: 'SubjectNameStrategy should now be specified via serializer configuration. This method will be removed in a future release.'
|
Build:
tests/CoreBenchmarks/WriterBenchmarks.Duration.cs#L13
The field 'WriterBenchmarksDuration._resolver' is never used
|
Build:
tests/AvroConvertTests/TestClasses.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
tests/AvroConvertTests/FilesDeserialization/Default/DeserializeAzureEventHubTests.cs#L19
The variable 'schema' is assigned but its value is never used
|
Build:
tests/SolTechnology.FastMember.UnitTests/ChainingPropertyDescriptor.cs#L51
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
tests/SolTechnology.FastMember.UnitTests/ChainingPropertyDescriptor.cs#L54
Nullability of type of parameter 'instance' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
tests/SolTechnology.FastMember.UnitTests/ChainingPropertyDescriptor.cs#L54
Nullability of type of parameter 'filter' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
tests/SolTechnology.FastMember.UnitTests/ChainingPropertyDescriptor.cs#L63
Nullability of type of parameter 'component' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
tests/SolTechnology.FastMember.UnitTests/ChainingPropertyDescriptor.cs#L93
Nullability of type of parameter 'component' doesn't match overridden member (possibly because of nullability attributes).
|
Loading