Use Jackson Annotations for getters and setters also for Micronaut Serde #351
Annotations
5 errors and 10 warnings
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/EnumTest.cs#L170
Cannot convert null to 'int' because it is a non-nullable value type
|
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/EnumTest.cs#L192
Cannot convert null to 'int' because it is a non-nullable value type
|
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/EnumTest.cs#L170
Cannot convert null to 'int' because it is a non-nullable value type
|
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/EnumTest.cs#L192
Cannot convert null to 'int' because it is a non-nullable value type
|
|
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/Cat.cs#L67
'Cat.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
|
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/Cat.cs#L146
'Cat.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/ChildCat.cs#L55
'ChildCat.PetType' hides inherited member 'GrandparentAnimal.PetType'. Use the new keyword if hiding was intended.
|
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/ChildCat.cs#L78
'ChildCat.AdditionalProperties' hides inherited member 'ParentPet.AdditionalProperties'. Use the new keyword if hiding was intended.
|
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/ChildCat.cs#L162
'ChildCat.BaseValidate(ValidationContext)' hides inherited member 'ParentPet.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/Dog.cs#L67
'Dog.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
|
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/Dog.cs#L149
'Dog.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/ParentPet.cs#L59
'ParentPet.AdditionalProperties' hides inherited member 'GrandparentAnimal.AdditionalProperties'. Use the new keyword if hiding was intended.
|
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/ParentPet.cs#L136
'ParentPet.BaseValidate(ValidationContext)' hides inherited member 'GrandparentAnimal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
samples/client/petstore/csharp/OpenAPIClient-net47/src/Org.OpenAPITools/Model/NumberOnly.cs#L36
'NumberOnly' cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attribute
|
The logs for this run have expired and are no longer available.
Loading