question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

*.deps.json missing some project dependencies

See original GitHub issue

Hello. I am working on a .NET5 library that has many dependencies on other .NET5 projects. I am seeing an issue where the project’s .deps.json file doesn’t contain all of the project dependencies that exist in the .csproj. I am using dotnet-sdk-5.0.100 on Windows 10 and this build environment:

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:16 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
dsplaistedcommented, Dec 21, 2020

I’m glad we were able to figure this out.

0reactions
jeffasoncommented, Dec 21, 2020

@dsplaisted @nkolev92 thanks for the link. The workaround mentioned in NuGet/Home#4463 of supplying the Directory.Build.Props seems to have resolved the missing dependencies in my GameSim.deps.json file so I believe this issue can be closed

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - .NET Core - why do 'classic' assembly references not ...
When you build 'App', the App.deps.json does not include any sign of the dependencies on the legacy assemblies via ClassLib, just the nuget ......
Read more >
C++/CLI dependencies are not correctly identified and put ...
C++/CLI dependencies are not correctly identified and put in .deps.json · Console runs a restore with dotnet.exe externally, which doesn't work ...
Read more >
deps.json missing - Developer Community
Reproducing the situation is simple: 1.) Create a new Visual Studio .net Core web application (I chose API and no authentication). In my...
Read more >
Fix unable to find *.deps.json for unit tests in .NET 5
Learn about two possible solutions for the "Unable to find *.deps.json" error when trying to run unit tests for .NET 5 in Azure...
Read more >
Dependency listed in deps.json not found - EBuild
Hi, I get this error Error: An assembly specified in the application dependencies manifest (DependencyConsoleApplication.deps.json) was not ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found