Andrea Canciani dc0d5ad119 Fix title in `Extensions.ApiDescription.Server` README.md (#47485) 3 лет назад
..
Extensions.ApiDescription.Client 400a989b83 Adopt consistent approach for defining InternalsVisibleTo in the repo (#45748) 3 лет назад
Extensions.ApiDescription.Server dc0d5ad119 Fix title in `Extensions.ApiDescription.Server` README.md (#47485) 3 лет назад
FirstRunCertGenerator 400a989b83 Adopt consistent approach for defining InternalsVisibleTo in the repo (#45748) 3 лет назад
GetDocumentInsider d0f60f2b65 Nullable cleanup (#43451) 3 лет назад
LinkabilityChecker c4cb55cb05 Update to net8.0 SDK (#45879) 3 лет назад
Microsoft.dotnet-openapi 400a989b83 Adopt consistent approach for defining InternalsVisibleTo in the repo (#45748) 3 лет назад
SDK-Analyzers 45a75ad446 Update SDK to 7.0.100-rc.1.22368.21 (#42803) 3 лет назад
Shared 9ad5dc9dcc [user-jwts] Read and generate secrets ID with SecretsManager (#42006) 3 лет назад
dotnet-dev-certs 0acb0e4c76 Add IDE 20, 38, and 200 3 лет назад
dotnet-getdocument 32014fb8b3 [automated] Merge branch 'release/7.0' => 'main' (#43830) 3 лет назад
dotnet-sql-cache 3ea008c80d Add rule to seal internal and private types (#41457) 3 лет назад
dotnet-user-jwts 21de13bf2c Fix documentation for user-jwts --expires-on option (#47335) 3 лет назад
dotnet-user-secrets 400a989b83 Adopt consistent approach for defining InternalsVisibleTo in the repo (#45748) 3 лет назад
.vsconfig 8700479997 Clean up remaining `net461` references (#37731) 4 лет назад
Directory.Build.props 2105ef1ceb Turn on nullability for all src projects (#32742) 4 лет назад
Directory.Build.targets 38d3043c7e source-build: support building aspnetcore using non-portable runtime packages. (#43937) 3 лет назад
README.md 4880fee754 Add trimming guidance for developers (#40902) 3 лет назад
Tools.slnf 46d1c245cf Enable Trimming on FileProviders.Embedded (#47322) 3 лет назад
build.cmd 0801cea403 Favor project-specific build scripts over top-level script (#29918) 5 лет назад
build.sh 0801cea403 Favor project-specific build scripts over top-level script (#29918) 5 лет назад
startvs.cmd 3117f43c33 Migrate to single sln file + slnf files (#23581) 5 лет назад

README.md

DotNetTools

Bundled tools

The folder contains command-line tools for ASP.NET Core. The following tools are bundled* in the .NET Core CLI. Follow the links below for more details on each tool.

*This applies to .NET Core CLI 2.1.300-preview2 and up. For earlier versions of the CLI, these tools must be installed separately.

For 2.0 CLI and earlier, see https://github.com/aspnet/DotNetTools/tree/rel/2.0.0/README.md for details.

Non-bundled tools

The following tools are produced by us but not bundled in the .NET Core CLI. They must be aquired independently.

This folder also contains the infrastructure for our partners' service reference features:

Internal tools

The following tools support the internal development of ASP.NET Core. They aren't designed to be used outside of this repository.

Usage

The command line tools can be invoked as a subcommand of dotnet.

dotnet dev-certs
dotnet openapi
dotnet sql-cache
dotnet user-secrets

Add --help to see more details. For example,

dotnet dev-certs --help