Self Hosted NuGet Repository
Known Issues
I personally use Sonatype Nexus Repository OSS for testing. What I have come across is a difference in the way the PSGallery interprets and install PS Modules. The PS Gallery will read the module manifest for install, while Sonatype Nexus a from what I have read other NuGet hosted repositories will use the generated nuspec file.
This becomes an issue as a module manifest is not required to adhere to the same Semantic Version schema that is required/expected in the Nuget Nuspec standard. The result is the file path version for the module, not matching what is in the module manifest, and PowerShell will not import the module.
As a temporary solution I have modified the 2 currently effected modules. cChoco and RunAsUser and uploaded them for use.
Further Details
Opened Issues
Last updated
Was this helpful?