aspnetcore-environment Questions

3

Solved

I have the following simple console application that contains a hosted service: public static async Task Main(string[] args) { using (var host = Host.CreateDefaultBuilder(args) .ConfigureServi...

1

Solved

I have been using WebApplicationFactory for integration testing in .NET 5, .NET Core 3.1 and .NET Core 2.1 . It is all working fine for me. I just create my project with: dotnet new webapi and the...
Ecospecies asked 30/8, 2021 at 16:1
1

© 2022 - 2024 — McMap. All rights reserved.