Genmutant
Genmutant
Hi! I can't write a point containing a Tag with an empty string. I wrote the following unit test based on the existing ones: ``` private Dictionary EmptyStringTag() { return...
I'm trying to bind HealthCheckEndpoint using the relative address; ``` services.AddHealthChecksUI(setupSettings: settings => settings.AddHealthCheckEndpoint("ABC", "/health")); ``` but because it is configured to use http://0.0.0.0:0 in Kestrel, it throws an exception....
I'm trying to optionally Hide some HxGridColumns, with the Visibility bound to a HxSwitch. The problem I have is that the first time the Checked-State is changed, the column visibility...
At the end of the startup, after checking for updates, I get the following error message and then a crash to termux: `jq: invalid JSON text passed to --argjson Use...
I'm trying to use a [RetryProvider](https://learn.microsoft.com/en-us/sql/connect/ado-net/configurable-retry-logic-sqlclient-introduction?view=sql-server-ver16) with the SqlKata.Execution package. Which works for the RetryProvider on the connection, as I can just set it before passing the connection to a...
Would it be possible to generate private method accessors using [UnsafeAccessorAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.unsafeaccessorattribute?view=net-8.0) when targetting at least dotnet8? That would make it safe to use with NativeAOT and Trimming, as the accessed...
There seems to be some kind of race condition, so that when opening a Diagram in a MudDialog, the rendering of the Edges is often incorrect: Often the rendering is...