Open
Description
Is your feature request related to a problem? Please describe.
The GenerateDepsFile always writes a new deps.json file, even if the content is the same. This leads to rebuilds all down the target chain. We shouldn't write a deps.json unless the content would be materially different.
sdk/src/Tasks/Microsoft.NET.Build.Tasks/GenerateDepsFile.cs
Lines 253 to 258 in 5457ad3