From 9d457ceaa61a8d7407789e09787347f81b977559 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:24:42 +0000 Subject: [PATCH 1/6] Initial plan From d5037d5f218c8d23f1688803b6b45d8078bca119 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:30:41 +0000 Subject: [PATCH 2/6] Add missing options to dotnet-run.md Synopsis and update launch-profile with -lp shortcut Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com> --- docs/core/tools/dotnet-run.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/core/tools/dotnet-run.md b/docs/core/tools/dotnet-run.md index 63d1b238003d7..5dd7f6e79c3fe 100644 --- a/docs/core/tools/dotnet-run.md +++ b/docs/core/tools/dotnet-run.md @@ -16,12 +16,14 @@ ms.date: 09/29/2025 ```dotnetcli dotnet run [] [-a|--arch ] [--artifacts-path ] - [-c|--configuration ] [-e|--environment ] - [--file ] [-f|--framework ] [--force] [--interactive] - [--launch-profile ] [--no-build] [--no-dependencies] - [--no-launch-profile] [--no-restore] [--os ] [--project ] - [-r|--runtime ] [--tl:[auto|on|off]] - [-v|--verbosity ] [[--] [application arguments]] + [-c|--configuration ] [--disable-build-servers] + [-e|--environment ] [--file ] + [-f|--framework ] [--force] [--interactive] + [-lp|--launch-profile ] [--no-build] [--no-cache] + [--no-dependencies] [--no-launch-profile] [--no-restore] [--os ] + [--project ] [-r|--runtime ] + [-sc|--self-contained] [--tl:[auto|on|off]] [-v|--verbosity ] + [[--] [application arguments]] dotnet run -h|--help ``` @@ -111,7 +113,7 @@ To run the application, the `dotnet run` command resolves the dependencies of th - [!INCLUDE [interactive](includes/cli-interactive.md)] -- **`--launch-profile `** +- **`-lp|--launch-profile `** The name of the launch profile (if any) to use when launching the application. Launch profiles are defined in the *launchSettings.json* file and are typically called `Development`, `Staging`, and `Production`. For more information, see [Working with multiple environments](/aspnet/core/fundamentals/environments). From 757d7fa5ef0f310b62044bd03d1dc004e3a44643 Mon Sep 17 00:00:00 2001 From: "Meaghan Osagie (Lewis)" Date: Tue, 6 Jan 2026 11:58:21 -0800 Subject: [PATCH 3/6] Fix formatting of dotnet run command options --- docs/core/tools/dotnet-run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/tools/dotnet-run.md b/docs/core/tools/dotnet-run.md index 5dd7f6e79c3fe..3e4e91c2ed4e3 100644 --- a/docs/core/tools/dotnet-run.md +++ b/docs/core/tools/dotnet-run.md @@ -22,7 +22,7 @@ dotnet run [] [-lp|--launch-profile ] [--no-build] [--no-cache] [--no-dependencies] [--no-launch-profile] [--no-restore] [--os ] [--project ] [-r|--runtime ] - [-sc|--self-contained] [--tl:[auto|on|off]] [-v|--verbosity ] + [--sc|--self-contained] [--tl:[auto|on|off]] [-v|--verbosity ] [[--] [application arguments]] dotnet run -h|--help @@ -238,4 +238,4 @@ The environment is constructed in the same order as this list, so the `-e|--envi ```dotnetcli dotnet run -f net6.0 -arg1 -- arg2 arg3 ``` - \ No newline at end of file + From 2daf79c1f376863d6814add5b2e612c4c8fdc8f6 Mon Sep 17 00:00:00 2001 From: "Meaghan Osagie (Lewis)" Date: Tue, 6 Jan 2026 12:02:23 -0800 Subject: [PATCH 4/6] Remove extra newline at end of dotnet-run.md Add a newline at the end of the dotnet-run.md file. From 52562ac815e277039d26c692f3212b388c5664f1 Mon Sep 17 00:00:00 2001 From: "Meaghan Osagie (Lewis)" Date: Tue, 6 Jan 2026 12:08:26 -0800 Subject: [PATCH 5/6] Fix missing newline at end of dotnet-run.md Add a newline at the end of the dotnet-run.md file --- docs/core/tools/dotnet-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tools/dotnet-run.md b/docs/core/tools/dotnet-run.md index 3e4e91c2ed4e3..ec3f5f0044af0 100644 --- a/docs/core/tools/dotnet-run.md +++ b/docs/core/tools/dotnet-run.md @@ -238,4 +238,4 @@ The environment is constructed in the same order as this list, so the `-e|--envi ```dotnetcli dotnet run -f net6.0 -arg1 -- arg2 arg3 ``` - + From 4a90141ae64b9f8787ad192f09b0c50e1990cc91 Mon Sep 17 00:00:00 2001 From: Meaghan Osagie Date: Tue, 6 Jan 2026 12:10:55 -0800 Subject: [PATCH 6/6] Remove trailing newline from dotnet-run.md --- docs/core/tools/dotnet-run.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/core/tools/dotnet-run.md b/docs/core/tools/dotnet-run.md index ec3f5f0044af0..ef744d30a1e1c 100644 --- a/docs/core/tools/dotnet-run.md +++ b/docs/core/tools/dotnet-run.md @@ -238,4 +238,3 @@ The environment is constructed in the same order as this list, so the `-e|--envi ```dotnetcli dotnet run -f net6.0 -arg1 -- arg2 arg3 ``` -