dotnet / NuGet.BuildTasks

The build tasks used to pick up package content from project.lock.json.
MIT License
45 stars 61 forks source link

Gracefully handle broken lock file #13

Closed jasonmalinowski closed 8 years ago

jasonmalinowski commented 8 years ago

If we get a broken like file like we saw in NuGet/Home#2525, let's give a graceful error message instead of a NullReferenceException that's completely undebuggable.

jasonmalinowski commented 8 years ago

Review: @NuGet/build-tasks-team

Pilchie commented 8 years ago

:+1: Would the plan be to include this in U3?

jasonmalinowski commented 8 years ago

Or Dev15. This is just so we can more quickly identify the source of this bug in the future.