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

Native AOT Compatibility #1347

Open
hwoodiwiss opened this issue Feb 16, 2024 · 1 comment · May be fixed by #1348
Open

Native AOT Compatibility #1347

hwoodiwiss opened this issue Feb 16, 2024 · 1 comment · May be fixed by #1348
Milestone

Comments

@hwoodiwiss
Copy link
Member

hwoodiwiss commented Feb 16, 2024

Is your feature request related to a problem? Please describe.
I would like to be able to include JustSaying in applications that are compiled to native binaries via .NET's Native AOT feature.

Describe the solution you'd like
There will be a number of places that will need DynamicallyAccessedMembersAttribute added, but I think there are also parts, especially around serialization, where the API will need to be changed so that generic types can be fully cascaded.

Describe alternatives you've considered
The alternative at this point is to not use JustSaying and use the AWS libraries directly, but lose out on some of the benefits of JustSaying.

@hwoodiwiss
Copy link
Member Author

I've written up a first pass on this, and it looks like it can be done without too big an API change, mostly just additions.

@hwoodiwiss hwoodiwiss linked a pull request Feb 17, 2024 that will close this issue
6 tasks
@hwoodiwiss hwoodiwiss added this to the Future milestone Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants