Skip to content

Commit b9e80c0

Browse files
CopilotmarcpopMSFT
andcommitted
Address code review feedback
Co-authored-by: marcpopMSFT <[email protected]>
1 parent 556b0a8 commit b9e80c0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Cli/dotnet/Extensions/CommonOptionsExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#nullable disable
55

66
using Microsoft.Build.Framework;
7-
using Microsoft.DotNet.Cli.Utils;
87
using Microsoft.Extensions.Logging;
8+
using Microsoft.DotNet.Cli.Utils;
99

1010
namespace Microsoft.DotNet.Cli.Extensions;
1111

test/dotnet.Tests/CommandTests/Workload/Install/GivenWorkloadManifestUpdater.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ public async Task ItCanFallbackWithNoUpdates(bool useOfflineCache)
353353
public async Task ItSuppressesMessagesWhenDisplayManifestUpdatesIsFalse()
354354
{
355355
// Test that advertising manifest messages are suppressed when displayManifestUpdates is false
356-
// This validates the fix for https://github.com/dotnet/sdk/issues/xxxxx
357356

358357
// Arrange
359358
string sdkFeatureBand = "6.0.300";

0 commit comments

Comments
 (0)