pwujczyk / ProductivityTools.Learning.PSModuleFrameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerShell Module Frameworks

Writing PowerShell binary modules now requires to understood couple concepts:

  • Difference between PowerShell and PowerShell Core
  • .NET Framework and .NET Core frameworks
  • .NET Standard API

Slide below summarize what I learnt and code helps to understood.

Create database

If you would like to test code, build application and open the TestModules.ps1 script in PowerShell and PowerShell Core. You will see that most of the modules works correctly, only module executed in PowerShell Core which contains code which PowerShell Core doesn't support (WCF) - fails.

About


Languages

Language:C# 95.0%Language:PowerShell 5.0%