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
I think the line that undef's APPDOMAIN_GETASSEMBLIES here: https://github.com/grumpydev/TinyIoC/blob/master/src/TinyIoC/TinyIoC.cs#L53 should be extended to additional netstandard versions.. My understanding (I could be wrong) is that AppDomain is not part of the netstandard as it's gone away in netcore.
The text was updated successfully, but these errors were encountered:
I think the line that undef's
APPDOMAIN_GETASSEMBLIES
here: https://github.com/grumpydev/TinyIoC/blob/master/src/TinyIoC/TinyIoC.cs#L53 should be extended to additional netstandard versions.. My understanding (I could be wrong) is that AppDomain is not part of the netstandard as it's gone away in netcore.The text was updated successfully, but these errors were encountered: