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.

.NET Core Linux not logging Entity Framework Core transactions

See original GitHub issue

I published my app using:

dotnet publish -r linux-x64 -f netcoreapp2.2 --self-contained -c Release

The app works, requests end up in APM server, but no entity framework transactions. Running the app from Rider on Windows works just fine. Is this a known thing with self-contained releases?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mterwoordcommented, Mar 3, 2019

I’m working on a repro project, but cannot really find anything yet. Next week, I’ll try to work on trimming down my product to a version that’s OK to share, and still shows the issue…

0reactions
gregkalaposcommented, Mar 27, 2019

Ok, closing now, feel free to reopen when you have time for this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Logging in .NET Core and ASP.NET Core
Learn how to use the logging framework provided by the Microsoft.Extensions.Logging NuGet package.
Read more >
Alternative to TransactionScope (DTC) for .NET Core ...
I am currently working on a project where my program runs in a Linux Docker container and my database is hosted on a...
Read more >
Entity Framework Core - Use TransactionScope With ...
NET Core and knows Entity Framework inside out. One of the new features of Entity Framework Core 2.1 is the support of TransactionScopes....
Read more >
Logging in Entity Framework Core
Entity Framework Core integrates with the .NET Core logging to log SQL and change tracking information to the various output targets. First, install...
Read more >
Transactions with Entity Framework Core
I explained how to create a model from a database and call stored procedures. Here I explain transactions with Entity Framework Core.
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