docs
docs copied to clipboard
This repository contains .NET Documentation.
This PR adds the missing -lp shorthand for the --launch-profile option in the [dotnet run](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-run) CLI reference. Changes made: Added -lp alias alongside --launch-profile Added clarification note and consistent formatting...
### π **PR Description** **Summary** Adds a concise example demonstrating how to define and use a global `--verbosity` (`-v`) option with System.CommandLine. **Changes made** - Added a new βGlobal options...
[Contributor guide info](https://learn.microsoft.com/en-us/help/platform/code-in-docs#snippet-syntax-reference) on snippet references. --- #### Internal previews | π File | π Preview link | |:--|:--| | [docs/ai/test/article.md](https://github.com/dotnet/docs/blob/8521ee08f811e5ffb6a31c9fffd5e79d1b99e7d2/docs/ai/test/article.md) | [Test file](https://review.learn.microsoft.com/en-us/dotnet/ai/test/article?branch=pr-en-us-48235) |
## Summary Describe your changes here. Fixes #Issue_Number (if available) --- #### Internal previews | π File | π Preview link | |:--|:--| | [docs/azure/sdk/authentication/local-development-dev-accounts.md](https://github.com/dotnet/docs/blob/b72e4d7939df934df33182dc8e068d23bbb51e36/docs/azure/sdk/authentication/local-development-dev-accounts.md) | [Authenticate .NET apps to...
Add a code sample showing how to pass the env var to the DAC ctor --- #### Internal previews | π File | π Preview link | |:--|:--| | [docs/azure/sdk/authentication/credential-chains.md](https://github.com/dotnet/docs/blob/94f267d35fa4c211b6343807318c4f17b3f14199/docs/azure/sdk/authentication/credential-chains.md)...
(Waiting until new API has been published.) Contributes to #49870. --- #### Internal previews | π File | π Preview link | |:--|:--| | [docs/core/enrichment/application-log-enricher.md](https://github.com/dotnet/docs/blob/0da5d5d9b5fd4115131b5aa365ec5498dc8af0cb/docs/core/enrichment/application-log-enricher.md) | [Application log enricher](https://review.learn.microsoft.com/en-us/dotnet/core/enrichment/application-log-enricher?branch=pr-en-us-49873) |...
## Summary Describe your changes here. Fixes #Issue_Number (if available) --- #### Internal previews | π File | π Preview link | |:--|:--| | [docs/azure/sdk/authentication/local-development-broker.md](https://github.com/dotnet/docs/blob/851c017df8cb4dd25883e22cae013a63846d62f2/docs/azure/sdk/authentication/local-development-broker.md) | [Authenticate .NET apps to...
## Summary Massive refactoring of MTP docs to simplify accessing info. --- #### Internal previews Toggle expand/collapse | π File | π Preview link | |:--|:--| | [docs/core/testing/microsoft-testing-platform-architecture-capabilities.md](https://github.com/dotnet/docs/blob/df49362554638f7451440fb9877cb3bbcc994698/docs/core/testing/microsoft-testing-platform-architecture-capabilities.md) | [Microsoft.Testing.Platform...
### Type of issue Outdated article ### Description Update outdated information in the Visual Studio tutorials. - Show Visual Studio 2026 as latest version. - Use latest Visual Studio screenshots...
### Type of issue Missing information ### Description Provide more detail about how I add global options that apply to all commands/subcommands like verbosity. Would be nice to have the...