DotNet-Arguments 2.0.0
A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.
|
Go to 'https://dotnet.microsoft.com/en-us/download/dotnet' and select the appropriate .NET 6.0 SDK, or a newer version.
Once downloaded, simply install the SDK.
Modify your installation and add the individual components named .NET SDK
and .NET 6.0 Runtime
.
Please refer to your distro's packet manager and repository for more information
Before compiling, you need to download the source code with git like so:
Finally, once the repository is cloned, you need to enter the project's directory with:
The --recurse-submodules
is only required if you intend to build the documentation with the optional doxygen-awesome-css theme.
If you forgot to clone the submodules, you can use the following command to pull them:
In order to prepare the project for any future task, you need to use the following command:
In order to run the NUnit tests, you can use the following command:
In order to build the project, you should use the following command:
In order to build the NuGet package, you should use the following command:
Afterward, check the 'NibblePoker.Library.Arguments/bin/Release' folder.
In order to install doxygen, you should follow the instructions given on their website.
If you already have it installed, make sure you have the 1.10.0
version, or a newer one by using the following command:
Run the following commands to build the documentation locally without using any script:
Run the following command to build the documentation locally with the help of a small script:
No script is provided for linux yet.
Once compiled, the documentation can be read by opening the 'NibblePoker.Library.Arguments.Documentation/html/index.html' file.