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!
Hello, thanks for the link but I don't want to use the radzen application,
I only want to use the radzen package for the UI e.g datagrid...
So I can configure the debugger in the following way :
"configurations": [
{
"name": "Launch and Debug Standalone Blazor WebAssembly App",
"type": "blazorwasm",
"request": "launch",
"program": "${workspaceFolder}/Server/bin/Debug/net5.0/WebApp2.Server.dll",
"cwd": "${workspaceFolder}/Server",
}
]
The problem is not with the debugger.
The Program.cs file it does not recognize the <App> and in my App.razor file I have this:
programs.cs
App.razor
I really don't understand why I've this ?
Have you an idea? thanks in advance
Hi,
You will find the message that obtain when I run the debugging
I modified the Launch.json file to add "browser":edge and I don't have this message anymore.
So I still have the problem in program.cs and App.razor and also in the imports file. I suspect I'm missing some packages
In _imports.razor files
Hi. I didn't see anything in csproj file.
In my side I launched
dotnet new blazorwasm myproject - ho
Normally I should do nothing in csproj file.
Crpoj file is configured when I do dotnet new...
?
Hi, have you an idea about this problem?
Thanks in advance