diff --git a/Directory.Build.props b/Directory.Build.props
index af7b34c6cb7..3d87e1d7925 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -37,7 +37,7 @@
- $(NoWarn);xUnit1051;CS0162;CS1591;CS9113;IDE0059;IDE0051;IDE2000;IDE0005
+ $(NoWarn);xUnit1051
diff --git a/src/Components/Aspire.Azure.Storage.Blobs/AzureBlobStorageContainerSettings.cs b/src/Components/Aspire.Azure.Storage.Blobs/AzureBlobStorageContainerSettings.cs
index 3db7147d78f..d74fb692cbb 100644
--- a/src/Components/Aspire.Azure.Storage.Blobs/AzureBlobStorageContainerSettings.cs
+++ b/src/Components/Aspire.Azure.Storage.Blobs/AzureBlobStorageContainerSettings.cs
@@ -2,7 +2,6 @@
// The .NET Foundation licenses this file to you under the MIT license.
using System.Data.Common;
-using System.Text.RegularExpressions;
using Aspire.Azure.Common;
namespace Aspire.Azure.Storage.Blobs;
diff --git a/tests/Aspire.Azure.Storage.Blobs.Tests/AzureBlobStorageContainerSettingsTests.cs b/tests/Aspire.Azure.Storage.Blobs.Tests/AzureBlobStorageContainerSettingsTests.cs
index c7283c7fc69..1c45c37e8e2 100644
--- a/tests/Aspire.Azure.Storage.Blobs.Tests/AzureBlobStorageContainerSettingsTests.cs
+++ b/tests/Aspire.Azure.Storage.Blobs.Tests/AzureBlobStorageContainerSettingsTests.cs
@@ -1,7 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-using System.Configuration;
using Aspire.Azure.Common;
using Aspire.Azure.Storage.Blobs;
using Xunit;