p2f icon indicating copy to clipboard operation
p2f copied to clipboard

Switch to PowerShellStandard and NetStandard

Open Jaykul opened this issue 7 years ago • 1 comments

I updated to .NET Core. Specifically, via the PowerShellStandard.Library (5.1.0). Can't use v3 of the PowerShellStandard.Library because it has a missing interface (and has never been finished). In any case, I don't think it actually matters which we reference, since that's just metadata, and everything we're using should be compatible, in the real world.

However, making it work in PowerShellStandard requires loosing Transactions, because they're not supported cross-platform. We could cross-compile and make a NuGet package with multiple versions in it, but it's probably just as easy to say: use the old version if you want transactions.

Jaykul avatar Jun 01 '18 06:06 Jaykul

I would love to see this merged!

powercode avatar Sep 28 '23 14:09 powercode