UWP ResourceDictionary is not being loaded when I add a second object to it
问题 I have a UWP application for Windows 10 with MVVM Light plugged in. I store a ViewModelLocator in the App.Resources. When I have just a ViewModelLocator in my App.Resources, everything works fine. <Application.Resources> <viewModel:ViewModelLocator x:Key="Locator" /> </Application.Resources> As soon as I add a String, Converter or something similar, application doesn't crash but the ViewModelLocator constructor is not being called anymore. No errors or exceptions being thrown, just