Open giulioungaretti opened 9 months ago
Following the readme/docs, I go like this:
Which seems wrong, if I read the template.json in the repo and I use the full parameter name. Then it seems to work as expected.
Am I missing something here? Should I PR the readme docs? Is it maybe a fsharp thing?
dotnet new avalonia.usercontrol -n MyControl --na MyApp.Views -lang f#
Observe how the -na flag does not do what the docs says!
11.0.6
No response
Describe the bug
Following the readme/docs, I go like this:
Which seems wrong, if I read the template.json in the repo and I use the full parameter name. Then it seems to work as expected.
Am I missing something here? Should I PR the readme docs? Is it maybe a fsharp thing?
To Reproduce
dotnet new avalonia.usercontrol -n MyControl --na MyApp.Views -lang f#
Observe how the -na flag does not do what the docs says!
Avalonia Templates version
11.0.6
Avalonia version
No response
Additional context
No response