RadoArvay
RadoArvay
(Maybe it is somehow related to #7496 you solved for us a couple of months ago.) There is the interface (version 1 - V1) in obsoleting state = Pending in...
When I want to use IntelliSense anywhere inside `fields` part (root, field, trigger level) of `table` (or `tableextension`) object to select properties, variables type, or anything else, it stucks on...
When I run some commnads, I get the error: ``` Method not found: 'Microsoft.Dynamics.Nav.CodeAnalysis.Compilation Microsoft.Dynamics.Nav.CodeAnalysis.Compilation.Create(System.String, System.String, System.Version, System.Nullable`1, System.Collections.Generic.IEnumerable`1, System.Collections.Generic.IEnumerable`1, Microsoft.Dynamics.Nav.CodeAnalysis.CompilationOptions, Microsoft.Dynamics.Nav.CodeAnalysis.IFileSystem, Microsoft.Dynamics.Nav.CodeAnalysis.DotNet.IDotNetResolverFactory, Microsoft.Dynamics.Nav.CodeAnalysis.IReferenceManager, Boolean)'. ``` I have just tried...
There is a codeunit with `Find(var RecordVariable: Record SomeRecord): Boolean` method defined in my code. When I use it like ```al if CodeunitVariable.Find(RecordVariable) then; ``` or ```al CodeunitVariable.Find(RecordVariable) ``` I...
I am reopening a problem from the issue #2339. On specific circumstances and my current knowledge, there is no way to succeed when running Run-AlPipeline commandlet (probably the same situation...
**Description:** When we download an artifact from Insider storage (`Get-BCArtifactUrl -storageAccount bcinsider`), a download speed is limited in compare to other storages. **But**, it happens under specific conditions only. It...
An enhancement request: Would it be possible to support a `storageAccount` parameter for `Get-BCArtifactUrl -select Daily` (or `Weekly`) calls? Currently, `Daily`/`Weekly` selection returns an artifact URL from `bcartifacts` storage, but...
Is it fully by design or sort of a bug? **1. Describe the bug** When I use the ternary operator with one-character text constants as values, I get conversion errors...
directory.app.props.json and AL1022: A package could not be found in the package cache folders error
Usage of `directory.app.props.json` produces AL1022 error: _A package with publisher 'P', name 'A', and a version compatible with '27.0.0.0' could not be found in the package cache folders: c:\PRJ\B\../.alpackages_ **1....