How add Community Toolkit.Mvvm to Jeremy's template?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Greetings Jeremy and for those who use Jeremy's template:
Utilizo su plantilla,para elaborar mis complemento,incluso adicionando WPF.He leido que si adiciono CommunityToolkit.Mvvm,puedo realizar complemento MVVm(valga la redundacia),entonces adicione este paquete, y ya abriendo un proyecto,y me da el la siguiente alerta.(I use your template to create my plugins, even adding WPF. I have read that if I add CommunityToolkit.Mvvm, I can create an MVVm plugin (...), so I added this package, and already opening a project, and it gives me the following Warnning)
Warnning:
The MVVM Toolkit source generators might not be loaded correctly, as the current project is using the packages.config setup to restore NuGet packages. Source generators require PackageReference to be used (either in a legacy-style or SDK-style .csproj project, both are supported as long as PackageReference is used).
Entonces me di la tarea de revisar csproj,y al parecer estas correcto:(So I took the task of checking csproj, and apparently you are correct:)