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
It's a nitpick and not blocking or anything, but using characters such as dots in ProjectName in the YAML files breaks the generated code in places such as ConnectionStringOptions because it causes code to be generated that may not contain dots, such as variables.
These should probably just be blocked from being used in the CLI tool.
It's a nitpick and not blocking or anything, but using characters such as dots in
ProjectName
in the YAML files breaks the generated code in places such asConnectionStringOptions
because it causes code to be generated that may not contain dots, such as variables.These should probably just be blocked from being used in the CLI tool.
Steps to reproduce
Example YAML:
Then run:
Further technical details
Craftsman version (
dotnet tool list -g
): 0.20.0The text was updated successfully, but these errors were encountered: