Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

dotnet test doesn't work with our solution

Open
#21 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
csharp

Research direction

Start by comparing the failing solution-level dotnet test run with the CI commands that execute each test project separately. Trace why PascalABC.NET.SDK.TestFramework.deps.json cannot resolve MedallionShell version 1.6.2, then verify that running dotnet test for the whole solution completes successfully.

Written by the indexing model from the issue text.

Description

help wanted infrastructure
$ 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.

Dominant language
C#
Stars
21
Forks
2
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ForNeVeR/PascalABC.NET.SDK

All issues in ForNeVeR/PascalABC.NET.SDK

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.