microsoft / microsoft/typespec
[http-client-csharp] remove property `ResourceName` in `InputOperation`
Open
emitter:client:csharp
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
This `ResourceName` [property](https://github.com/microsoft/typespec/blob/8ca8f15bc04e567fb056646d7f85e17e5470c3c3/packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator.Input/src/InputTypes/InputOperation.cs#L73) was something that we copied from autorest.csharp repo, but now it makes no sense.
Previously we use this to determine the name of a client - now obviously we are using something else.
When I check the usage of this property, it is never used.
We should remove it.
Contributor guide
Assessment
This issue has not been assessed yet.