-
# Trending repositories for C#
1. [**Ryujinx / Ryujinx**](https://github.com/Ryujinx/Ryujinx)
__Experimental Nintendo Switch Emulator written in C#__
466 stars today | 28…
-
### Is your feature request related to a problem? Please describe.
There are several issues that ask about how we should push data to clients (e.g. https://github.com/aspnet/AspNetCore/issues/10559, …
-
What a great idea! Thumbs up to this. :)
I've already tried it out with success (primarily SmartPaste) in different scenarios (Blazor, MVC,) but I'm stuck in Blazor when using Fluent UI (.Net 8). …
-
2 little details on that page. For code-behind, it recommends to add "Base" to the code-behind file and use @inherit.
By doing so, whenever we use the component and type <MyComponent, it appea…
-
### Using a Razor component via an alias isn't recognized by the compiler
If I want to rename/alias a Razor component when using it in a Razor page/Razor component, I should be able to reference it u…
-
# 🙋 Feature Request
In a lot of UI libraries the data grid have possibilities to expand the row, to show more details of the item that the data grid row is linked to. it is often called the master/de…
-
We need to have release notes for every public Nuget package version, even if that version is not adding new features or breaking changes.
Attempting to know what is changed between 22.1.41 and 22…
-
Using Server Side Blazor with MatBlazor Components.
When using the NumericUpDownField, in the UI you can type characters in the Field, which will disappear after ChangeFocus or hit the enter-Button. …
-
### Is your feature request related to a problem? Please describe.
With any large app, it comes the responsibility to manage the state of Data where the entire app can work in the most seamless way. …
-
Hey there,
I haven't been working with Blazor for that long. I currently use MudBlazor and am trying to integrate BlazorMonaco.
If I test the following code:
``
The following error message …