Skip to content

DotNET: Replace nethost search with static linked library.#1869

Merged
Daztek merged 2 commits intonwnxee:masterfrom
jhett12321:dotnet-nethost
Apr 3, 2026
Merged

DotNET: Replace nethost search with static linked library.#1869
Daztek merged 2 commits intonwnxee:masterfrom
jhett12321:dotnet-nethost

Conversation

@jhett12321
Copy link
Copy Markdown
Contributor

Microsoft provides a NuGet package that contains a static-linkable library of the nethost: https://www.nuget.org/packages/Microsoft.NETCore.App.Host.linux-x64/10.0.5

This means the search code for LoadNetHost can be removed, and we don't need to introduce any other changes for .NET 10+ as this library should be runtime version independent.

@Daztek
Copy link
Copy Markdown
Member

Daztek commented Apr 3, 2026

I assume this shouldn't break any existing setups?

@Daztek Daztek merged commit 6256809 into nwnxee:master Apr 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants