Daniel Noeth

Results 15 issues of Daniel Noeth

The git manual page also states the "--" are optional for git checkout: > `git checkout [-f|--ours|--theirs|-m|--conflict=] [] [--] …​` https://git-scm.com/docs/git-checkout The path expansion for git reset does also work...

## User Story As a administrator, I want to check the current version of the factorio server without using the "update" command (which already displays the version). So I want...

info: docs
command: details
command: install
command: update
command: start
feature

![grafik](https://user-images.githubusercontent.com/7450586/94812963-f4d6a080-03e6-11eb-84ee-f54ad2697249.png)

enhancement
up-for-grabs

Please include the following with each issue: **1. Describe the bug** I was transforming code from C/AL to AL and neither the txt2al (it's okay) or the AL vsx did...

bug
metadata

I was curious how Microsoft code actions (e.g. fix "Implicit With") were implemented and if we could also extend them easily by just implementing a base class or interface. It...

**1. Describe the bug** If you navigate to code inside a dal file and try to navigate even further a new unnecessary duplicate tab is opened. **2. To Reproduce** -...

accepted

**1. Describe the bug** The [AA0198]( https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/analyzers/codecop-aa0198) warning is not issued for local variables that have the same name as global variables if the local variables are within the trigger...

CodeCop

**1. Describe the bug** A compare statement with Text or Boolean variables should trigger the warning AA0205 **2. To Reproduce** Steps to reproduce the behavior: ```al var MyText: Text; //...

CodeCop

I recently opened a issue in the AL repo (https://github.com/microsoft/AL/issues/7611) because multiple unnecessary vsc tabs are opened for the same *.dal files. So you can end up with 4 different...

investigate

If we use "Create procedure" on a non-existant procedure on the ``Rec`` variable inside a page extension, the procedure is created inside the current page extension instead of the table...