-
Notifications
You must be signed in to change notification settings - Fork 392
Description
Hi. Firstly, thanks for your efforts. By far the best approach I've seen so far in this space.
I've got a rather large solution with many interdependencies between projects. When I run my tests, for almost all of the projects I see the following error:
tests/MyAssembly.Tests
/src/packages/coverlet.msbuild/1.0.1/build/netstandard2.0/coverlet.msbuild.targets(7,5): error : Failed to resolve assembly: 'AnotherAssembly, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null' [/src/tests/MyAssembly.Tests/MyAssembly.Tests.csproj]
obviously sanitised.
AnotherAssembly
isn't a direct dependency of the TestProject, but is built - to the version specified, and is in the bin directory along with all the other dependencies.
Any idea what might be wrong? Or better still, teach a bloke to fish: Is there some way of turning up the logging on coverlet to help debug? (can't actually say I've seen anything in the code which looks like it might help with this, but I haven't specifically been looking for it. will look now)
Cheers,
Paul