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.
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.