MudBlazor / Templates

Ready to use Blazor Templates in different styles and layout with all the basic setup already done for MudBlazor.
MIT License
745 stars 165 forks source link

Are there any plans to add Blazor Hybrid templates? Including WinForms, WPF, and MAUI #479

Closed SIGEER2222 closed 1 month ago

SIGEER2222 commented 1 month ago

I just found a simple BlazorHybrid project and modified it to support WinForms and WPF, but I don't know how to create a template. If anyone else is interested, they can take a look.

https://github.com/SIGEER2222/MudBlazorHybridTemplates.git

ScarletKuro commented 1 month ago

Hi,

Probably not, unless the community is willing to help.

It’s already very time-consuming for one person to support the current one. MSFT frequently makes changes to the templates, especially for WebApp and Blazor Hybrid. They have already made several changes for .NET 9, and we will need to catch up again.

Maintaining, fixing issues, answering questions, and retesting everything from start to finish is a lot of work for one person, especially with four other repositories that also need to be maintained.

SIGEER2222 commented 1 month ago

Thank you for your response. I spent some time learning how to create templates, and as a beginner, I realized it's quite a significant amount of work, so I decided to give up.

I will temporarily close this issue. Perhaps after some time, when I have the ability and energy, I will complete it.