When I try to update Nuget packages for my solution, I get an error:
Failed to generate binding redirects for 'MyLibrary'. Cannot convert null to 'VSLangProj.prjOutputType' because it is a non-nullable value type
In the csproj file, the output type is: winmdobj
There shouldn't be any binding redirects as it's not an EXE.
Comments: Fixed in changeset 97af36cf3403
Failed to generate binding redirects for 'MyLibrary'. Cannot convert null to 'VSLangProj.prjOutputType' because it is a non-nullable value type
In the csproj file, the output type is: winmdobj
There shouldn't be any binding redirects as it's not an EXE.
Comments: Fixed in changeset 97af36cf3403