-
Notifications
You must be signed in to change notification settings - Fork 646
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
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
.nuget\packages\spectre.console\0.47.0\lib\net7.0\Spectre.Console.dll : warning IL2104: Assembly
'Spectre.Console' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries [C:\src\alpsdev\alpsc
li.csproj]
Please upvote 👍 this issue if you are interested in it.
Reactions are currently unavailable
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