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

Convert to NS2.0 implementation #94

Merged
merged 4 commits into from
May 16, 2024
Merged

Convert to NS2.0 implementation #94

merged 4 commits into from
May 16, 2024

Conversation

kzu
Copy link
Member

@kzu kzu commented May 16, 2024

We remove the dependency on gcmcore as a binary, which at the moment targets net7.0, limiting this library portability.

By selectively bringing sources as-is, we can target NS2.0 while keeping a compatible implementation that's still easy to maintain in sync with upstream.

By leveraging ILRepack, we can internalize all types from gcmcore and therefore maintain a slim API with just the relevant interfaces.

Fixes #93

We remove the dependency on gcmcore as a binary, which at the moment targets net7.0, limiting this library portability.

By selectively bringing sources as-is, we can target NS2.0 while keeping a compatible implementation that's still easy to maintain in sync with upstream.

By leveraging ILRepack, we can internalize all types from gcmcore and therefore maintain a slim API with just the relevant interfaces.

Fixes #93
@kzu kzu added the enhancement New feature or request label May 16, 2024
@kzu kzu enabled auto-merge (rebase) May 16, 2024 01:05
@kzu kzu merged commit 2598554 into main May 16, 2024
12 checks passed
@kzu kzu deleted the dev/ns2 branch May 16, 2024 14:09
@devlooped devlooped locked and limited conversation to collaborators Oct 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert to NS2.0 implementation, strip all unused stuff from gcmcore
1 participant