Results 18 comments of The Dumb

You could allow us to prefix it with something that indicates if it is relative to the `app.json` or relative to the report itself. I think that both 'methods' could...

Just wondering ... there hasn't been any movement or comment on the PR for almost a month. Is there anything I am missing or do I just have to wait...

> Please fix the review comment and then please add a line in the release notes, then I will approve. Should be resolved.

I actually discovered just now that there is something more to it. Runtime packages play a part here. Here's exactly how to reproduce this 1. Deploy `lib 1.0` as a...

Sorry for not being clearer. In step 3 I actually **publish**, **sync** and **install** (Start-NAVAppDataUpgrade in this case) `lib 1.1`. So when I run "Get-NAVAppInfo" after step 3 I get...

I just happend to encounter it (somewhat). Here's what I did: - stop the BC service in the container - restore a fresh database backup to a container - start...

I was playing around a bit more and noticed the following: I did everything as explained above (new database from .bak, restart service, install stuff ...). But then, instead of...

> Is this because the cache gets filled with stale data? Don't know, how would I verify that? > OK - and if you wait 5 minutes before creating the...

Maybe it's just a missing function call? https://github.com/microsoft/navcontainerhelper/blob/f5784320e52bbfe295e717652a82e9c8399ea42d/AppHandling/PsTestFunctions.ps1#L345-L351 You're not setting the value from `$testCodeunit` anywhere, so the trigger on the test page never runs. The page 130455 would have...

Seen that. But hold your horses, it's not even a PR yet. I am still working on it.