Fabian Huegle

Results 7 issues of Fabian Huegle

### Description S2259 is raised even if tested before with custom assertion method. This issue therefore is similar to https://github.com/SonarSource/sonar-dotnet/issues/349 with the difference that I am referring to a custom...

Type: Improvement
Area: CFG/SE
Area: C#

## What does the pull request do? This change allows for an optional quality parameter for saving Bitmap to a png file or stream. The parameter is interpreted by the...

## Describe the bug Slider with custom style leaves spots outside of its bounds when being dragged. See below video. I have tested that the "spots" are outside of the...

bug
priority

I have found the correct way to match the log file levels to the built-in levels of the viewer. I have not found how I could modify the appearance of...

question
by design

Such that you would select the profile, select the file and when the file changes the log view is updated. E.g. using file watcher.

enhancement

### Describe the bug When I have integrated a reference to DirectML using `` the previewer fails with "No executable found". ![image](https://github.com/AvaloniaUI/AvaloniaVS/assets/31031996/a759c850-f4c0-4254-9040-22bd7f033d06) The Log is as follows: ![image](https://github.com/AvaloniaUI/AvaloniaVS/assets/31031996/f2d3128a-eb62-41f8-8dc9-eef7f02dd8ba) When I...

bug

We are using AvaloniaUI (https://github.com/AvaloniaUI/Avalonia) as a cross-platform UI technology. We have integrated our own vulkan based 3D renderer while running Avalonia on OpenGL. This is done using ``` "VK_KHR_external_semaphore_win32",...