May be it is necessary to provide a `GetAsync` method separately and a overwrite with type parameter like:
```csharp
cache.GetAsync(key, typeof(MyType)<,...>);
```
because i don't know the real ty...
> [@SongOfYouth](https://github.com/SongOfYouth) Are you using the V9 (preview) version of the Microsoft.Extensions.Caching.StackExchangeRedis library? (the V8 version doesn't work with Garnet, but...
The key not be saved to garnet when registered `IDistributedCache`:
```csharp
builder.Services.AddHybridCache(options =>
{
options.MaximumPayloadBytes = 1024 * 1024;
options.Max...
> Yes, there is a `.Flags` property on the options parameter that allows just about anything to disabled; see https://learn.microsoft.com/dotnet/api/microsoft.extensions.caching.hybrid.hybridcachee...
### Describe the bug
when IconSource is not null, and then set a null to it will raise error: Value dose not fall within a expected range.
### Steps to reproduce the bug
1. Set a not null value ...
> As [@mareksm](https://github.com/mareksm) said, you can use Path, like PathIconSource
>
> For example, I copied the path from my star.svg for the test, but you could extract it into a string and...
> This feature is only available in the paid version. Starting from version 2022.3. See here: https://www.fast-report.com/en/blog/show/fastreport-core-skia/
can the paid version work on wasm?
> I tested with an InfoBadge and it worked (Windows 10 22H2, Windows App SDK 1.6.240829007) :
>
> ```
> InfoBadge infoBadge = new InfoBadge
> {
> Background...
### Describe the bug
Can not load svg via ImageIconSource like:
```xml
<IconSourceElement>
<ImageIconSource ImageSource="ms-appx:///Assets/Svg/360.svg" />
</IconSourceElement>
```
or
```cshar...
> In your AppBarButon, you need to add `AllowFocusOnInteraction="True"` for your TextBox to automatically get focus when you open the Flyout. If you don't want it to automatically get focus and req...