An assembly specified in the application dependencies manifest was not found #737
Labels
closed:done
is:bug
resolution:known
We have a resolution for this, which is described in the issue, under heading Resolution
Milestone
When upgrading
NUnit3TestAdapter
package to3.16.1
via Visual Studio in a.NET Core 3.1
project, it automatically addsPrivateAssets
andIncludeAssets
like this:That makes some tests invoked by
dotnet vstest
fail when run inside of a docker container based onmcr.microsoft.com/dotnet/core/sdk:3.1.201-bionic
.We've suffered 2 different errors so far, one of them being:
The other one, whose logs I don't longer have access to, was also indicating some issue with a dll inside of
lib/netstandardXX
.We are unable to reproduce this either via VisualStudio or with
dotnet vstest
, just inside of a docker container based on the sdk image.Removing
PrivateAssets
andIncludeAssets
was the solution to workaround this issue.The text was updated successfully, but these errors were encountered: