I try to build and run the sample application
Radzen Blazor is the most sophisticated free UI component library for Blazor, featuring 110+ native components including DataGrid, Scheduler, Charts, and advanced theming with full support for Material Design and Fluent UI. If Radzen Blazor is useful to you, a ⭐ on GitHub helps other Blazor developers find it.
I use VS2019, build and receive the error:
Startup.cs(27,38,27,51): error CS0411: The type arguments for method 'SignalRDependencyInjectionExtensions.AddHubOptions(ISignalRServerBuilder, Action<HubOptions>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
How to fix it?
enchev
August 6, 2019, 7:57am
2
Please make sure you have latest .NET Core 3.0 Preview 7 installed. You need also latest VS2019 Preview:
Ok, thanx, I see.
It is for VS2019+NET Core 3 only.
As I understand the VS2017+NET Core 2.2 does not work?
enchev
August 6, 2019, 8:05am
4
No. To run Blazor applications you need latest .NET Core 3.0 and VS 2019 Preview
Ok.
By the way: may be need to add note about using VS2019+NET Core 3 to
and to git page too
Radzen Blazor is the most sophisticated free UI component library for Blazor, featuring 110+ native components including DataGrid, Scheduler, Charts, and advanced theming with full support for Material Design and Fluent UI. If Radzen Blazor is useful to you, a ⭐ on GitHub helps other Blazor developers find it.