You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm working on a template for an ASP.NET gRPC project. The template includes ".proto" files with package names using snake_case, such as package my_greeter. I would like to be able to replace this with another symbol when generating a project using dotnet new.
I can see that Value Forms might be able to help with my use case, but it does not currently support snake case. Please consider my request to add snake case as a value form.
Describe the solution you'd like.
Add a new Value Form to support snake_case, for instance:
snakeCase - Converts the value to snake case using the casing rules of the invariant culture.
Is your feature request related to a problem? Please describe.
I'm working on a template for an ASP.NET gRPC project. The template includes ".proto" files with package names using snake_case, such as
package my_greeter
. I would like to be able to replace this with another symbol when generating a project usingdotnet new
.I can see that Value Forms might be able to help with my use case, but it does not currently support snake case. Please consider my request to add snake case as a value form.
Describe the solution you'd like.
Add a new Value Form to support snake_case, for instance:
snakeCase
- Converts the value to snake case using the casing rules of the invariant culture.I believe this could be implemented in a similar way to
kebabCase
as per KebabCaseValueFormFactory.Additional context
No response
The text was updated successfully, but these errors were encountered: