Hello,
I managed to install in my VS the MudBlazor Template (updated to .Net 8) for creating projects with MudBlazor already setup, and it works fine.
Then I installed the NuGet Packages Microsoft.EntityFrameworkCore version 8.0.6, the *.SqlServer, and the *.Tools. When I wrote the classic ApplicationDbContext.cs file (which refers to EF Core), it threw errors about DbContext and other stuff from EF Core was not defined. I didn't understand, and went to the project's installed Packages to see if they were right, and then I saw what you can see in the image: on Installed tab, a yellow warning triangle that when I locate the mouse pointer over appears a letter that says: "You have 2 vulnerable Package versions installed". I located the EF Core Packages into de Server Project as well as the Model and ApplicationDbContext cs files.
I would appreciate any help on how to solve this issue, thank you.
Best regards
Pablo
I managed to install in my VS the MudBlazor Template (updated to .Net 8) for creating projects with MudBlazor already setup, and it works fine.
Then I installed the NuGet Packages Microsoft.EntityFrameworkCore version 8.0.6, the *.SqlServer, and the *.Tools. When I wrote the classic ApplicationDbContext.cs file (which refers to EF Core), it threw errors about DbContext and other stuff from EF Core was not defined. I didn't understand, and went to the project's installed Packages to see if they were right, and then I saw what you can see in the image: on Installed tab, a yellow warning triangle that when I locate the mouse pointer over appears a letter that says: "You have 2 vulnerable Package versions installed". I located the EF Core Packages into de Server Project as well as the Model and ApplicationDbContext cs files.
I would appreciate any help on how to solve this issue, thank you.
Best regards
Pablo