Skip to content

Commit 94d0bb5

Browse files
committed
Reinstate warnings
1 parent 0b36b05 commit 94d0bb5

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!-- Issue: https://github.com/dotnet/aspire/issues/8488 -->
3838
<!-- xUnit1051: Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. -->
3939
<!-- TODO: Re-enable and remove this. -->
40-
<NoWarn>$(NoWarn);xUnit1051;CS0162;CS1591;CS9113;IDE0059;IDE0051;IDE2000;IDE0005</NoWarn>
40+
<NoWarn>$(NoWarn);xUnit1051</NoWarn>
4141
</PropertyGroup>
4242

4343
<!-- OS/Architecture properties for local development resources -->

src/Components/Aspire.Azure.Storage.Blobs/AzureBlobStorageContainerSettings.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System.Data.Common;
5-
using System.Text.RegularExpressions;
65
using Aspire.Azure.Common;
76

87
namespace Aspire.Azure.Storage.Blobs;

tests/Aspire.Azure.Storage.Blobs.Tests/AzureBlobStorageContainerSettingsTests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using System.Configuration;
54
using Aspire.Azure.Common;
65
using Aspire.Azure.Storage.Blobs;
76
using Xunit;

0 commit comments

Comments
 (0)