XmlDoc2CmdletDoc 0.2.7-Fix64BitAssemblyLoad

This is a prerelease version of XmlDoc2CmdletDoc.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package XmlDoc2CmdletDoc --version 0.2.7-Fix64BitAssemblyLoad
NuGet\Install-Package XmlDoc2CmdletDoc -Version 0.2.7-Fix64BitAssemblyLoad
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XmlDoc2CmdletDoc" Version="0.2.7-Fix64BitAssemblyLoad">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XmlDoc2CmdletDoc --version 0.2.7-Fix64BitAssemblyLoad
#r "nuget: XmlDoc2CmdletDoc, 0.2.7-Fix64BitAssemblyLoad"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install XmlDoc2CmdletDoc as a Cake Addin
#addin nuget:?package=XmlDoc2CmdletDoc&version=0.2.7-Fix64BitAssemblyLoad&prerelease

// Install XmlDoc2CmdletDoc as a Cake Tool
#tool nuget:?package=XmlDoc2CmdletDoc&version=0.2.7-Fix64BitAssemblyLoad&prerelease

Tool used to generate .dll-Help.xml help files for binary PowerShell modules from XML Doc comments. Licensed under the terms of the new 3-clause BSD license.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (9)

Showing the top 5 popular GitHub repositories that depend on XmlDoc2CmdletDoc:

Repository Stars
googleprojectzero/sandbox-attacksurface-analysis-tools
Set of tools to analyze Windows sandboxes for exposed attack surface.
microsoft/Intune-PowerShell-SDK
Native PowerShell support for invoking Microsoft Intune Graph API to enable IT Pro scenario automation.
lordmilko/PrtgAPI
C#/PowerShell interface for PRTG Network Monitor
x41sec/browser-security-whitepaper-2017
X41 Browser Security White Paper - Tools and PoCs
neos-sdi/adfsmfa
MFA for ADFS 2022/2019/2016/2012r2
Version Downloads Last updated
0.4.0-dotnetcore0001 6,067 7/14/2020
0.4.0-dotnetcore0000 1,254 7/8/2020
0.3.0 81,977 7/8/2020
0.2.13 33,215 8/5/2019
0.2.12 18,023 3/5/2019
0.2.11 1,020 3/5/2019
0.2.10 35,416 1/9/2018
0.2.9 14,737 9/22/2017
0.2.8 1,401 9/11/2017
0.2.7 13,651 2/3/2017
0.2.6 1,465 1/16/2017
0.2.5 1,754 11/19/2016
0.2.4 3,942 7/16/2016
0.2.3 6,298 4/29/2016
0.2.2 1,444 4/27/2016
0.2.1 1,294 4/14/2016
0.2.0 1,407 4/12/2016

Version 0.2.7 - Fixed issue #31. Removed affinity for running as a 32-bit process, thus ensuring 64-bit target modules can be loaded.

Version 0.2.6 - Fixed issue #28. Ensure that help syntax is correctly displayed for parameterless cmdlets.

Version 0.2.5 - Added limited support for documenting dynamic parameters. If a cmdlet implements IDynamicParameters, and its GetDynamicParameters method returns an instance of a nested type within the cmdlet, then help documentation will be extracted from the nested type's XML Doc comments.

Version 0.2.4 - Fixed issue #22. When encountering a Parameter with no getter, XmlDoc2CmdletDoc now records a warning that the default value for the Parameter cannot be obtained. Previously this raised a fatal exception.

Version 0.2.3 - XmlDoc2CmdletDoc now executes prior to the AfterBuild target, rather than prior to the PostBuildEvent target, to give developers the option to copy files around in either target, rather than only in the latter.

Version 0.2.2 - Fixed issue #19: Help for cmdlet parameters is now explicitly ordered by Position, then Required, then Name, rather than relying on the arbitrary order of Type.GetMembers.

Version 0.2.1 - First public release.