paul42 commented on issue #60: URL: https://github.com/apache/openwhisk-runtime-dotnet/issues/60#issuecomment-984061970
also what IDE do you recommend for scala? I'd like to learn more about how to run these tests 😅 specifically in the scala tests, there's code like ``` package actionContainers import org.junit.runner.RunWith import org.scalatest.junit.JUnitRunner import common.WskActorSystem import spray.json._ import actionContainers.ActionContainer.withContainer import java.nio.file.Paths ``` is it possible to see those base imports? `class DotNet6_0ActionContainerTests extends BasicActionRunnerTests with WskActorSystem` I'm guessing if I could change how it sends the docker run command I might be able to keep the container around without deletion and then review the logs, possibly. I might just have to build my own test harness with base64 encoded test project and debug myself -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
