HMath343
HMath343
CC#
Created by HMath343 on 9/29/2024 in #help
Integration Test issue on ubuntu-latest (.NET 8)
Hi, While running the basic example for integration tests with WebApplicationFactory in a .net8 (8.0.303) web api on ubuntu pipeline (https://learn.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-8.0 I'm getting this exception :
[xUnit.net 00:00:00.79] Starting: IntegrationTests
fail: 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: IntegrationTests
fail: 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)
I've found this issue : https://github.com/dotnet/runtime/issues/101581 Any hints / more information ?
10 replies