ObfuscarCli 0.0.2-alpha
This is a prerelease version of ObfuscarCli.
dotnet tool install --global ObfuscarCli --version 0.0.2-alpha
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local ObfuscarCli --version 0.0.2-alpha
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ObfuscarCli&version=0.0.2-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package ObfuscarCli --version 0.0.2-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ObfuscarCli
Using obfuscar to obfuscate cli tool source code
In this repo, i m building a global tool that allows to compute min or max of two integers.
The tool is based on multiple sub commands :
- Use sub command
Max
to compute maximum of two integers- Use sub command
Min
to compute minimum of two integersTo install global tool from nuget source, type command :
- For stable version :
dotnet tool install -g ObfuscarCli --ignore-failed-sources
- For prerelease version :
dotnet tool install -g ObfuscarCli --version "*-*" --ignore-failed-sources
To install global tool from a local source path, type command :
dotnet tool install -g --configfile .\nugets\local.config ObfuscarCli --version "*-*" --ignore-failed-sources
To uninstall global tool, type command :
dotnet tool uninstall -g ObfuscarCli
Tools
: net 8.0, command-line, obfuscar, xunit
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
0.0.2-alpha | 0 | 12/20/2024 |