Christian Bräunlich
Christian Bräunlich
Hey @atoader may I ask what's the current status of this https://github.com/microsoft/AL/issues/6273#issuecomment-751746196? @AbsolutelyFreeWeb I don't think https://github.com/microsoft/AL/issues/6273#issuecomment-782303315 belongs here any longer, so maybe it's time to reference it in a...
These are the archived NAV Patterns (https://community.dynamics.com/nav/w/designpatterns) and therefor we should not modify the old content (btw: there are many more unavailable videos) Contacting would be a good option. imho...
You could even implement it on your own, see https://github.com/waldo1001/crs-al-language-extension/blob/master/HowToContribute.md for instructions. Before starting to implement, I'd like to understand the 'why' this would be needed. What's the benefit of...
Yesterday the new al language version was released, and with it some breaking changes. As a workaround you can switch back to the previous AL language version, which might fix...
> Remind me, what year is it? **2023** 112 upvotes on BC Ideas: [Allow Setting a Proxy for the HttpClient](https://experience.dynamics.com/ideas/idea/?ideaid=9545da70-666f-eb11-8fed-0003ff459a70#)
Do we really want to change the archived NAV patterns in their original form?
There are some rules that would throw an error in the future: Use of implicit 'with' will be removed in the future. Qualify with '{0}': https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/diagnostics/diagnostic-al604 The 'with' statement is...
fyi: can confirm for memory consumption. 
Did you try this: https://github.com/waldo1001/crs-al-language-extension/blob/master/HowToContribute.md#installation---with-yarn
delayType: https://github.com/microsoft/ALAppExtensions/blob/main/Modules/DevTools/BusinessCentralPerformanceToolkit/src/BCPTLineDelayType.Enum.al --> `Fixed` and `Random`