mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
.. | ||
Demo.ps1 | 7 years ago | |
ErrorIds.cs | 7 years ago | |
GetDecompiledProjectCmdlet.cs | 1 year ago | |
GetDecompiledSourceCmdlet.cs | 4 years ago | |
GetDecompiledTypesCmdlet.cs | 4 years ago | |
GetDecompilerCmdlet.cs | 3 years ago | |
GetDecompilerVersion.cs | 4 years ago | |
GetTargetFramework.cs | 1 month ago | |
ICSharpCode.Decompiler.PowerShell.csproj | 7 months ago | |
NullAttributes.cs | 3 years ago | |
README.md | 2 years ago | |
TypesParser.cs | 4 years ago | |
manifest.psd1 | 1 month ago |
README.md
ILSpy PowerShell Module
Built using https://github.com/PowerShell/PowerShell/blob/master/docs/cmdlet-example/command-line-simple-example.md as guideline
Sample usage: Demo.ps1
Tested with: PowerShell 5.1 on Windows, PowerShell 7+ on Windows and Mac
Missing
Publishing to https://www.powershellgallery.com/
- https://learn.microsoft.com/en-us/powershell/gallery/how-to/publishing-packages/publishing-a-package
- https://learn.microsoft.com/en-us/powershell/gallery/concepts/publishing-guidelines
Links for developing PS cmdlets
- https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/how-to-write-a-simple-cmdlet
- https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands
- https://github.com/mmaitre314/PowerShellGet-Test-Binary-Module
- https://www.red-gate.com/simple-talk/dotnet/net-development/using-c-to-create-powershell-cmdlets-beyond-the-basics/
- https://www.google.com/search?q=write+a+module+for+powershell+core