Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet test doesn't work with our solution #21

Open
ForNeVeR opened this issue Oct 8, 2022 · 0 comments
Open

dotnet test doesn't work with our solution #21

ForNeVeR opened this issue Oct 8, 2022 · 0 comments
Labels
help wanted Extra attention is needed infrastructure

Comments

@ForNeVeR
Copy link
Owner

ForNeVeR commented Oct 8, 2022

$ dotnet test
  PascalABC.NET.SDK -> W:\Projects\PascalABC.NET.SDK\PascalABC.NET.SDK\bin\Debug\net6.0\PascalABC.NET.SDK.dll
Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
Testhost process exited with error: Error:
  An assembly specified in the application dependencies manifest (PascalABC.NET.SDK.TestFramework.deps.json) was not found:
    package: 'MedallionShell', version: '1.6.2'
    path: 'lib/netstandard2.0/MedallionShell.dll'
. Please check the diagnostic logs for more information.

Test Run Aborted.

At the same time, if we execute dotnet test separately for every test project (as it is done on CI currently), then it works.

I don't understand the issue, and it should be fixed.

@ForNeVeR ForNeVeR added help wanted Extra attention is needed infrastructure labels Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant