Top 20 NuGet Packages depending on 0x776d-ArgumentMarshalerLib

Total dependencies: 1

With Argument Reader command line arguments can be passed into a .net core application. The standard project assist 3 types of arguments: * Boolean * Strings (\*) * Integers (#) Own argument types can be build with own classes. They need to inherit from the ArgumentMarshalerLib. Libraries are load...