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 file has empty compilationOptions section

See original GitHub issue

Likely a result of the migration to the new JSON APIs

{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v3.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v3.0": {
      "ConsoleApp1/1.0.0": {
        "runtime": {
          "ConsoleApp1.dll": {}
        }
      }
    }
  },
  "libraries": {
    "ConsoleApp1/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}

cc @ahsonkhan @nguerrera

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
davidfowlcommented, May 21, 2019

Omg then we should fix it…

Read more comments on GitHub >

github_iconTop Results From Across the Web

The *deps.json file in .NET Core
The .deps.json file contains metadata about the assemblies referenced by the built assembly and the locations to search for them as well as ......
Read more >
deps.json missing - Developer Community
Adding an empty dependency file results in 500.2 and the application ... I've created several projects in a solution and have had no...
Read more >
Use hosting startup assemblies in ASP.NET Core
A dependencies file is required to consume the hosting startup in the hosting startup assembly. A dependencies file is a runnable app asset ......
Read more >
Deep-dive into .NET Core primitives: deps.json ...
I learned to program with gcc, C++, and vim. When I started working with C# and .NET, clicking the “Start” button in Visual...
Read more >
Professional C# 6 and .NET Core 1.0 - Google Books Result
You can also find the references for the NuGet packages within the project.json file. (In the following code snippet, they are in the...
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