First of all, thanks to your answer.
The problem is resolved here : 4580
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I've tried to use blazor wasm in vs code and I have some difficulties to install things correctly.
I don't undserstant why <Nav / > is underlined
It's the things in another razor page all htlm is underlined.
Other point :
I would like to use radzen.blazor in vs code but it is not available for the moment, I would like to know if you know of any packages available in vs code with components already integrated such as datatable ... that are free!
Hi,
You will find hereafter the .cropj file
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.3" PrivateAssets="all" />
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Shared\WebApp2.Shared.csproj" />
</ItemGroup>
</Project>
I don't hnow what I have to put in the cproj
Thanks in advance
Hi,
When I build my app I add the error below :
error CS0246: Le nom de type ou d'espace de noms 'MainLayout' est introuvable (vous manque-t-il une directive using ou une référence d'assembly ?) [...source\repos\WebApp3\Client\WebApp3.Client.csproj]
This error is linked to the initial problem :
I don't have any idea how I can solve this issue. Can you help me about it?