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 3.1 with global installation not working

See original GitHub issue

Hi,

today we upgraded to .net core 3.1, since then coverlet does not generate coverage statistics anymore:

Hits file:'MyLib_b975cdba-959a-4def-b0dd-cc2fbcc567ba' not found for module: 'Ariskon.PortfolioManagement.Objects'

Do you have any idea how to fix that issue? All other output looks fine so far.

Thanks in advance,

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:8

github_iconTop GitHub Comments

1reaction
MarcoRossignolicommented, Dec 5, 2019

Glad to hear!Feel free to close this issue if solved!

0reactions
StefanKoenigMUCcommented, Dec 5, 2019

aaaaah, gave me the right hint - after updating

NUnit3TestAdapter Microsoft.NET.Test.Sdk

it’s working again.

Thanks for your help!

Read more comments on GitHub >

github_iconTop Results From Across the Web

global dotnet-ef doesnt seem to work with .NET Core 3.1 · ...
I trying to run this command, but it's not working. I've tried many solution but nothing yet. dotnet tool install --global dotnet-ef --version ......
Read more >
net core - dotnet - cannot install global tools
I am unable to install any global tools via the dotnet cli. For example if I run: dotnet -d tool install -g dotnet-cleanup....
Read more >
.NET core 3.1 is not showing - Developer Community
In my case I had a global.json file which specified an sdk version of 2.2.101. This appears to prevent .Net Core 3.0 and...
Read more >
Troubleshoot .NET tool usage issues
You might come across issues when trying to install or run a .NET tool, which can be a global tool or a local...
Read more >
NETSDK1141: Unable to resolve the .NET SDK version as ...
Install the SDK version requested in global.json. Specify a different SDK version in global.json. Check for typos or other problems in global.
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