musictopia2
musictopia2
I created 3 libraries i would like to be included on this repository so others can find them and use in their projects. One is a huge game package. One...
I have some blazor libraries i would like added to the list that others can easily find. What has to be done in order to get my libraries added to...
I created some source generators i would like added. What do i have to do in order to get them added.
.net 6 added the ability to use the IIncrementalGenerator interface. Would be nice to consider using that for better performance. I heard with the old one, if somebody types a...
I tried to create just a maui app with blazor to deploy to android. I made no changes to the templates. However, local devices don't even show up. I tried...
I have a database that has a date property. However, the C# class is DateOnly since I only need the date, not the time. However, when I try to use...
I notice that one area where dapper can still be maybe too slow is it uses reflection to map to objects which is too slow. I would suggest the possibility...
### Description When I use any input or textareas, then if somebody right clicks on windows, nothing happens. Tried the same thing with blazor server side and it worked fine....
I discovered this uses reflection. Which makes it too slow. I would suggest using source generators so reflection would not have to be used.
### Description If I have the IsVisible to false in the media element, then it will not play any songs. Also, even if IsVisible is true, if i don't specify...