Skip to content

Use Jackson Annotations for getters and setters also for Micronaut Serde #351

Use Jackson Annotations for getters and setters also for Micronaut Serde

Use Jackson Annotations for getters and setters also for Micronaut Serde #351

Re-run triggered November 4, 2023 15:29
Status Failure
Total duration 7m 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

samples-dotnet6-client.yaml

on: pull_request
Matrix: Build .Net clients
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 80 warnings
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-httpclient/)
Process completed with exit code 1.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClientCore/)
Process completed with exit code 1.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient/)
Process completed with exit code 1.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net48/)
Process completed with exit code 1.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net47/)
Process completed with exit code 1.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net5.0/)
Process completed with exit code 1.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-httpclient/)
The target framework 'netcoreapp3.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-httpclient/)
The target framework 'netcoreapp3.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-httpclient/): samples/client/petstore/csharp/OpenAPIClient-httpclient/src/Org.OpenAPITools/Model/Cat.cs#L68
'Cat.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-httpclient/): samples/client/petstore/csharp/OpenAPIClient-httpclient/src/Org.OpenAPITools/Model/Cat.cs#L147
'Cat.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-httpclient/): samples/client/petstore/csharp/OpenAPIClient-httpclient/src/Org.OpenAPITools/Model/ChildCat.cs#L56
'ChildCat.PetType' hides inherited member 'GrandparentAnimal.PetType'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-httpclient/): samples/client/petstore/csharp/OpenAPIClient-httpclient/src/Org.OpenAPITools/Model/ChildCat.cs#L79
'ChildCat.AdditionalProperties' hides inherited member 'ParentPet.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-httpclient/): samples/client/petstore/csharp/OpenAPIClient-httpclient/src/Org.OpenAPITools/Model/ChildCat.cs#L163
'ChildCat.BaseValidate(ValidationContext)' hides inherited member 'ParentPet.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-httpclient/): samples/client/petstore/csharp/OpenAPIClient-httpclient/src/Org.OpenAPITools/Model/Dog.cs#L68
'Dog.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-httpclient/): samples/client/petstore/csharp/OpenAPIClient-httpclient/src/Org.OpenAPITools/Model/Dog.cs#L150
'Dog.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-httpclient/): samples/client/petstore/csharp/OpenAPIClient-httpclient/src/Org.OpenAPITools/Model/ParentPet.cs#L60
'ParentPet.AdditionalProperties' hides inherited member 'GrandparentAnimal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClientCore/): samples/client/petstore/csharp/OpenAPIClientCore/src/Org.OpenAPITools/Model/Cat.cs#L131
'Cat.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClientCore/): samples/client/petstore/csharp/OpenAPIClientCore/src/Org.OpenAPITools/Model/ChildCat.cs#L55
'ChildCat.PetType' hides inherited member 'GrandparentAnimal.PetType'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClientCore/): samples/client/petstore/csharp/OpenAPIClientCore/src/Org.OpenAPITools/Model/ChildCat.cs#L150
'ChildCat.BaseValidate(ValidationContext)' hides inherited member 'ParentPet.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClientCore/): samples/client/petstore/csharp/OpenAPIClientCore/src/Org.OpenAPITools/Model/Dog.cs#L134
'Dog.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClientCore/): samples/client/petstore/csharp/OpenAPIClientCore/src/Org.OpenAPITools/Model/ParentPet.cs#L121
'ParentPet.BaseValidate(ValidationContext)' hides inherited member 'GrandparentAnimal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClientCore/): samples/client/petstore/csharp/OpenAPIClientCore/src/Org.OpenAPITools/Model/NumberOnly.cs#L36
'NumberOnly' cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attribute
Build .Net clients (samples/client/petstore/csharp/OpenAPIClientCore/): samples/client/petstore/csharp/OpenAPIClientCore/src/Org.OpenAPITools/Model/Cat.cs#L131
'Cat.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClientCore/): samples/client/petstore/csharp/OpenAPIClientCore/src/Org.OpenAPITools/Model/ChildCat.cs#L55
'ChildCat.PetType' hides inherited member 'GrandparentAnimal.PetType'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClientCore/): samples/client/petstore/csharp/OpenAPIClientCore/src/Org.OpenAPITools/Model/ChildCat.cs#L150
'ChildCat.BaseValidate(ValidationContext)' hides inherited member 'ParentPet.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClientCore/): samples/client/petstore/csharp/OpenAPIClientCore/src/Org.OpenAPITools/Model/Dog.cs#L134
'Dog.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient/): samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/Cat.cs#L67
'Cat.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient/): samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/Cat.cs#L146
'Cat.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient/): samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/ChildCat.cs#L55
'ChildCat.PetType' hides inherited member 'GrandparentAnimal.PetType'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient/): samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/ChildCat.cs#L78
'ChildCat.AdditionalProperties' hides inherited member 'ParentPet.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient/): samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/ChildCat.cs#L162
'ChildCat.BaseValidate(ValidationContext)' hides inherited member 'ParentPet.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient/): samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/Dog.cs#L67
'Dog.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient/): samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/Dog.cs#L149
'Dog.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient/): samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/ParentPet.cs#L59
'ParentPet.AdditionalProperties' hides inherited member 'GrandparentAnimal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient/): samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/ParentPet.cs#L136
'ParentPet.BaseValidate(ValidationContext)' hides inherited member 'GrandparentAnimal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient/): samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/NumberOnly.cs#L36
'NumberOnly' cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attribute
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net48/): samples/client/petstore/csharp/OpenAPIClient-net48/src/Org.OpenAPITools/Model/Cat.cs#L67
'Cat.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net48/): samples/client/petstore/csharp/OpenAPIClient-net48/src/Org.OpenAPITools/Model/Cat.cs#L146
'Cat.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net48/): samples/client/petstore/csharp/OpenAPIClient-net48/src/Org.OpenAPITools/Model/ChildCat.cs#L55
'ChildCat.PetType' hides inherited member 'GrandparentAnimal.PetType'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net48/): samples/client/petstore/csharp/OpenAPIClient-net48/src/Org.OpenAPITools/Model/ChildCat.cs#L78
'ChildCat.AdditionalProperties' hides inherited member 'ParentPet.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net48/): samples/client/petstore/csharp/OpenAPIClient-net48/src/Org.OpenAPITools/Model/ChildCat.cs#L162
'ChildCat.BaseValidate(ValidationContext)' hides inherited member 'ParentPet.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net48/): samples/client/petstore/csharp/OpenAPIClient-net48/src/Org.OpenAPITools/Model/Dog.cs#L67
'Dog.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net48/): samples/client/petstore/csharp/OpenAPIClient-net48/src/Org.OpenAPITools/Model/Dog.cs#L149
'Dog.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net48/): samples/client/petstore/csharp/OpenAPIClient-net48/src/Org.OpenAPITools/Model/ParentPet.cs#L59
'ParentPet.AdditionalProperties' hides inherited member 'GrandparentAnimal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net48/): samples/client/petstore/csharp/OpenAPIClient-net48/src/Org.OpenAPITools/Model/ParentPet.cs#L136
'ParentPet.BaseValidate(ValidationContext)' hides inherited member 'GrandparentAnimal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net48/): samples/client/petstore/csharp/OpenAPIClient-net48/src/Org.OpenAPITools/Model/NumberOnly.cs#L36
'NumberOnly' cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attribute
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net47/): 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.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net47/): 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.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net47/): 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.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net47/): 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.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net47/): 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.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net47/): 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.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net47/): 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.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net47/): 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.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net47/): 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.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net47/): 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
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/): samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Model/Cat.cs#L89
'Cat.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/): samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Model/Cat.cs#L168
'Cat.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/): samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Model/ChildCat.cs#L72
'ChildCat.ShouldSerializePetType()' hides inherited member 'GrandparentAnimal.ShouldSerializePetType()'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/): samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Model/ChildCat.cs#L119
'ChildCat.AdditionalProperties' hides inherited member 'ParentPet.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/): samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Model/ChildCat.cs#L203
'ChildCat.BaseValidate(ValidationContext)' hides inherited member 'ParentPet.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/): samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Model/ParentPet.cs#L59
'ParentPet.AdditionalProperties' hides inherited member 'GrandparentAnimal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/): samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Model/ParentPet.cs#L136
'ParentPet.BaseValidate(ValidationContext)' hides inherited member 'GrandparentAnimal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/): samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Model/Dog.cs#L89
'Dog.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/): samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Model/Dog.cs#L171
'Dog.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net5.0/): samples/client/petstore/csharp/OpenAPIClient-net5.0/src/Org.OpenAPITools/Model/Cat.cs#L67
'Cat.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net5.0/): samples/client/petstore/csharp/OpenAPIClient-net5.0/src/Org.OpenAPITools/Model/Cat.cs#L146
'Cat.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net5.0/): samples/client/petstore/csharp/OpenAPIClient-net5.0/src/Org.OpenAPITools/Model/ChildCat.cs#L55
'ChildCat.PetType' hides inherited member 'GrandparentAnimal.PetType'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net5.0/): samples/client/petstore/csharp/OpenAPIClient-net5.0/src/Org.OpenAPITools/Model/ChildCat.cs#L78
'ChildCat.AdditionalProperties' hides inherited member 'ParentPet.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net5.0/): samples/client/petstore/csharp/OpenAPIClient-net5.0/src/Org.OpenAPITools/Model/ChildCat.cs#L162
'ChildCat.BaseValidate(ValidationContext)' hides inherited member 'ParentPet.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net5.0/): samples/client/petstore/csharp/OpenAPIClient-net5.0/src/Org.OpenAPITools/Model/Dog.cs#L67
'Dog.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net5.0/): samples/client/petstore/csharp/OpenAPIClient-net5.0/src/Org.OpenAPITools/Model/Dog.cs#L149
'Dog.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net5.0/): samples/client/petstore/csharp/OpenAPIClient-net5.0/src/Org.OpenAPITools/Model/ParentPet.cs#L59
'ParentPet.AdditionalProperties' hides inherited member 'GrandparentAnimal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net5.0/): samples/client/petstore/csharp/OpenAPIClient-net5.0/src/Org.OpenAPITools/Model/ParentPet.cs#L136
'ParentPet.BaseValidate(ValidationContext)' hides inherited member 'GrandparentAnimal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net clients (samples/client/petstore/csharp/OpenAPIClient-net5.0/): samples/client/petstore/csharp/OpenAPIClient-net5.0/src/Org.OpenAPITools/Model/NumberOnly.cs#L36
'NumberOnly' cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attribute