Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Support for NETCOREAPP and NETSTANDARD2.0 #74

Open
bizzbizz opened this issue Jul 17, 2019 · 2 comments
Open

Support for NETCOREAPP and NETSTANDARD2.0 #74

bizzbizz opened this issue Jul 17, 2019 · 2 comments

Comments

@bizzbizz
Copy link

bizzbizz commented Jul 17, 2019

123

In other runtimes, SimpleIoc does not inherit IServiceLocator and breaks everything. While it could be fixed with a simple change in the preprocessors here:

    public interface ISimpleIoc
#if !NETSTANDARD1_0
        : IServiceLocator
#endif

Is dotnet core going to be supported any time soon?

@wonea
Copy link

wonea commented Sep 25, 2019

Yes please, I've just started my migrations to NET Core 3.0 and have warnings.

image

@michael-hawker
Copy link

🦙 For .NET Standard support please try migrating to the MVVM Toolkit: https://docs.microsoft.com/en-us/windows/communitytoolkit/mvvm/migratingfrommvvmlight

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants