Axel D.

Results 63 issues of Axel D.

### Description Running `docker build` for a Dockerfile, it’s incredibly hard to tell the result of variable replacement or path conversion, particularly when using Windows containers. Please, add two logging...

area/builder
status/0-triage
kind/feature
area/builder/classic-builder

### Description Currently, Docker engine or Docker daemon error messages are utterly poor and taciturn. They don't provide _any_ sort of context, stack trace or any other kind of helpful...

status/0-triage
kind/feature

## Description According to Dockerfile reference documentation on [`escape` parser directive](https://docs.docker.com/reference/dockerfile/#escape): > The `escape` directive sets the character used to escape characters in a Dockerfile. If not specified, the default...

area/builder
platform/windows
status/0-triage
kind/bug
area/builder/classic-builder
version/26.0

As an administrator I need to run the installation process repeatedly a number of times to capture benefits and risks, and I need to perform A/B tests. Would you mind...

The `switch` statement condition syntax seems obscure from time to time. See PowerShell issues [21299](https://github.com/PowerShell/PowerShell/issues/21299) and [10911](https://github.com/MicrosoftDocs/PowerShell-Docs/issues/10911). Hence, I suggest do add a few checks to test `switch` statement conditions...

Issue - New Rule
Issue - Enhancement

### Description The tutorial on below mentioned page implies that there is no configuration necessary in the `web.config` configuration file in order to run an ASP.NET Core app in IIS....

Source - Docs.ms
aspnet-core/svc
tutorials/subsvc

The Adobe Photoshop script "Image Processor.jsx" at `C:\Program Files\Adobe\Adobe Photoshop 2022\Presets\Scripts` comes with an `editnumber` control for entering numerical values. That `editnumber` control is currently undocumented. This pull request adds...

The Adobe Photoshop script "Image Processor.jsx" at `C:\Program Files\Adobe\Adobe Photoshop 2022\Presets\Scripts` comes with a border style value of `topDivider` for a number of panels. This value draws a gray line...

## Version Used - .NET 8 - Visual Studio 2022, Version 17.10.2 ## Steps to Reproduce Create an enum like this: ```c# public enum Orientation { Horizontal, Vertical, Random }...

Area-IDE
untriaged

## Synopsis Although I correctly added a backslash to the destination of my `COPY` commands, the Dockerfile linter throws an error claiming that I didn't: ![Dockerfile linter error](https://github.com/microsoft/vscode-docker/assets/9283914/355c4991-ef81-42e8-a0e8-426f490d7bc5) # Current...

language-server