terrafx / terrafx.interop.windows

Interop bindings for Windows.
MIT License
242 stars 31 forks source link

Make ResolveLibrary pay-for-play #342

Closed jkotas closed 1 year ago

jkotas commented 1 year ago

As added benefit, this also removes static constructor trigger on the Windows static class and makes them faster (in AOT scenarios or when tiering is disabled)

Contributes to: https://github.com/dotnet/runtime/issues/82607