Can your Blazor components be used for Blazor WASM for production use?

It appears that the default target framework when one creates a new Blazor wasm (webAssembly) project is .Net 5.0, but I think your all components aren't yet 100% compatible with 5.0, am I right? So if I downgrade it to 3.1 and its corresponding project packages references, I would come into trouble with running the project.

In connection with this scenario am I correct with my assumption that it is safe not to use it for the meantime for production when it comes to Blazor WebAssembly? Just to give you more idea, I'll be using extensively some of your components like the Scheduler, File Downloader, etc.

2 Replies 1 reply marked as answer

MK Muthukumar Kannan Syncfusion Team December 3, 2020 05:47 PM UTC

Hi J,

Thanks for contacting Syncfusion.

We want to let you know that we have provided support for .NET 5.0 RC from our v18.3.0.35 releases. However, we are working on providing support for .NET 5.0 for both Server and WASM and it will be available from our Volume 4 2020 release which will be scheduled for the end of December 2020.

And, we suspect that you have directly overwritten the target framework as 3.1 in the .NET 5.0 WASM application. So that your application is not running anymore. In 3.1 based WASM application has netstandard2.1 as the target framework. Please refer to the below comparison for .NET5.0 and .NET Core 3.1 based webAssembly application.

.NET 5.0 WebAssembly .NET Core 3.1 WebAssembly



Kindly please make the above changes or Create the new wasm application in 3.1. 

Please let us know if we have misunderstood your query and any concerns on this.

Regards,
Muthukumar K


MK Muthukumar Kannan Syncfusion Team December 29, 2020 05:56 PM UTC

Hi J,

Thanks for your patience.

We are glad to announce that our Blazor Volume 4 2020 has been rolled out successfully and in this release, we have included the Support for .NET 5.0. So kindly update your NuGet (Syncfusion.Blazor) to our latest version (18.4.0.30) for .NET 5.0 support.

Volume 4 2020 Update: https://www.syncfusion.com/forums/160733/essential-studio-2020-volume-4-release-v18-4-0-30-is-available-for-download
 

We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.

Regards,
Muthukumar K
 


Marked as answer
Loader.
Up arrow icon