We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Is the package Syncfusion.EJ2.AspNet.Core.RazorComponents deprecated?

Hi,

I see a new packeage called Syncfusion.EJ2.Blazor, is this an ongoing package that needs to be used afterward?

Kind Regards,


    3 Replies

    VS Vijayanand S Syncfusion Team July 3, 2019 12:43 PM UTC

    Hi Islam, 

    Yes. We have deprecated the existing package and introduced the new package with the name of Syncfusion.EJ2.Blazor. Please find the changes to be done if you want to migrate your application to the newer version. 
     
    1. Remove the existing Syncfusion NuGet package and Install Syncfusion.EJ2.Blazor NuGet package in your application by search Syncfusion.EJ2.Blazor keyword in the Browse tab and install Syncfusion.EJ2.Blazor NuGet package in the application.
     
    1. Change the namespace from Syncfusion.EJ2.RazorComponents to Syncfusion.EJ2.Blazor.
    2. Change the script locations to the new location:
    <link rel='nofollow' href="https://cdn.syncfusion.com/ej2/17.2.29/fabric.css" rel="stylesheet" /> 
        <script src="https://cdn.syncfusion.com/ej2/17.2.29/dist/ej2.min.js"></script> 
        <script src="https://cdn.syncfusion.com/ej2/17.2.29/dist/ejs.interop.min.js"></script> (If you are creating the Blazor Client side project, this script is not needed.) 

    You can also refer the following documentation which is updated with latest changes and it will guide you step by step to create a new project with Syncfusion Blazor components: 

    Please let me know if this helps. 

    Regards, 
    Vijay 



    IY Islam yahia July 3, 2019 01:13 PM UTC

    Thanks for the update.

    I think you should mark that package as deprecated in its Nuget page so nobody else will accidentally install it.


    SM Saranya Murugasamy Syncfusion Team July 4, 2019 08:58 AM UTC

    Hi Islam, 

    Thanks for your feedback. 

    Currently we are working on marking the existing nuget package(Syncfusion.EJ2.Aspnet.Core.RazorComponents) as deprecated and it will be reflected on NuGet.org on or before 5th July, 2019. 
     
    Please let us know if you have any concerns. 
     
    Regards, 
    Saranya M 


    Loader.
    Live Chat Icon For mobile
    Up arrow icon