An idea just popped up: #PowerShell based chat app but for people, not for chatbots. ๐ค
Ever struggled with DllNotFoundException errors in #powershell? I had this problem in a #csharp module and solved it with a p/invoke call to SetDllDirectory.
Saw a post in /r/PowerShell where the native assemblies used by Mime couldn't be loaded and wrote this. Works in PowerShell 5.1 and 7+.
Easily call the SetDllDirector...








