The main purpose of "Dot Net Labs" provide the dot net program. You can learn dot net, .Net Core, C#, SQL, Linq step-by-step.

Showing posts with label Error. Show all posts
Showing posts with label Error. Show all posts

Sunday, 21 May 2023

The name 'SqlServerModelBuilderExtensions' does not exist in the current context in .Net Core 6


Hi guys, i got this error but i have solved this issue so i am sharing with you our solution with you .
I run add-migration then suddenly i got this error you can see below.

SqlServerPropertyBuilderExtensions

Solution : 

I have installed "Microsoft.EntityFrameworkCore.SqlServer" then has been solved this error. If you work with migration this package need to install.

Popular Posts