[xUnit.net 00:00:00.79] Starting: IntegrationTestsfail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1] An unhandled exception has occurred while executing the request. System.IO.FileLoadException: Undefined resource string ID:0x80131621 at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
[xUnit.net 00:00:00.79] Starting: IntegrationTestsfail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1] An unhandled exception has occurred while executing the request. System.IO.FileLoadException: Undefined resource string ID:0x80131621 at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
Learn how integration tests ensure that an app's components function correctly at the infrastructure level, including the database, file system, and network.
Description Observe that client.GetAsync errors out with the following error message: System.IO.FileLoadException: Undefined resource string ID:0x80131621. This issue only occurs when both conditio...