I am getting a strange build error when building Windows Universal apps.
Severity Code Description Project File Line Suppression State Err
I followed up with the Bcl.Build package owners and got a response from Eric St. John. He says that you shouldn't reference Bcl.Build in your UWP project that uses project.json, and there's a project property to suppress the warning that is telling you to do so.
Correct, the problem is most of the packages out there that use it also don’t know about UWP either and if they update for UWP we want them to drop this dependency rather than make it work. The package isn’t needed at all for UWP or any framework that supports project.json.
To work around the error with the old package do the following:
Add
true to the at the top of your csproj/vbproj