[csharp] Handling of nullable and required properties #981
Annotations
10 warnings
|
Build:
samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/ParentPet.cs#L60
'ParentPet.AdditionalProperties' hides inherited member 'GrandparentAnimal.AdditionalProperties'. Use the new keyword if hiding was intended.
|
|
Build:
samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/Dog.cs#L160
'Dog.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
|
Build:
samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/Dog.cs#L73
'Dog.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
|
|
Build:
samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/ChildCat.cs#L181
'ChildCat.BaseValidate(ValidationContext)' hides inherited member 'ParentPet.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
|
Build:
samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/ChildCat.cs#L92
'ChildCat.AdditionalProperties' hides inherited member 'ParentPet.AdditionalProperties'. Use the new keyword if hiding was intended.
|
|
Build:
samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/ChildCat.cs#L56
'ChildCat.PetType' hides inherited member 'GrandparentAnimal.PetType'. Use the new keyword if hiding was intended.
|
|
Build:
samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/Cat.cs#L155
'Cat.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
|
Build:
samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/Cat.cs#L68
'Cat.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
|
|
Build:
samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Client/Option.cs#L69
'Option<TType>' defines operator == or operator != but does not override Object.GetHashCode()
|
|
Build:
samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Client/Option.cs#L69
'Option<TType>' defines operator == or operator != but does not override Object.Equals(object o)
|
Loading