You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--create-dbcontext gives error: Microsoft.EntityFrameworkCore.SqlServer version 8.0.8 cannot be added because version 8.0.10 was added previously.
#3763
Closed
11 tasks
kemmis opened this issue
Nov 14, 2024
· 5 comments
Using Microsoft.DotNet.Interactive.SqlServer, version 1.0.0-beta.24563.1, when you use --create-dbcontext with #!connect mssql you will get Error: Microsoft.EntityFrameworkCore.SqlServer version 8.0.8 cannot be added because version 8.0.10 was added previously.
The EntityFrameworkCore packages in ConnectMsSqlDirective.cs need to be updated to match version in SqlServer.csproj.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):
OS
Windows 11
[ X] Windows 10
macOS
Linux (Please specify distro)
iOS
Android
Frontend
Jupyter Notebook
Jupyter Lab
nteract
[X ] Visual Studio Code
Visual Studio Code Insiders
Visual Studio
Other (please specify)
Screenshots
The text was updated successfully, but these errors were encountered:
@jonsequitur using the latest package now give you: Error: Microsoft.Identity.Client version 4.61.3 cannot be added because version 4.65.0 was added previously.
Describe the bug
Using Microsoft.DotNet.Interactive.SqlServer, version 1.0.0-beta.24563.1, when you use
--create-dbcontext
with#!connect mssql
you will getError: Microsoft.EntityFrameworkCore.SqlServer version 8.0.8 cannot be added because version 8.0.10 was added previously.
The EntityFrameworkCore packages in ConnectMsSqlDirective.cs need to be updated to match version in SqlServer.csproj.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the
#!about
magic command. ):Screenshots
The text was updated successfully, but these errors were encountered: