Vincent Hoogendoorn

Results 8 issues of Vincent Hoogendoorn

E.g. for WinUI, the inline doc for the `Button()` factory methods does not document which property is the default bind property. This happens when the default (here `CommandProperty`) is defined...

There is a C#-only part of WinUI3 - `WindowsCommunityToolkit`, that as I understand, not supporting. _Originally posted by @YegorStepanov in https://github.com/VincentH-Net/CSharpForMarkup/issues/19#issuecomment-1000878827_

winui

### Is there no support for `VisualStateManager`? ![image](https://user-images.githubusercontent.com/19392641/147361546-f763d657-ac9c-45dd-992a-b1af08e2fe50.png) _Originally posted by @YegorStepanov in https://github.com/VincentH-Net/CSharpForMarkup/issues/19#issuecomment-1000878827_

winui

Great project! This looks like the currently feasible way to use Flutter and Xamarin ios / android in a production app. I already heard other people did their own binding,...

When a (`CartesianChart`) with axis ticks is displayed, the ticks are visible until the initial display animation of the Chart completes. Then the ticks disappear. Happens on Windows and Android...

visual glitch

[Stateful reconnect](https://learn.microsoft.com/en-us/aspnet/core/signalr/configuration?view=aspnetcore-8.0&tabs=dotnet#configure-stateful-reconnect) was added to SignalR in .NET 8. [Feedback](https://github.com/dotnet/aspnetcore/issues/46691#issuecomment-1605770566) on this feature (for e.g. Blazor applications) was > This feature is amazing and a must have Multiple questions about...

feature-request
in-progress

## Current behavior After updating Uno.Sdk from 5.2.139 to 5.2.175, `IAuthenticationService.LoginAsync` gives this exception on Windows: > `Microsoft.Identity.Client.MsalClientException`: 'Only loopback redirect uri is supported, but msal://auth/ was found. Configure http://localhost...

kind/bug
triage/untriaged

**Describe the bug** When using **Native Renderer** instead of ` SkiaRenderer` for Uno Wasm target, charts do not display and below exception is thrown: ``` Unhandled Exception: System.InvalidOperationException: Handle is...