dotnet / corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
http://dot.net
MIT License
2.91k stars 508 forks source link

Enable support DllImport a native assembly whose name contains '.' #5717

Open jkotas opened 6 years ago

jkotas commented 6 years ago

Port https://github.com/dotnet/coreclr/pull/17505 to CoreRT

jkotas commented 4 years ago

The bulk of this port was done already. There are a few discrepancies to resolve in corner cases described in https://github.com/dotnet/runtime/issues/32708.