Skip to content

Commit b1549df

Browse files
sebastienrosgithub-actions
authored andcommitted
Move suppression to csproj
1 parent 32aaab1 commit b1549df

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

tests/Aspire.Hosting.Python.Tests/Aspire.Hosting.Python.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<PropertyGroup>
44
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
5+
<NoWarn>
6+
$(NoWarn);
7+
ASPIREHOSTINGPYTHON001;
8+
</NoWarn>
59
</PropertyGroup>
610

711
<ItemGroup>

tests/Aspire.Hosting.Python.Tests/AssemblyInfo.cs

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)