Hi,
I was wondering if Red Gate could enhance the PowerShellCmdlets.msi to also offer a PowerShellCoreCmdlets.msi - most of the product on the server-side is using .NET Core, and if you look at the PE Header metadata of the assemblies, only RedGate.SqlClone.Client.Api.dll targets .NET Framework 4.7.2 (PowerShell 5.0). Further, it looks like that only depends on System.Net.Http as truly .NET Framework dependency - it doesn't have anything wild like WCF as a dependency. In .NET Core and modern .NET (versions 5 through 9+), the System.Net.Http namespace is fully built-in and included by default as part of the shared framework runtime. You do not need to install a NuGet package to use it.
Thanks,
John
Hi,
I was wondering if Red Gate could enhance the PowerShellCmdlets.msi to also offer a PowerShellCoreCmdlets.msi - most of the product on the server-side is using .NET Core, and if you look at the PE Header metadata of the assemblies, only RedGate.SqlClone.Client.Api.dll targets .NET Framework 4.7.2 (PowerShell 5.0). Further, it looks like that only depends on System.Net.Http as truly .NET Framework dependency - it doesn't have anything wild like WCF as a dependency. In .NET Core and modern .NET (versions 5 through 9+), the System.Net.Http namespace is fully built-in and included by default as part of the shared framework runtime. You do not need to install a NuGet package to use it.
Thanks,
John