commandlineparser / commandline

The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
MIT License
4.46k stars 473 forks source link

Make trimmable in net8.0 #913

Open jjrdk opened 4 months ago

jjrdk commented 4 months ago

I wanted to use the library in a command line tool and also make use of the trimming features. I added trimming attributes to make it work for .net 8.0. It will not work in any of the existing target frameworks for the project though.

kgamecarter commented 1 month ago

Thx. NativeAoT work fine.