-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dll file reference leads to CS1025 error in latest release #3753
Comments
I'm unable to reproduce this issue. Are you able to get it to work with a different |
Confirming this, if in the same cell I have a few of #r directives for local .dll files and #r nuget directives it doesn't work anymore for F# lang. If I move #r directives for nugets it into separate cell it still works. |
Can you provide code that reproduces the issue? I'm still unable to do so. |
@jonsequitur this file and a pair of local dll's reproduces the issue for me, the dll's are just two random ones |
I’m also having this issue. I have a Ployglot Notebooks 1.0.5229040 doesn’t have this issue though. |
Describe the bug
I have a C# based notebook that prior to the latest update to the VS Code plugin was working fine. After the last plugin update (to v1.0.5530010, released on 2024-10-30, 12:24:40), it seems file (DLL) references cause an error (displayed in the cell output area):
To be clear, this is for references in the form:
#r "C:\..\Example.dll"
Nuget references (e.g.
#r "nuget: Microsoft.Data.SqlClient"
) continue to work fine.Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the
#!about
magic command. ):Version: 1.0.553001+f0ec3826954ea1ab829b435418328e4aa8db58e2
Library version: 1.0.0-beta.24530.1+f0ec3826954ea1ab829b435418328e4aa8db58e2
Build date: 2024-11-06T19:03:33.2387602Z
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: