OpenAPITools / OpenAPITools/openapi-generator
[REQ] [csharp-dotnet] default packageVersion to API's #/info/version
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Is your feature request related to a problem? Please describe.
contributors need to update the package version in multiple places
Describe the solution you'd like
Currently, the typescript-axios generator uses the value from #/info/version for its package version by default, but csharp-dotnet defaults to 1.0.0. Matching typescript-axios's behavior here would simplify our maintenance
Describe alternatives you've considered
Adding an update to the csharp-dotnet generator config to our build script, or maintaining a custom template. Both would require more maintenance long-term, and it doesn't seem like this change would be too controversial
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the csharp-dotnet generator's default package-version handling with the typescript-axios generator's use of #/info/version. Trace where each generator defines its default package version, then verify that csharp-dotnet uses the API version when no override is supplied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100