BrandonWoodward / MVVMToolkitExtensions

MVVM utilities for MAUI and WPF.
MIT License
7 stars 1 forks source link

add a wpf demo #2

Closed asine closed 9 months ago

asine commented 9 months ago

Creating a demo with BuildServiceProvider() didn't succeed, this one was created use host.

BrandonWoodward commented 9 months ago

My apologies. If you install Microsoft.Extensions.DependencyInjection, BuildServiceProvider() will work as demonstrated. I will include this as a dependency in a future version.

asine commented 9 months ago

thanks.