Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .NET Core loaders and unit tests #991

Merged
merged 16 commits into from
Sep 20, 2024
Merged

Conversation

GeertvanHorrik
Copy link
Member

@GeertvanHorrik GeertvanHorrik commented Sep 18, 2024

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 GeertvanHorrik added this to the 6.0.0 milestone Sep 18, 2024
@GeertvanHorrik GeertvanHorrik self-assigned this Sep 18, 2024
@GeertvanHorrik
Copy link
Member Author

GeertvanHorrik commented Sep 19, 2024

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

Next up:

  1. Add support to completely disable the assembly loader / attach method #988
  2. Add support for native ARM64 libraries #990

@GeertvanHorrik GeertvanHorrik merged commit 7ae469c into develop Sep 20, 2024
1 check passed
@GeertvanHorrik GeertvanHorrik deleted the feature/net-core branch September 20, 2024 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant