3 references to StartupDataAnnotations
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
DataAnnotationTests.cs (3)
20Factory = new MvcTestFixture<StartupDataAnnotations>(LoggerFactory) 23builder.UseStartup<StartupDataAnnotations>(); 34public WebApplicationFactory<StartupDataAnnotations> Factory { get; private set; }