Conman-123
Conman-123
### Bug type Component ### Component name MudSelect ### What happened? I have a function that runs on SelectedValueChanged() from a MudSelect, and if this function throws an exception, the...
## Description `ISnackbar.Add()` accepts a string argument for the message content, but when rendering it casts this to a MarkupString to allow rendering of HTML. The only way to know...
### Bug type Component ### Component name MudSnackbar ### What happened? `ISnackbar.Add()` accepts a `string` argument for the message content, but when rendering it casts this to a `MarkupString` to...
According to https://github.com/FirebirdSQL/NETProvider/issues/317, HasRows always returns true as it is not supported by Firebird. However, this is not documented anywhere and is causing "There are no data to read" exceptions...
If I have a SmartEnum with a non-nullable TValue (like `MySmartEnum : SmartEnum`), casting a null instance of this enum returns a non-null value: ```csharp MySmartEnum? enumValue = null; byte?...