I have recently downloaded the latest Telerik.UI for blazor 5.0.1
commercial and I tried converting a dotnet 8 project to a telerik
project using the context menu but the wizard says it can't be converted.
Hi,
I created a new .net 9 Blazor WebApp from the template (lastest version).
Shouldn't we be using the new app.MapStaticAssets(); vs the old app.UseStaticFiles() ?
Also in the App.razor, should we not also be using the @Assets[] in the <link href? /> ie:
<link rel="stylesheet" href="@Assets["app.css"]" />
Not sure if the ImportMap is required. Anyway getting my information from the Microsoft website for updating from 8 to 9.
See Here: MS link to upgrade from 8 to 9.
Also, when I posted this "Contact Support", I am not able to select .Net 9 as my framework and WebApp as my blazor hosting model, so put it as .net 8
Peter
These settings creates additional controls and are really helpful in further development. It would be great if same(or better as always) options are added in telerik blazor project templates as well would be a great addition.