Building Binary PowerShell Cmdlets

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

ความคิดเห็น • 3

  • @АлександрКузин-й2с
    @АлександрКузин-й2с ปีที่แล้ว

    Thanks a lot! This is a great video for starting.
    I have created psm1 modules earlier, but for more complex cmdlets C# will be much more comfortable.

  • @jgrote
    @jgrote 2 ปีที่แล้ว

    TIL that you can specify a program for the coreclr launch that isn't just the DLL, thanks Adam!

  • @StarInBroadDaylight
    @StarInBroadDaylight 2 ปีที่แล้ว

    I think using a "classlib" as your template was a mistake. You could have easily used "Microsoft.PowerShell.Standard.Module.Template" instead. Its alias is "psmodule".