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.
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.