Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Dear Syncfusion Team,
I am currently experimenting using the latest version of Syncfusion for Blazor with a Blazoe WebAssemble SPA in .Net 6.0.0-preview.7.21378.6
When includingthe line:
builder.Services.AddSyncfusionBlazor();
in Program.cs i get the following error:
Program.cs(33, 22): [CS0121] The call is ambiguous between the following methods or properties: 'Syncfusion.Blazor.SyncfusionBlazor.AddSyncfusionBlazor(Microsoft.Extensions.DependencyInjection.IServiceCollection, System.Action