Fix support for nullable types for AvroType attribute (#168) #154
Annotations
11 warnings
build
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/SolTechnology.FastMember.UnitTests/HyperTypeDescriptionProvider.cs#L33
Nullability of type of parameter 'instance' doesn't match overridden member (possibly because of nullability attributes).
|
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).
|
build:
tests/SolTechnology.FastMember.UnitTests/ChainingPropertyDescriptor.cs#L93
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
tests/SolTechnology.FastMember.UnitTests/HyperTypeDescriptor.cs#L21
Nullability of type of parameter 'attributes' doesn't match overridden member (possibly because of nullability attributes).
|