Describe the bug
Running dotnet new avalonia.mvvm -n Foo I get the 'Community Toolkit' version instead of the 'ReactiveUI' version.
To Reproduce
Create a new solution with the template without specifying which mvvm framework to use.
Avalonia Templates version
11.3.0
Avalonia version
11.3.0
Additional context
According to the docs and the readme in this repo, the avalonia.mvvm template should create the 'ReactiveUI' version by default.
I don't mind either way and not sure if this is a docs or a template issue, but I would like to know which of the two versions is now considered the 'default' for beginners.
Describe the bug
Running
dotnet new avalonia.mvvm -n FooI get the 'Community Toolkit' version instead of the 'ReactiveUI' version.To Reproduce
Create a new solution with the template without specifying which mvvm framework to use.
Avalonia Templates version
11.3.0
Avalonia version
11.3.0
Additional context
According to the docs and the readme in this repo, the
avalonia.mvvmtemplate should create the 'ReactiveUI' version by default.I don't mind either way and not sure if this is a docs or a template issue, but I would like to know which of the two versions is now considered the 'default' for beginners.