Skip to content

Commit a61ef11

Browse files
Update Directory.Build.props
1 parent 0732aa6 commit a61ef11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<NoWarn>$(NoWarn);SYSLIB0005;SYSLIB0012</NoWarn>
1212
<!-- Ignore "Naming rule violation: Missing suffix: 'Async'" -->
1313
<NoWarn>$(NoWarn);IDE1006</NoWarn>
14+
<!-- TODO: Migrate from WebHostBuilder to HostBuilder or WebApplicationBuilder -->
15+
<NoWarn>$(NoWarn);ASPDEPR004;ASPDEPR008</NoWarn>
1416

1517
<!-- Visual tests need net9.0+ mobile and are flaky when using the headless runner on CI -->
1618
<EnableMauiDeviceTestVisualRunner>false</EnableMauiDeviceTestVisualRunner>

0 commit comments

Comments
 (0)