rwecho
rwecho
There are multiple NuGet sources in my project, But some are slow or unreached from time to time. I hope to integrate them into one BaGet source. #497 If I...
Hi, When obfuscating wpf project, It will crash ``` sharp public bool Inherits(TypeDefinition type, string interfaceFullName) { if (type.FullName == interfaceFullName) { return true; } if (type.BaseType != null) {...
**Describe the bug** I developed a Blazor app with Flowbite. Despite the Tabs components working well, the Blazor will normalize the 'aria-selected' attribute without a 'true' value. The final result...
**Describe the bug** Only Bar component error when refreshing Maui with F5. **To Reproduce** Steps to reproduce the behavior: 1. Create the Maui & Blazor project 2. add Blazorise by...
**Platform (please complete the following information):** - OS: [Android] - Device: [AndroidEmulator/ Android Phone] - SDK version: [Android SDK 30] - MAUI-7.0 **Describe the bug** The result/error template is not...
### Description Stop event propagation. ### Steps to Reproduce 1. Create a MAUI Blazor Hybrid project. 2. Add Block1 and Block2 two div. 3. Add @ontouchstart:preventDefault @ontouchstart:stopPropagation to Block2 4....
### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X]...