Oscar Aguinagalde
Oscar Aguinagalde
Managed to find the log file from the same execution when I created the issue! File name was `.\InternalTrace.128164.ServiceTest, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.log`, quite the name. I have a feeling there...
I have noticed that `System.AppDomain.CurrentDomain.BaseDirectory` changes its value when running via Visual Studio (points to the folder where the built DLL is) and when running the test via the nunit3...
I think I have found the issue, partially. I have found the way to check what are all the `*.deps.json` files being used by the runtime: ```cs var allTheUsedDepsFiles =...
EDIT: **Nevermind this, read the next comment!** Hello, I cloned (3dd9e50 - `Merge pull request #1248 from nunit/issue-1246`) and built the project directly `PS C:\git_projects\nunit-console\src\NUnitConsole\nunit3-console> dotnet build`, and used it...
**Edit: Ok, nevermid this as well, took another look, and once again I assumed things I shouldn't have assumed. This time I tried the version that you exactly said, the...
@CharliePoole Sorry, my message was probably confusing with all the editing and stuff. The log using version 4 was the original message, which I then edited after retrying with the...
In case this is useful, I solved this by modifying your android packaging script. Basically I create a new `assets` folder and copy the files I want to access into...