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

Make library AOT compatible #272

Open
giggio opened this issue Oct 18, 2023 · 2 comments · May be fixed by #273
Open

Make library AOT compatible #272

giggio opened this issue Oct 18, 2023 · 2 comments · May be fixed by #273
Labels
help wanted Extra attention is needed

Comments

@giggio
Copy link

giggio commented Oct 18, 2023

Right now we are getting warnings, like:

/home/user/.nuget/packages/cloudnative.cloudevents.systemtextjson/2.7.1/lib/netstandard2.1/CloudNative.CloudEvents.SystemTextJson.dll : warning IL2104: Assembly 'CloudNative.CloudEvents.SystemTextJson' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries [/app/consumer.csproj]
/home/user/.nuget/packages/cloudnative.cloudevents.systemtextjson/2.7.1/lib/netstandard2.1/CloudNative.CloudEvents.SystemTextJson.dll : warning IL3053: Assembly 'CloudNative.CloudEvents.SystemTextJson' produced AOT analysis warnings. [/app/consumer.csproj]
@jskeet jskeet added the help wanted Extra attention is needed label Oct 18, 2023
@jskeet
Copy link
Contributor

jskeet commented Oct 18, 2023

I'm afraid I don't have enough experience with AOT (or time to get up to speed) to work on this. I'd happily review a PR to address it, however.

@giggio giggio linked a pull request Nov 11, 2023 that will close this issue
@giggio
Copy link
Author

giggio commented Nov 11, 2023

@jskeet I just added a PR for it, it was a lot of work, I need revision to make sure everything is ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants