Fody / Costura

Embed references as resources
MIT License
2.41k stars 275 forks source link

Add .NET Core loaders and unit tests #991

Closed GeertvanHorrik closed 2 months ago

GeertvanHorrik commented 2 months ago

This PR adds support for .NET Core. It also supports multiple template assemblies (netstandard, net6.0 and net8.0). Therefore Costura will always use the correct code when loading an assembly.

Will continue to add support for embedding and loading of ARM64 assemblies (see #990 )

GeertvanHorrik commented 2 months ago

All tests are now succeeding. .NET Core loader is working correctly for both native and managed assemblies.

Next up:

  1. 988

  2. 990