Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I found it confusing and problematic that components need to be imported from different sources. For example I don't quite understand how can one keep the versions in sync without extra care.
Having the css/js files included from a CDN does give us the latest versions, but our nuget packages may or may not be updated and it may or may not cause issues on production sites since the update is outside of our control.
We could manually maintain these version numbers but if these resources would be available in the nuget package, it would be much less hassle.