dotnet / NuGet.BuildTasks

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

ResolveNuGetPackageAssets allocates 3.7% of solution-wide design-time build #81

Open nkolev92 opened 4 years ago

nkolev92 commented 4 years ago

From @davkean on September 26, 2017 12:55

This is literally turning text -> text, can we do this without NewtonSoft.Json? Otherwise, try the lower level reader API that JSON.NET has? image

Copied from original issue: dotnet/sdk#1605

Moved from: https://github.com/NuGet/Home/issues/6755

cc @davkean @nguerrera