DotNetTool.Builder
0.8.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global DotNetTool.Builder --version 0.8.3
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 DotNetTool.Builder --version 0.8.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DotNetTool.Builder&version=0.8.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package DotNetTool.Builder --version 0.8.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This dotnet tool allows you creating your own dotnet tool based on Microsofts System.CommandLine.Experimental package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 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 | |
---|---|---|---|
12.0.0-alpha.12 | 39 | 10/23/2024 | |
11.0.0 | 439 | 11/7/2023 | |
10.0.0 | 134 | 9/8/2023 | |
10.0.0-alpha.7 | 72 | 11/2/2023 | |
9.0.0 | 2,563 | 1/24/2021 | |
8.0.0 | 2,586 | 1/10/2020 | |
0.9.6 | 2,131 | 8/16/2020 | |
0.9.5 | 1,850 | 8/15/2020 | |
0.9.4 | 2,049 | 5/22/2020 | |
0.9.3 | 1,800 | 5/19/2020 | |
0.9.2 | 1,940 | 5/19/2020 | |
0.9.1 | 1,920 | 5/16/2020 | |
0.9.0 | 1,773 | 5/16/2020 | |
0.8.6 | 1,657 | 5/16/2020 | |
0.8.5 | 12,290 | 1/19/2020 | |
0.8.4 | 2,491 | 1/13/2020 | |
0.8.3 | 2,216 | 1/11/2020 | |
0.8.2 | 2,478 | 1/11/2020 | |
0.8.1 | 2,936 | 1/10/2020 | |
0.8.0 | 1,796 | 1/10/2020 | |
0.7.7 | 2,355 | 1/7/2020 | |
0.7.6 | 2,935 | 1/6/2020 | |
0.7.5 | 2,449 | 1/6/2020 | |
0.7.4 | 2,266 | 1/6/2020 | |
0.7.3 | 2,465 | 1/6/2020 | |
0.7.2 | 2,362 | 1/6/2020 | |
0.7.1 | 2,373 | 1/6/2020 | |
0.7.0 | 2,045 | 1/5/2020 | |
0.6.0 | 2,293 | 1/4/2020 | |
0.5.8 | 2,585 | 1/4/2020 | |
0.5.7 | 3,143 | 1/4/2020 | |
0.5.6 | 2,711 | 1/4/2020 | |
0.5.6-beta | 7,351 | 12/31/2019 | |
0.5.5-beta | 1,964 | 12/31/2019 | |
0.5.4-beta | 2,078 | 12/30/2019 | |
0.5.3-beta | 1,844 | 12/30/2019 | |
0.5.2-beta | 2,186 | 12/29/2019 |
Bug-Fixes / Changes
- Add type validation, no invalid types can be used any more (Only types from System and System.IO)
- Add fix that some argument-, option- or command name can not be named like a type.
- Fix console output, remove duplicated blank lines.
- Add type name optimizers, so for a 'System.IO.FileInfo' you can use only 'file', will be corrected
automatically to 'FileInfo'
Prerequisites
- .NET Core 3.0 SDK or higher