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
I am using VS Code Polyglot notebook extension with .ipynb notebook to test EF functionality.
This feature used to work before but suddenly stopped. Here is the command that I am using
#!connect mssql --create-dbcontext --kernel-name OracleHR "Server=cpateldev;Database=OracleHR;User Id=sa;Password=!Sa@dmin;Encrypt=yes;Trust Server Certificate=Yes;"
Error that I get is as below
Scaffolding a DbContext and initializing an instance of it called OracleHR in the C# kernel.
Error: Microsoft.Identity.Client version 4.66.2 cannot be added because version 4.66.1 was added previously.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):
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
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using VS Code Polyglot notebook extension with .ipynb notebook to test EF functionality.
This feature used to work before but suddenly stopped. Here is the command that I am using
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the
#!about
magic command. ):Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: