Carsten Scholling (MODUS Consult)

Results 26 comments of Carsten Scholling (MODUS Consult)

This question is old, but I struggled with the same problem. After reviewing the documentation for jsonpath-plus, it turns out that the escape character is '`' like in PowerShell. Solution:...

And how is this supposed to work if the PS bridge is removed with v26? And what about the other known issues (like missing files and other stuff) that are...

That is a good idea in the current situation. Thank you for providing this information.

Can anyone please take a look? This problem is causing multiple other issues using the mentioned project in our processes.

@kalberes This issue is annoying and still exists in Version 14.1.1180850 or v15.0.1177813. A workaround is to clear the setting **al.snapshotOutputPath**. Please remove this feature. Thank you.

Well, of course. I've added the following ```PS Write-Host "STEP 04.3: appTmpFile = -$($appTmpFile)- => EXISTS LEAF $(Test-Path -Path $appTmpFile -PathType Leaf)"; # Wait for file to be accessible in...

And an example of the original process with 12 apps on BC 25 using PS Core (above was Windows PS and BC 24): First example output: ``` WAITED 0.0038076 SECONDS...

> > 3 minutes waiting time. Not acceptable... > > Tell that to docker :-) > Really? What does docker differently between BC 23 and BC 24+? I can't imagine...

Ok, thanks. I am now again using PS5 with $bcContainerHelperConfig.usePwshForBC24 = $false. But that doesn't really feel good... I'm not that experienced with all that docker stuff and sessions. But...

> Reason is that this folder is shared with the container in order to check the signature inside the container. You can also add -skipVerification to skip the validation of...