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
When using hyphens or dots to replace the sourceName (e.g. dotnet new fable-elmish-react -n my-project), the template engine automatically changes it to underscores in source files, however this is sometimes not desired, for example here or here. Is there a way to configure this?
The text was updated successfully, but these errors were encountered:
This is discussed in #402, let's work through this on that issue.
The solution is to include one or more of those characters in the values the template is created with, there's a grid describing the behavior included on the other issue.
When using hyphens or dots to replace the
sourceName
(e.g.dotnet new fable-elmish-react -n my-project
), the template engine automatically changes it to underscores in source files, however this is sometimes not desired, for example here or here. Is there a way to configure this?The text was updated successfully, but these errors were encountered: