Namespace duplicated

Hi,

When running from Radzen a blazor server side project, IDE inject line in Startup.cs:

using Microsoft.AspNetCore.Authentication.OpenIdConnect;

but line exists. Then, in output panel:

dotnet: C:*\server\Startup.cs(24,7): warning CS0105: La directiva using para 'Microsoft.AspNetCore.Authentication.OpenIdConnect' aparece previamente en este espacio de nombres [C:*\server\Aicmp.csproj]

Regards

Hi @Carlos_Carminati,

It's just a warning, will not prevent you to run your application. It will be fixed in our next release before the end of this week.

OK. Thanks for your answer!