-
Notifications
You must be signed in to change notification settings - Fork 663
AOT Support #1332
Copy link
Copy link
Closed
Labels
⭐ top featureTop feature request.Top feature request.⭐ top issueTop issue.Top issue.needs triageSomeone needs to take a look at thisSomeone needs to take a look at this
Description
Metadata
Metadata
Assignees
Labels
⭐ top featureTop feature request.Top feature request.⭐ top issueTop issue.Top issue.needs triageSomeone needs to take a look at thisSomeone needs to take a look at this
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
This library actually works in the context of native code generation (AOT), but it produces a compiler warning (which makes me suspect there are some features in this library that would not work from an AOT perspective.
Describe the solution you'd like
Would love to see this library run cleanly in an AOT build (AOT seems like a primary candidate for a library like this to create multi-platform commandline tools that do not rely on the dotnet framework being installed.
Describe alternatives you've considered
None
Additional context
Please upvote 👍 this issue if you are interested in it.