Conversation
Agent-Logs-Url: https://github.com/Youssef1313/mono.posix/sessions/55c597ea-50f1-4170-a9bf-fa5d96d4497e Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Youssef1313/mono.posix/sessions/5429ec5e-7fc8-4a89-a0f3-dc748f369339 Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
|
@mmitche @akoeplinger Can you please review? Thanks |
|
looks like it's failing to load the native library now |
Hmm, the tests were previously running .NET Core 3.1 and net6.0. I don't know enough here, but maybe these no longer exist in net8+? In that case, we will have to keep older version of MSTest that supports those old TFMs. |
|
Mono.Unix.so is a native lib that we build here in the pipeline, maybe something changed how these are loaded with mstest? |
|
Looks like build.sh was copying the native lib, but the script hardcodes the TFMs of the test project and so was copying to wrong directory. Let's see if it works now. |
|
ahh lol |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Related to dotnet/arcade#16428