I plan to publish an extension for Hangfire on nuget.org but I see on https://www.nuget.org/packages/Hangfire/ that the prefix is reserved.
I also see many packages named Hangfire.* which are published on NuGet, many are even mentioned on https://www.hangfire.io/extensions.html
If I try to publish Hangfire.Something on nuget.org tomorrow, will it succeed or will it fail because of the prefix reservation? If it fails, what's the recommended approach?
The Serilog project is handling community contributions through the Serilog Contrib organization, which is pretty nice.
I plan to publish an extension for Hangfire on nuget.org but I see on https://www.nuget.org/packages/Hangfire/ that the prefix is reserved.
I also see many packages named Hangfire.* which are published on NuGet, many are even mentioned on https://www.hangfire.io/extensions.html
If I try to publish
Hangfire.Somethingon nuget.org tomorrow, will it succeed or will it fail because of the prefix reservation? If it fails, what's the recommended approach?The Serilog project is handling community contributions through the Serilog Contrib organization, which is pretty nice.