CS0108 in generated client code
Open
triaged
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 576
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 2
Description
**Describe the bug**
While generating a client from a WSDL with dotnet-svcutil (version 2.1.0) we are seeing a CS0108 error.
error CS0108: 'OurServiceNameClient.CloseAsync()' hides inherited member 'ClientBase.CloseAsync()'. Use the new keyword if hiding was intended.
This is in a project that targets netstandard2.0 and net8.0.
**Additional context**
This issue was previously marked fixed in 2.1.0 see #4891
Contributor guide
Assessment
This issue has not been assessed yet.