Priority: High
Estimated Effort: Small–Medium
AvoidUsingAssertsInAsyncVoidContextAnalyzer (MSTEST0040) warns when Assert calls appear in async void methods. A code fix can offer "Change return type to Task" to convert async void to async Task, which is the canonical remediation.
File to create: `src/Analyzers/MSTest.Analyzers.CodeFixes/AvoidUsingAssertsInAsyncVoidContextFixer.cs
Priority: High
Estimated Effort: Small–Medium
AvoidUsingAssertsInAsyncVoidContextAnalyzer(MSTEST0040) warns whenAssertcalls appear inasync voidmethods. A code fix can offer "Change return type to Task" to convertasync voidtoasync Task, which is the canonical remediation.File to create: `src/Analyzers/MSTest.Analyzers.CodeFixes/AvoidUsingAssertsInAsyncVoidContextFixer.cs