Eilon Lipton
Eilon Lipton
@Ghevi the Shell was just an example, so it depends on how your app is designed. The point in (2) is that if the deep link goes to a page...
One thing I'm not sure of is that with the selector stuff and UICommand, it _might_ be easier to integrate with the default MacOS menus that nearly every app has,...
For the overload of `Color.FromRgba()` that takes doubles, the ranges of every channel is 0.0...1.0. Only the `int` overload takes numbers in the range 0..255. These are the supported overloads:...
So it works the first time when you run the app, but it doesn't work later during Hot Reload?
Hi @reinhardlackner , can you show the full stack trace of the exception when this happens? That would help us route this issue to the appropriate team.
Alright thank you for the info, we will try to reproduce this and investigate.
Hi @reinhardlackner , I was able to reproduce an exception in this app when I specifically attach _native_ debugging and catch all exceptions. I then get this error, but I'm...
The same exception that I saw also happens without any Blazor. Lots of various Win32 (or C++?) exceptions, but they are all first-chance, so without a debugger you can't see...
@profix898 thanks for sharing. I added directly to View because it seemed "most natural" to me, and roughly aligns with what WinUI and MacCatalyst do in their respective systems (which...
To @PureWeen and any other reviewers: ~~Per the linked comment above, the mainline scenarios should work: define a context menu on a compatible control and it will show up on...