22 references to VerifyCodeFixAsync
Microsoft.AspNetCore.App.Analyzers.Test (22)
Dependencies\AddPackageTests.cs (2)
37await VerifyCS.VerifyCodeFixAsync(source, source); 57await VerifyCS.VerifyCodeFixAsync(source, source);
Http\HeaderDictionaryAddTest.cs (2)
280await VerifyCS.VerifyCodeFixAsync(source, source); 294await VerifyCS.VerifyCodeFixAsync(source, source);
RouteHandlers\DetectMismatchedParameterOptionalityTest.cs (5)
219await VerifyCS.VerifyCodeFixAsync(source, source); 234await VerifyCS.VerifyCodeFixAsync(source, source); 249await VerifyCS.VerifyCodeFixAsync(source, source); 264await VerifyCS.VerifyCodeFixAsync(source, source); 361await VerifyCS.VerifyCodeFixAsync(source, fixedSource);
WebApplicationBuilder\DisallowConfigureAppConfigureHostBuilderTest.cs (1)
25await VerifyCS.VerifyCodeFixAsync(source, source);
WebApplicationBuilder\DisallowConfigureHostLoggingTest.cs (2)
30await VerifyCS.VerifyCodeFixAsync(source, source); 54await VerifyCS.VerifyCodeFixAsync(source, source);
WebApplicationBuilder\DisallowConfigureServicesTest.cs (2)
30await VerifyCS.VerifyCodeFixAsync(source, source); 166await VerifyCS.VerifyCodeFixAsync(source, source);
WebApplicationBuilder\PublicPartialProgramClassTest.cs (8)
28await VerifyCS.VerifyCodeFixAsync(source, source); 124await VerifyCS.VerifyCodeFixAsync(source, source); 146await VerifyCS.VerifyCodeFixAsync(source, source); 168await VerifyCS.VerifyCodeFixAsync(source, source); 191await VerifyCS.VerifyCodeFixAsync(source, source); 214await VerifyCS.VerifyCodeFixAsync(source, source); 236await VerifyCS.VerifyCodeFixAsync(source, source); 260await VerifyCS.VerifyCodeFixAsync(source, source);