I tried publishing my first nuget package to nuget.org. But I get the error "The package ID is reserved". My package has the ID "Joa.API".
During my research, I found 3 reasons why this error could occur:
- The package ID is already taken: I searched on nuget.org and can't find any packages with the same ID. This does not seem to be the problem.
- The package prefix is already taken: I searched on nuget.org for any packages with the same prefix. I don't find any. This does not seem to be the problem.
- The package ID contains reserved words: The only reserved word I could find was "Resource": Nuget package id reserved word restrictions?. My ID does not contain this word. This does not seem to be the problem.
So my Question is, which of my assumptions is wrong?