Configure in memory collection in WebApplicationFactory for .net 8.0
My application was in .NET CORE 3.0 and i am upgrading it with .NET 8.0.
My integration test project use some of the config value MemoryCollection instead of AppSettings. same value i want to use in .NET 8.0 integration test project. but it always take value from appsettings.