Pascal Craponne
Pascal Craponne
Sorry, I didn’t notice that it was specific to a test environment. Did you try to debug to see what’s `null`?
The output does not show the error. Do you have some more log ?
What if you run the command ``` dotnet "/Users/mac/.nuget/packages/mradvice/2.13.0/build/../tools/net8.0/MrAdvice.Weaver.dll" AssemblyPath="obj/Debug/net8.0-ios/iossimulator-x64/ErrorSample.dll" ReferencePath="@obj/Debug/net8.0-ios/iossimulator-x64/ErrorSample.dll.MrAdvice.ReferencePath.txt" ReferenceCopyLocalPaths="@obj/Debug/net8.0-ios/iossimulator-x64/ErrorSample.dll.MrAdvice.LocalReferencePath.txt" AssemblyOriginatorKeyFile="" SignAssembly="false" ``` explicitly?
This is strange that there is no `ErrorSample.dll` since it is built by the compiler before MrAdvice processes it. Is there a build failure before?