waf / CSharpRepl

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
https://fuqua.io/CSharpRepl/
Mozilla Public License 2.0
2.76k stars 106 forks source link

can't properly load nuget packages which contain native binaries #375

Open Funny-ppt opened 1 month ago

Funny-ppt commented 1 month ago

Version

C# REPL 0.6.7+d2955f13e744320cd6331c484e1286c3ed4f8612

What happened?

I have created a nuget package myself which contains a native dll 'natpmp.dll', and include it in a project works fine. Meanwhile it always failed to find dll in csharprepl. Same issue for other packages (such 'ppy.SDL2-CS')