Document when you should and when you don't have to ship a task `.deps.json`
Open
Area: Documentation
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
See discussion in https://github.com/dotnet/roslyn/issues/74725, but:
* If a task assembly has an adjacent `.deps.json`, MSBuild will respect it.
* Generally you should probably ship this
* But you don't super have to, the old "load references from next to it" behavior covers a lot.
We should write down details.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.