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
When creating a context from a larger schema using #!connect mssql --create-dbcontext, I experience the bug referenced in issue #26496. The execution is aborted with a System.InvalidOperationException. The issue is marked as resolved in v6.0.1.
If I install a higher version of Microsoft.EntityFrameworkCore.SqlServer, #!connect mssql --create-dbcontext returns an error:
"Error: Microsoft.EntityFrameworkCore.SqlServer version 6.0.0 cannot be added because version 6.0.1 was added previously."
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):
Version: 1.0.350406+612aa40cba7d6a1f734272f71657a65561394752
Library version: 1.0.0-beta.22504.6+612aa40cba7d6a1f734272f71657a65561394752
Build date: 2022-10-11T15:25:28.7041006Z
OS
Windows 11
Windows 10
macOS
Linux (Please specify distro)
iOS
Android
Browser
Chrome
Edge
Firefox
Safari
Frontend
Jupyter Notebook
Jupyter Lab
nteract
Visual Studio Code
Visual Studio Code Insiders
Visual Studio
Other (please specify)
Screenshots
The text was updated successfully, but these errors were encountered:
I'm now getting the same error: Error: Microsoft.EntityFrameworkCore.SqlServer version 8.0.8 cannot be added because version 8.0.10 was added previously.
I'm using the latest Microsoft.DotNet.Interactive.SqlServer, 1.0.0-beta.24563.1
Describe the bug
When creating a context from a larger schema using
#!connect mssql --create-dbcontext
, I experience the bug referenced in issue #26496. The execution is aborted with a System.InvalidOperationException. The issue is marked as resolved in v6.0.1.If I install a higher version of Microsoft.EntityFrameworkCore.SqlServer,
#!connect mssql --create-dbcontext
returns an error:"Error: Microsoft.EntityFrameworkCore.SqlServer version 6.0.0 cannot be added because version 6.0.1 was added previously."
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the
#!about
magic command. ):Version: 1.0.350406+612aa40cba7d6a1f734272f71657a65561394752
Library version: 1.0.0-beta.22504.6+612aa40cba7d6a1f734272f71657a65561394752
Build date: 2022-10-11T15:25:28.7041006Z
Screenshots
The text was updated successfully, but these errors were encountered: