You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
In other runtimes,
SimpleIoc
does not inheritIServiceLocator
and breaks everything. While it could be fixed with a simple change in the preprocessors here:Is dotnet core going to be supported any time soon?
The text was updated successfully, but these errors were encountered: