NuGet list issue against Nexus repository

When running the following command from NuGet.exe (5.11.0.10) against Nexus 3.33.1-01 an error is produced “Value cannot be null or an empty string”.

nuget list -Source https://nexus.mydomain.com/repository/nuget-internal/ -prerelease -allversions

Running this command against official NuGet feed however works as expected.

nuget list -Source https://api.nuget.org/v3/index.json -prerelease -allversions

Does anyone else have the same issue?

Hi Phil,

Please try adding index.json at the end of your repository URL, e.g.:
nuget list -Source https://nexus.mydomain.com/repository/nuget-internal/index.json -prerelease -allversions

No sorry, I still get the same.