Skip to content

Commit b142ecb

Browse files
committed
C#: Address review comment
1 parent 961467e commit b142ecb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

csharp/autobuilder/Semmle.Autobuild.CSharp/DotNetRule.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,6 @@ private static CommandBuilder GetRestoreCommand(IBuildActions actions, string? d
236236

237237
/// <summary>
238238
/// Gets the `dotnet build` script.
239-
///
240-
/// The CLR tracer only works on .NET Core >= 3 on Linux and macOS (see
241-
/// https://github.com/dotnet/coreclr/issues/19622), so in case we are
242-
/// running on an older .NET Core, we disable shared compilation (and
243-
/// hence the need for CLR tracing), by adding a
244-
/// `/p:UseSharedCompilation=false` argument.
245239
/// </summary>
246240
private static BuildScript GetBuildScript(Autobuilder builder, string? dotNetPath, IDictionary<string, string>? environment, string projOrSln)
247241
{

0 commit comments

Comments
 (0)