HunnyR
HunnyR
See screenshot. Something is wrong with the CSS  This is the _index.html of the Blazor WebAssembly project (.NET 5.0, VS 2019) I attached the index.html (renamed to...
Hello, when the function reference property "ConstructionOptions" isn't set, one get's an error: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Object reference not set to an instance of an object. System.NullReferenceException: Object...
**Describe the bug** If have a MudTable with several columns. When you change the size of the view using developer tools in e.g. Chrome to iPhoneSE the column headers and...
{ "persons": [ "person": { "name": "Mike", "City": "LA" }, "person": { "name": "Aron", "City": "DC" } ] } How to sort this array using the values of the property...
Hi, When trying to execute builder.Services.AddCoreAdmin(....) I'm getting an exception System.InvalidOperationException: 'This service descriptor is keyed. Your service provider may not support keyed services.' Any ideas?
Add an example how to evaluate this to check if it is actually expired.] I tried authResult.ExpiresOn >= DateTime.UtcNow - but that is apparently wrong or not working --- ####...
Hi, first of all: thanks for this great library! I'm using Blazor .NET 8 with the new @rendermode capabilities. I'm using release 6.9.2. I have a Razor page that uses...
### Describe the bug https://reference.avaloniaui.net/api/Avalonia.Media/FormattedText/ says there is a property Spans. Well: the property does not exist ### To Reproduce See https://github.com/AvaloniaUI/Avalonia/blob/23b3a767dcde97cbcd3df2fb03bafd35df1b6942/src/Avalonia.Base/Media/FormattedText.cs#L15 Spans is not part of the code ###...
Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: 1.97.2 - OS Version: Windows 111 23H2 Build 22631.4890 Steps to Reproduce: 1. Run command code.cmd...
### Type of issue Missing information ### Description Nice I can add a key vault. But can I also directly add a secret in the Aspire.AppHost project code? ### Page...