PS C:\Projects\Thing> nuget pack
Attempting to build package from 'Thing.csproj'.
Parameter "escapedValue" cannot be null.
I looked through NuGet code, I don't find "escapedValue" anywhere in the source code, so I'm guessing it's from a third party library. I'm guessing it's a missing parameter from the corresponding nuspec file, but I don't know what parameter it is that's missing.
Comments: Can you help us debug the problem? We don't have your project, so it'll be more difficult to figure out what's going wrong from our side.
Attempting to build package from 'Thing.csproj'.
Parameter "escapedValue" cannot be null.
I looked through NuGet code, I don't find "escapedValue" anywhere in the source code, so I'm guessing it's from a third party library. I'm guessing it's a missing parameter from the corresponding nuspec file, but I don't know what parameter it is that's missing.
Comments: Can you help us debug the problem? We don't have your project, so it'll be more difficult to figure out what's going wrong from our side.