Mvvm-light and Common Service Locator 1.4.0

Viewed 2661

There is a Compiler Error in Mvvm-Light Toolkit if you update to CommonServiceLocator v1.4.0. The Problem is that IServiceLocator is outdated i think. Will the Toolkit be Fixed? Is it outdated too? Maybe someone can help me.

2 Answers

I had this problem when migrating to .NET Standard. There is a new MVVM Light for .NET Standard which removes the dependency on CommonServiceLocator. If this is your case, see this link: MVVM Light and CommonServiceLocator

Related