dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.92k stars 389 forks source link

Could not load STJ 9.* #3778

Open LittleLittleCloud opened 6 days ago

LittleLittleCloud commented 6 days ago

Describe the bug

Please provide as much information as you can.

Image Image

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.

konst-sh commented 5 days ago

I'm experiencing the same issue, In case when STJ9 is a dependency in dll I was trying to load. The dll loading became a mess recently

jonsequitur commented 5 days ago

@LittleLittleCloud Could you provide the code that produced this output?

konst-sh commented 1 day ago

Here is my case: https://github.com/konst-sh/Netinteractive_Reft_issue In the sample NET8 project added STJ9 nuget and later referenced in My client test.dib file, which causes this error: Image