Daniel Göhler
Daniel Göhler
There should also be an error for **Variant.IsDataClassificationType()** when you are using Runtime 3.0 because you can publish this in a Business Central version 14 database but the service tier...
Different companies, different (Code Formatting) rules. Therefore, I think it would be nice to have Code Analysis as a separate VS Code Extension and also as an Open Source Project....
The dynamicsuser.net forum no longer exists:
Please include the following with each issue: **1. Describe the bug** You can insert __ALException_ in the Watch section, but instead of the contents of this variable, \ will be...
If you open the URL https://github.com/microsoft/AL/blob/master/CONTRIBUTING.MD from the text, you will see an error message: The ".MD" must be written in lower case, then it works: https://github.com/microsoft/AL/blob/master/CONTRIBUTING.md
**Description** It would be nice, if the compiler would catch FlowFields on FlowFields. **Reason for the rule** The compiler has all information to prevent that runtime error. Sometime you get...
My suggestion is to a section **Traefik** in [NavContainerHelper.md](https://github.com/microsoft/navcontainerhelper/blob/master/NavContainerHelper.md). My first draft would be: Docker containers are given an internal IP address on a special internal network on the local...
**Describe the issue** After reading throught [Working with Development Sandboxes and Entitlements](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-work-sandbox-entitlements) I created a docker container with **New-NavContainer -assignPremiumPlan**. In the real cloud environment, the entitlements said that I...
**Describe the issue** After creating an app registration for a new docker container with an Azure AD authentication (Entra ID), you will need to grant it permissions the first time...
**Describe the issue** After reading Working with [Working with Development Sandboxes and Entitlements](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-work-sandbox-entitlements) and **New-NavContainer -assignPremiumPlan** didn't produce a docker container where the entitlements were enforced (see #3174), I created...