Creating a PowerShell Module in C# .NET CoreLet's create a PowerShell Module in C# .NET Core with unit testing. Note: This demonstration uses the dotnet core CLI to initialise and set up the project before heading into Visual Studio. This is my personal preference but it might be advantageous to see the CLI in action. Follow along with the GitHub repository for this article here. Getting Started You may need to install the PowerShell template for .NET Core if you haven't already: Confirm the presence of the template: You should see one…