bcurran3 / ChocolateyPackages

My published Chocolatey packages
207 stars 93 forks source link

Move help to XML comment based help #280

Closed TheCakeIsNaOH closed 2 years ago

TheCakeIsNaOH commented 2 years ago

It looks like something went wrong with #221, and the xml help comments did not end up getting into the source code tree.

This adds xml help comments, so you can run get-help .\cnc.ps1

bcurran3 commented 2 years ago

OK. Merged.

bcurran3 commented 2 years ago

I did notice after the last merge (two months ago?) I'm getting this all the time but haven't had a chance to look into it:

FYI:       ** Binary files - PNG, BMP, GIF, or TGA image file(s) found.
           ** Suggestion: Consider running CNC -OptimizeImages to optimize your image file(s).

Guess is it's checking the default directory instead of just in the tools directory; e.g. icon file in the package dir.

After this merge I'm getting:

FYI:       ** choco-nuspec-checker may have submitted/unapproved versions pending moderation.
FYI:       ** choco-nuspec-checker may have a version waiting for corrective action.

When the conditions that cause those messages aren't true. This is probably related to community.chocolatey.org - I have not investigated yet.

TheCakeIsNaOH commented 2 years ago

I'll stick this on my todo list, I have not seen either of these but who knows, it could just be the specific packages I am testing against.