P
P copied to clipboard
Installation instructions should say you need nuget as a dotnet source
If you don't do that, you get an error like
error NU1101: Unable to find package p. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages
or
error NU1100: Unable to resolve 'p (>= 0.0.0)' for 'net6.0/any'.
When I investigated it turns out I didn't have the Nuget site as a source. I added it based on the instructions here and it worked.
You can test you have the appropriate source with
dotnet nuget list source
Registered Sources:
nuget.org [Enabled]
https://api.nuget.org/v3/index.json
Thanks, we will get this fixed in the new release and add it to the documentation.