C
C#13mo ago
Tvde1

❔ ✅ Could not load file or assembly Microsoft.Bcl.AsyncInterfaces 7.0.0.0

I've upgaded the packages of about 100 csproj in multiple solutions and now each service logs:
An error occurred while writing to logger(s).

Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
An error occurred while writing to logger(s).

Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
When the /health endpoint is called. I can't tell which NuGet package is causing this. What's the recommended approach?
2 Replies
Tvde1
Tvde113mo ago
Seems I installed a NuGet package that is not supporting .NET 6 . Let's find out which one 🙃
Accord
Accord13mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.