Failing build with:
WebTests.cs(10,23): error VSTHRD200: Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
This broke in #7869 and slipped through because we don't run template tests for PR validation.
cc @DamianEdwards @joperezr @eerhardt
EDIT:
Also,
Aspire.Workload.Tests.BuildAndRunTemplateTests.BuildAndRunStarterTemplateBuiltInTest: \WebTests.cs(10,23): error VSTHRD200: Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
.. and Aspire.Workload.Tests.Nunit_PerTestFrameworkTemplatesTests.TemplatesForIndividualTestFrameworks: IntegrationTest1.cs(19,24): error VSTHRD200: Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md