Daniel Weber
Daniel Weber
Happy to help. I updated my initial comment to include more output from the failing build.
A previous successful build mentions SLF4J a few times as well, but the failing build has a " [DEBUG]" suffix. From a successful build: ``` SLF4J: Failed to load class...
I assume the square brackets are throwing DevOps off. I have no clue why the type of SLF4J changes, the referenced Maven package stayed the same between the successfull and...
Will have a try
For the specific project that was failing in DevOps, I wasn't able to test this because we had to revert to a version that has neither this issue nor the...
I'm sorry I couldn't try to reproduce this because I'm currently on an older version where the libjvm-issue doesn't occur and that was already just fine to use with DevOps....
I had a look into this. The folder from which IKVM tries to load all the native libaries looks like this:  The load that fails is done by `LibJvm._JVM_LoadLibrary(...)`....
I'll do my best to isolate something and test the latest SDK from Github packages. It might take me a while.
I was able to strip things down to the likely culprit: https://github.com/danielcweber/IKVM_Repro It's a xUnit test project with a library that references IKVM. The library itself contains no code, so...
@wasabii Wow. Thanks for investigating. >Is this a new thing for you, or related to the thing the OP is talking about? I think it's pretty much the same thing,...