If scripting works in PowerShell 7 #500
-
Thanks for this neat tool. I'm using it in Visual Studio and PowerShell. It seems the scripting only works in PowerShell 5. When I run the same script in PowerShell 7, it can add the type from DLL, but says:
I'm wondering if someone can give me some hint on how to run this tool in PowerShell 7. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think it's because the new PS is build on NetCore, so it can't load the NetFramework assemblies. |
Beta Was this translation helpful? Give feedback.
-
I confirm |
Beta Was this translation helpful? Give feedback.
I think it's because the new PS is build on NetCore, so it can't load the NetFramework assemblies.
Can you try one of these, according to what I read it should be working with
netcoreapp3.1
Scripting.zip