Sören Nils Kuklau

Results 194 comments of Sören Nils Kuklau

>anyone has found a solution? In my case (macOS 26.1 Beta (25B5072a), Ice dev-2), right-clicking on the chevron still works. Then I pick Quit Ice, launch it again, and then...

> Stuff like this makes it feel like Microsoft still sees non-Visual-Studio users of .NET as second-class citizens It's not a non-preview feature yet in VS (I believe the release...

>The slnx format being so much simpler could be very useful for me with complex CICD scenarios - thinking of dynamic slnx files on the fly to target unit tests...

@kasperk81 I know. But the CI/CD, unit test, etc. use case sounded a bit like what slngen is trying to solve.

Yep. However, that does mean I lose: - extension semantics (`StringExtensions.get_IsFancy(s)` rather than `s.get_IsFancy()`)[^1], as well as - property semantics (mostly relevant in a setter: `set_isFancy(newValue)` instead of `IsFancy =...

Since nobody has written it, as a temporary hack, you can set the audio delay to -2 seconds. That'll be roughly right for an AirPlay 1 device.

There are two separate issues. One is that AirPlay 2 would be nicer, as it would reduce latency and allow for multiple speakers. The other is that it needs video...

I believe this is typical WPF behavior. You need something like: xmlns:wpfuicontrolstyles="clr-namespace:Wpf.Ui.Styles.Controls;assembly=Wpf.Ui" And then: (The key part is that you need `BasedOn`.) It may be simpler to outright copy [that...

> I've considered manually modifying the project files after creation to switch frameworks, but this is error-prone Hm. Is it? You can just open the project file annd replace `net9.0-windows`...

Perhaps one thing we could do is change the template so that it suggests the alternative. ```xml net9.0-windows ```