Skip to content

[csharp] Move RestSharp and HttpClient to their own generator #832

[csharp] Move RestSharp and HttpClient to their own generator

[csharp] Move RestSharp and HttpClient to their own generator #832

Triggered via pull request March 9, 2025 22:57
Status Success
Total duration 3m 8s
Artifacts

samples-dotnet-standard.yaml

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

Annotations

40 warnings
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/): samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/src/Org.OpenAPITools/Model/Cat.cs#L167
'Cat.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/): samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/src/Org.OpenAPITools/Model/Dog.cs#L170
'Dog.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/): samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/src/Org.OpenAPITools/Model/CopyActivity.cs#L71
'CopyActivity.ShouldSerializeSchema()' hides inherited member 'EntityBase.ShouldSerializeSchema()'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/): samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/src/Org.OpenAPITools/Model/CopyActivity.cs#L128
'CopyActivity.AdditionalProperties' hides inherited member 'EntityBase.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/): samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/src/Org.OpenAPITools/Model/CopyActivity.cs#L212
'CopyActivity.BaseValidate(ValidationContext)' hides inherited member 'EntityBase.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/): samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/src/Org.OpenAPITools/Model/ChildCat.cs#L71
'ChildCat.ShouldSerializePetType()' hides inherited member 'GrandparentAnimal.ShouldSerializePetType()'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/httpclient/standard2.0/Petstore/): samples/client/petstore/csharp/httpclient/standard2.0/Petstore/src/Org.OpenAPITools/Model/ChildCat.cs#L55
'ChildCat.PetType' hides inherited member 'GrandparentAnimal.PetType'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/httpclient/standard2.0/Petstore/): samples/client/petstore/csharp/httpclient/standard2.0/Petstore/src/Org.OpenAPITools/Model/ChildCat.cs#L86
'ChildCat.AdditionalProperties' hides inherited member 'ParentPet.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/httpclient/standard2.0/Petstore/): samples/client/petstore/csharp/httpclient/standard2.0/Petstore/src/Org.OpenAPITools/Model/ChildCat.cs#L170
'ChildCat.BaseValidate(ValidationContext)' hides inherited member 'ParentPet.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/httpclient/standard2.0/Petstore/): samples/client/petstore/csharp/httpclient/standard2.0/Petstore/src/Org.OpenAPITools/Model/CopyActivity.cs#L91
'CopyActivity.AdditionalProperties' hides inherited member 'EntityBase.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/httpclient/standard2.0/Petstore/): samples/client/petstore/csharp/httpclient/standard2.0/Petstore/src/Org.OpenAPITools/Model/CopyActivity.cs#L175
'CopyActivity.BaseValidate(ValidationContext)' hides inherited member 'EntityBase.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/httpclient/standard2.0/Petstore/): samples/client/petstore/csharp/httpclient/standard2.0/Petstore/src/Org.OpenAPITools/Model/Descendant1.cs#L72
'Descendant1.AdditionalProperties' hides inherited member 'TestDescendants.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/httpclient/standard2.0/Petstore/): samples/client/petstore/csharp/httpclient/standard2.0/Petstore/src/Org.OpenAPITools/Model/Descendant1.cs#L154
'Descendant1.BaseValidate(ValidationContext)' hides inherited member 'TestDescendants.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/httpclient/standard2.0/Petstore/): samples/client/petstore/csharp/httpclient/standard2.0/Petstore/src/Org.OpenAPITools/Model/Descendant2.cs#L72
'Descendant2.AdditionalProperties' hides inherited member 'TestDescendants.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/httpclient/standard2.0/Petstore/): samples/client/petstore/csharp/httpclient/standard2.0/Petstore/src/Org.OpenAPITools/Model/Descendant2.cs#L154
'Descendant2.BaseValidate(ValidationContext)' hides inherited member 'TestDescendants.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/Petstore/): samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/Cat.cs#L66
'Cat.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/Petstore/): samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/Cat.cs#L145
'Cat.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/Petstore/): samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/Dog.cs#L66
'Dog.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/Petstore/): samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/Dog.cs#L148
'Dog.BaseValidate(ValidationContext)' hides inherited member 'Animal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/Petstore/): samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/ChildCat.cs#L54
'ChildCat.PetType' hides inherited member 'GrandparentAnimal.PetType'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/Petstore/): samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/ChildCat.cs#L85
'ChildCat.AdditionalProperties' hides inherited member 'ParentPet.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/Petstore/): samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/ChildCat.cs#L169
'ChildCat.BaseValidate(ValidationContext)' hides inherited member 'ParentPet.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/Petstore/): samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/ParentPet.cs#L59
'ParentPet.AdditionalProperties' hides inherited member 'GrandparentAnimal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/Petstore/): samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools/Model/ParentPet.cs#L136
'ParentPet.BaseValidate(ValidationContext)' hides inherited member 'GrandparentAnimal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.