DrPepperBianco
DrPepperBianco
I wanted to write this code, because this seems to be the most intuitiv way: ```csharp ParserSettings settings = new() { AutoHelp = true, AutoVersion = true, CaseInsensitiveEnumValues = true,...
Fixed Issue #42 Added override for `VisitRecordDeclaration` to add suuport for C# records. Records are added as `class ` to the PlantUML output. Other than `class` record can have a...
* Application version: 16.0.0 * Operating System (Platform and Version): Windows 10 **Expected Behavior** When selecting HTTP verb, I could select Custom verb and enter it manually (like `PROPFIND` for...
Hello, I currently had to recreate the font from scratch. I realized that the i insife words (like "config") looks wrong. I then took an old commit, from last year,...
### Description of the new feature / enhancement With Alt+Space you usually open the system menu of the current application. But PowerToys Run overrides this shortcut. That leads to the...
I tried to change my code from `Result` to `IResult` and realized, that `IResult` doesn’t have a `Bind` or a `Map` methods. I think `Bind` and `Map` are very important...
This adds methods that are defined in `ResultBase`, `ResultBase` and `Result` as extensions methods for either `IResultBase` or `IResult`. See also: #192
### Describe the bug After updating to version 1.4.0 I got the error "Namespace 'DependencyPropertyGenerator'" not found for TargetFramework "net472". ### Steps to reproduce the bug 1. Create Multi-Target project...
### Describe the bug The purpose of the `ObservableObjectAttribute` is, to add Member of `ObservableObject` to a type, that itself cannot derive from `ObservableObject`. That is actually the case for...