grumpydev/TinyIoC

AppDomain GetAssemblies

Opened this issue · 0 comments

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.