skip to Main Content

Trouble generating Entity Framework Core models from Azure SQL Database using dotnet ef dbcontext scaffold

I'm facing an issue when trying to generate Entity Framework Core models from an Azure SQL Database using the dotnet ef dbcontext scaffold command. Connection String Server=[server name].database.windows.net;Database=[database name];User ID=;Password="[password]";Encrypt=True;TrustServerCertificate=False;Connection Timeout=30; Command Used dotnet ef dbcontext scaffold "Server=[server name].database.windows.net;Database=[database name];User…

VIEW QUESTION

Asp.net – Project .net framework to .net 6 core

I'm facing an issue in my C# project where I'm getting the following error message: Severity Code Description Project File Line Suppression State Priority Error CS1705 Assembly 'Application' with identity 'Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' which…

VIEW QUESTION
Back To Top
Search