-
Hi all, I'm trying to use sodium in PowerShell, which is a .NET derivative. Normally with .NET packages in PowerShell, I can use I've tried all the download targets that I can. I've tried PowerShell and PowerShell Core (Core is generally preferred). I've used PowerShell x86 and x64 (x64 is generally the preferred one). I've used older versions of sodium (1.17.1). And NONE of them load into powershell for me like I would hope. In PowerShell Core, when I run: In PowerShell x86 (non-core), when I run I do have the C++ redistributable installed and everything. Just checking to see if anyone sees this same behavior on their systems. I know, its a bit weird to load this into PowerShell, but I just really wasn't expecting this .net assembly to not work here like others do. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Note: I was directed here instead of the issues bug report area. Hopefully others will be able to confirm if they also are unable to add sodium to a PowerShell session. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
libsodium.dll
is not a .NET assembly. Have a look at the language bindings for .NET.