Ksdmg
Ksdmg
Hello, I started the script with `bash
### Environment - Visual Studio version: 2019 Professional - CodeMaid version: 12.0 - Code language: c# ### Description Codemaid is removing leading whitespaces when providing code examples in XML comments....
I have a .NET 7 project running blazor server side. When initializing the JSRuntime, an exception is thrown: ``` await FFmpegFactory.Init(Runtime); // throws System.InvalidCastException: 'Unable to cast object of type...
Hello, I just tried using the debian 12 script but it fails with this message: ``` Err:17 http://deb.debian.org/debian bookworm/main amd64 linux-kbuild-6.1 amd64 6.1.55-1 404 Not Found [IP: 2a01:4ff:ff00::3:3 80] Get:19...
**Is your feature request related to a problem? Please describe.** It's annoying and time consuming to measure tool lengths manually with the calibration card. I'm looking for a neat way...
## Description MudBlazor uses `CurrentUiCulture` as default for number and date conversion: ``` public static class Converters { public static CultureInfo DefaultCulture = CultureInfo.CurrentUICulture; ``` This causes issues for users...
When you assign a custom object to RealTimeMap.StreamPoint.value all properties must start with lower case. Please add this to the documentation or check why capitalized properties do not work, I...