masesgroup / KNet

KNet is a comprehensive .NET suite for Apache Kafka™ providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).
https://knet.masesgroup.com/
Apache License 2.0
33 stars 6 forks source link

Remove catalog from PowerShell package generation #400

Closed masesdevelopers closed 5 months ago

masesdevelopers commented 5 months ago
          @ShawnMSkyline the [instructions page](https://github.com/masesgroup/KNet/blob/9bfd3493a25d7267cd778e26efe892748883e190/src/net/Documentation/articles/usagePS.md) shall be updated while the issue you reported is solved. The command to be issued in the PS shell is the following one and it works on both PowerShell Desktop and PowerShell Core:
Install-Module -Name MASES.KNetPS -SkipPublisherCheck

Originally posted by @masesdevelopers in https://github.com/masesgroup/KNet/issues/170#issuecomment-1468915228

Many PowerShell packages available on PowerShell Gallery does not have the catalog, Microsoft packages too (e.g. https://www.powershellgallery.com/packages/Azure/5.3.1)