Hi Ryan, if it helps, I ended up following the instructions for Web Assembly at https://docs.telerik.com/blazor-ui/getting-started/client-blazor. The only difference is that instead of updating wwwroot/index.html I updated App.razor file in the Client project. I am using the Trial nuget package at the moment. But yes, you would expect at two weeks from official release of Net 8 some kind of documentation from Telerik.
1 Answer, 1 is accepted
1
Svetoslav Dimitrov
Telerik team
answered on 02 Nov 2023, 02:58 PM
Hello Walter and Ryan,
As part of our 5.0.0 release (due mid-November) we will introduce support for .NET 8 and the WebApp template. When the 5.0.0 release is live you will be able to create a blank WebApp template where the Telerik UI for Blazor is setup via our Visual Studio Extensions. Also, we will provide documentation that will explain how to add Telerik UI for Blazor to an Existing WebApp.
In step 3 of the documentation (https://docs.telerik.com/blazor-ui/getting-started/web-app), it mentions to install the Nuget package in the server project. Later on, step 4.4 mentions to register the Blazor service on both the server and client projects if the interactive render modes is either WebAssembly or Auto. Does it mean that if the interactive render modes is either WebAssembly or Auto, then the Nuget package needs to be installed on both projects also?
Svetoslav Dimitrov
Telerik team
commented on 05 Apr 2024, 11:51 AM
Hello Stephen,
Yes, your assumption is correct. Generally, we encourage you to add the Telerik UI for Blazor package globally, to all project.
if it helps, I ended up following the instructions for Web Assembly at https://docs.telerik.com/blazor-ui/getting-started/client-blazor.
The only difference is that instead of updating wwwroot/index.html I updated App.razor file in the Client project.
I am using the Trial nuget package at the moment. But yes, you would expect at two weeks from official release of Net 8 some kind of documentation from Telerik.