We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edabbfc commit 5cdfb3cCopy full SHA for 5cdfb3c
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/IDotNetCliInvoker.cs
@@ -13,7 +13,9 @@ internal interface IDotNetCliInvoker
13
/// <summary>
14
/// A minimal environment for running the .NET CLI.
15
///
16
- /// The .NET CLI language is set to English to avoid localized output.
+ /// 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.
19
/// </summary>
20
static ReadOnlyDictionary<string, string> MinimalEnvironment { get; } = new(new Dictionary<string, string>
21
{
0 commit comments