.net core 3.1 with global installation not working
See original GitHub issueHi,
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:
- Created 4 years ago
- Reactions:1
- Comments:8
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Glad to hear!Feel free to close this issue if solved!
aaaaah, gave me the right hint - after updating
NUnit3TestAdapter Microsoft.NET.Test.Sdk
it’s working again.
Thanks for your help!