Skip to content

Commit 5cdfb3c

Browse files
committed
C#: Address review comments.
1 parent edabbfc commit 5cdfb3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/IDotNetCliInvoker.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ internal interface IDotNetCliInvoker
1313
/// <summary>
1414
/// A minimal environment for running the .NET CLI.
1515
///
16-
/// The .NET CLI language is set to English to avoid localized output.
16+
/// DOTNET_CLI_UI_LANGUAGE: The .NET CLI language is set to English to avoid localized output.
17+
/// MSBUILDDISABLENODEREUSE: To ensure clean environment for each build.
18+
/// DOTNET_SKIP_FIRST_TIME_EXPERIENCE: To skip first time experience messages.
1719
/// </summary>
1820
static ReadOnlyDictionary<string, string> MinimalEnvironment { get; } = new(new Dictionary<string, string>
1921
{

0 commit comments

Comments
 (0)