tscottjendev

Results 18 comments of tscottjendev

I have a similar issue but no reference to "network error". I get this ![image](https://user-images.githubusercontent.com/102963427/172311509-3e58c111-266a-4559-af2e-b0f471d0a6b2.png) I have installed the prerelease version (v0.43.2022050511) but still the same result.

It would be nice for a function to sort `using` statements at the top of the file too.

Thank you. I figured it had to be something about what operators/operands were being computed. I agree that Cyclomatic complexity is the main factor but I need to understand what...

I guess I am having trouble counting Operators and Operands. How do you count `Record.Field` vs. `Record.Procedure`? `Record.Field := value;` is 2 operands (Record.Field, value) and 2 operators (:=, ;)?...

So the implication here is that if I have a function that returns text I need to wrap it inside the ErrorInfo? What does a Label do differently than a...

I have setup my Environments and Secrets per your suggestions and l have removed the environments from the settings.json. Still the same results. What am I missing? Logs: [logs_46.zip](https://github.com/microsoft/AL-Go/files/10879281/logs_46.zip)

I have a different error today related to the deployment from the CICD action. Does it shed any additional light? Ignore the DEV error it should updated at the moment....

I have create the token per the PowerShell in this article: https://freddysblog.com/2022/05/06/deployment-strategies-and-al-go-for-github/ ``` $AuthContext = New-BcAuthContext -includeDeviceLogin Get-ALGoAuthContext -bcAuthContext $AuthContext | Set-Clipboard ``` I get a token that looks like...

I have refreshed the token and now it does not error out but it doesn't deploy to any environments either. Logs: [logs_73.zip](https://github.com/microsoft/AL-Go/files/10969257/logs_73.zip)

Per @jonaswre I have set up my environments ![image](https://user-images.githubusercontent.com/102963427/225054780-5edcaa2e-ca2e-481f-b578-709bbd374668.png) and they match my environments. ![image](https://user-images.githubusercontent.com/102963427/225055367-6efaa929-1784-4e4f-afc9-a213d127a9e3.png) What else do I need to do?