The Dumb
The Dumb
The path specified in the property `RDLCLayout` of a report should be relative to the file of the report itself instead of being relative to the root folder of the...
I have also posted this on Yammer. Please consider supporting the semantic versioning guidelines (www.semver.org) for resolving dependencies. A quick example: I have installed **BaseApp 1.0.0**. I have also installed...
**1. Describe the bug** The rule [AA0139](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/analyzers/codecop-aa0139) (possible text overflow) does not trigger when the value that exceeds the length is an element of an array. **2. To Reproduce** See...
**Describe the bug** If I have two apps. `Main 1.0` and `Library 1.0`. `Main 1.0` depends on `Library 1.0`. If I upgrade `Library 1.0` to `Library 1.1` I can not...
**1. Describe the bug** When a `[TryFunction]` implements an interface that requests a function that returns a Boolean, the return value, when used through the interface does not return the...
**1. Describe the bug** The CodeCop rule [AA0150](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/analyzers/codecop-aa0150) generates false positives if the parameter that was declared by `var` is not actually used in the method call itself, but passed...
**Describe the issue** `Enter-BCContainer` seems to be broken on PS7. Whenever I try to enter a BC container on PS7 I get the error that I have logged down below...
#3441 Adds new parameter "testCodeunitRange" to `Get-TestFromBcContainer` and `Run-TestsInBcContainer` that allows filling the test suite by using a codeunit-filter and using the TestCodeunitRangeFilter field already present on the command line...
**Describe the issue** `Run-TestsInBCContainer` (and to some extent also `Get-TestsFromBcContainer`) sometimes fail to load the tests into the test suite even though test codeunits exist on the server. This only...
**Describe the issue** We're getting intermittent failures during Cmdlet execution with the new 'Microsoft.BusinessCentral.xxx.dll' modules for PS7. There does not seem to be a pattern, looks like a race condition,...