Skip to content

[csharp][generichost] Removed a using statement #28

[csharp][generichost] Removed a using statement

[csharp][generichost] Removed a using statement #28

Triggered via pull request January 25, 2025 20:13
Status Success
Total duration 49s
Artifacts

samples-dotnet9.yaml

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

Annotations

72 warnings
Build .Net projects (samples/client/petstore/csharp/generichost/net9/AnyOfNoCompare)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build .Net projects (samples/client/petstore/csharp/generichost/net9/AllOf)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build .Net projects (samples/client/petstore/csharp/restsharp/net9/EnumMappings)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build .Net projects (samples/client/petstore/csharp/restsharp/net9/EnumMappings): samples/client/petstore/csharp/restsharp/net9/EnumMappings/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/net9/EnumMappings): samples/client/petstore/csharp/restsharp/net9/EnumMappings/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/net9/EnumMappings): samples/client/petstore/csharp/restsharp/net9/EnumMappings/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/net9/EnumMappings): samples/client/petstore/csharp/restsharp/net9/EnumMappings/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/net9/EnumMappings): samples/client/petstore/csharp/restsharp/net9/EnumMappings/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/net9/EnumMappings): samples/client/petstore/csharp/restsharp/net9/EnumMappings/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/net9/EnumMappings): samples/client/petstore/csharp/restsharp/net9/EnumMappings/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/net9/EnumMappings): samples/client/petstore/csharp/restsharp/net9/EnumMappings/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/net9/EnumMappings): samples/client/petstore/csharp/restsharp/net9/EnumMappings/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/net9/EnumMappings): samples/client/petstore/csharp/restsharp/net9/EnumMappings/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 projects (samples/client/petstore/csharp/generichost/latest/Tags)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build .Net projects (samples/client/petstore/csharp/httpclient/net9/Petstore)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build .Net projects (samples/client/petstore/csharp/httpclient/net9/Petstore): samples/client/petstore/csharp/httpclient/net9/Petstore/src/Org.OpenAPITools/Model/Cat.cs#L67
'Cat.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/httpclient/net9/Petstore): samples/client/petstore/csharp/httpclient/net9/Petstore/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 projects (samples/client/petstore/csharp/httpclient/net9/Petstore): samples/client/petstore/csharp/httpclient/net9/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/net9/Petstore): samples/client/petstore/csharp/httpclient/net9/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/net9/Petstore): samples/client/petstore/csharp/httpclient/net9/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/net9/Petstore): samples/client/petstore/csharp/httpclient/net9/Petstore/src/Org.OpenAPITools/Model/Dog.cs#L67
'Dog.AdditionalProperties' hides inherited member 'Animal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/httpclient/net9/Petstore): samples/client/petstore/csharp/httpclient/net9/Petstore/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 projects (samples/client/petstore/csharp/httpclient/net9/Petstore): samples/client/petstore/csharp/httpclient/net9/Petstore/src/Org.OpenAPITools/Model/ParentPet.cs#L60
'ParentPet.AdditionalProperties' hides inherited member 'GrandparentAnimal.AdditionalProperties'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/httpclient/net9/Petstore): samples/client/petstore/csharp/httpclient/net9/Petstore/src/Org.OpenAPITools/Model/ParentPet.cs#L137
'ParentPet.BaseValidate(ValidationContext)' hides inherited member 'GrandparentAnimal.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
Build .Net projects (samples/client/petstore/csharp/httpclient/net9/Petstore): samples/client/petstore/csharp/httpclient/net9/Petstore/src/Org.OpenAPITools/Model/NumberOnly.cs#L37
'NumberOnly' cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attribute
Build .Net projects (samples/client/petstore/csharp/generichost/net9/AnyOf)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build .Net projects (samples/client/petstore/csharp/generichost/net9/FormModels)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build .Net projects (samples/client/petstore/csharp/generichost/net9/Petstore)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build .Net projects (samples/client/petstore/csharp/generichost/net9/OneOf)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build .Net projects (samples/client/petstore/csharp/generichost/net9/SourceGeneration)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636