Patrick F. Sørensen
Patrick F. Sørensen
This is difficult to do this as hlint has no way to know which parts of the parsed source are generated.
That's weird, are you sure you typed it correctly? And that it's an elevated command prompt? I'm afraid that the "/d" is required since it uses "/r", so it cannot...
Not really, when I ran the last command I got the following: "Successfully processed 233 files; Failed processing 0 files". Perhaps you don't have the required permission? Other than that...
There is already an "Add File" icon, however, it's called `DocumentAdd` instead.
There seems to be an issue when binding an empty string to the `Description` property while the `SettingsCard` has any content (like a Button). Doing so will throw a `Value...
@SoggyBottomBoy I don't think that's the case since x64 works fine for me, although now and then it breaks, and I have to run the command I posted earlier again.
I'm having the same issue. Did you find a fix or workaround. EDIT: I found the solution to this issue in an old [thread](https://github.com/beto-rodriguez/LiveCharts2/issues/278). I had accidentally removed the stylesheet...
I just got around to updating our application from 1.5.7 to 1.6.1 and immediately noticed the same issue. The CheckBox control also seems to be affected, as it displays the...
Yeah, I'm still on Windows 10. I tested it on a Windows 11 machine, and it works fine there, so it seems to be an issue only affecting Windows 10...
A potential workaround, depending on your use case, is to bind the value to both the `Text` and `SelectedValue` properties. Use a `OneWay` binding for `SelectedValue` and a `TwoWay` binding...