Skip to content

Add model name mapping option to rust generators #873

Add model name mapping option to rust generators

Add model name mapping option to rust generators #873

Re-run triggered May 15, 2025 03:30
Status Failure
Total duration 2m 12s
Artifacts

samples-dotnet-standard.yaml

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

Annotations

5 errors and 10 warnings
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/Petstore/): samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools.Test/Model/SpecialModelNameTests.cs#L51
The type or namespace name 'SpecialModelName' could not be found (are you missing a using directive or an assembly reference?)
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/Petstore/): samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools.Test/Model/SpecialModelNameTests.cs#L51
The type or namespace name 'SpecialModelName' could not be found (are you missing a using directive or an assembly reference?)
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/Petstore/): samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools.Test/Model/SpecialModelNameTests.cs#L51
The type or namespace name 'SpecialModelName' could not be found (are you missing a using directive or an assembly reference?)
Build .Net projects (samples/client/petstore/csharp/restsharp/standard2.0/Petstore/): samples/client/petstore/csharp/restsharp/standard2.0/Petstore/src/Org.OpenAPITools.Test/Model/SpecialModelNameTests.cs#L51
The type or namespace name 'SpecialModelName' could not be found (are you missing a using directive or an assembly reference?)
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.
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/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/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/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/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#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/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/Cat.cs#L66
'Cat.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.