jborean
AssemblyLoadContext LoadfromAssemblyPath vs LoadFromNativeImagePath
I can see both end up calling AssemblyNative_LoadFromPath where the
assemblyPath
arg is the pwzILPath
and nativeImagePath
is pwzNIPath
but it seems like the latter is not used at all in that situation?8 replies
sans-io pattern in .NET library
Yea I have one currently for LDAP in .NET but it's somewhat tied to a PowerShell module. I'm contemplating splitting it out into a dedicated nuget package but this is the part I'm trying to figure out a good pattern for. It currently uses System.IO.Pipelines but I'm not sure if there's potentially a better alternative out there
6 replies