We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0732aa6 commit a61ef11Copy full SHA for a61ef11
test/Directory.Build.props
@@ -11,6 +11,8 @@
11
<NoWarn>$(NoWarn);SYSLIB0005;SYSLIB0012</NoWarn>
12
<!-- Ignore "Naming rule violation: Missing suffix: 'Async'" -->
13
<NoWarn>$(NoWarn);IDE1006</NoWarn>
14
+ <!-- TODO: Migrate from WebHostBuilder to HostBuilder or WebApplicationBuilder -->
15
+ <NoWarn>$(NoWarn);ASPDEPR004;ASPDEPR008</NoWarn>
16
17
<!-- Visual tests need net9.0+ mobile and are flaky when using the headless runner on CI -->
18
<EnableMauiDeviceTestVisualRunner>false</EnableMauiDeviceTestVisualRunner>
0 commit comments