Skip to content

fix(Deserialize): fail on enums marked with Flags (#142) #114

fix(Deserialize): fail on enums marked with Flags (#142)

fix(Deserialize): fail on enums marked with Flags (#142) #114

Triggered via push December 7, 2023 12:18
Status Success
Total duration 3m 45s
Artifacts

build&test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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).