From e022579546dfd6f5c811e94fc405a5c8ae28793e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 05:45:53 +0000 Subject: [PATCH 1/2] Initial plan From 589e8a37628390c0af0c5000d682f8b4a493a4a3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 05:47:12 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20typo:=20SampleEnvironemnt=20=E2=86=92?= =?UTF-8?q?=20SampleEnvironment=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: crickman <66376200+crickman@users.noreply.github.com> --- dotnet/src/Shared/Samples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet/src/Shared/Samples/README.md b/dotnet/src/Shared/Samples/README.md index eaf382b994..4b2e87ff43 100644 --- a/dotnet/src/Shared/Samples/README.md +++ b/dotnet/src/Shared/Samples/README.md @@ -1,6 +1,6 @@ -# SampleEnvironemnt.cs +# SampleEnvironment.cs -`SampleEnvironemnt.cs` defines a helper that overrides `System.Environment` class for a project. +`SampleEnvironment.cs` defines a helper that overrides `System.Environment` class for a project. This override version has an enhanced `GetEnvironmentVariable` method that prompts the user to enter a value if the environment variable is not set. @@ -9,7 +9,7 @@ for users who are new and just getting started. This file is already included in all samples via `/dotnet/samples/Directory.Build.props`. -To explicitly use `SampleEnvironemnt.cs` outside of this repo, add the following to your `.csproj` file: +To explicitly use `SampleEnvironment.cs` outside of this repo, add the following to your `.csproj` file: ```xml