ForNeVeR / ForNeVeR/PascalABC.NET.SDK
dotnet test doesn't work with our solution
- 主要語言
- C#
- 星號
- 21
- 分支
- 2
- PR 合併指標
- 30 天內沒有已合併 PR
描述
```console
$ 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.
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
首先,將失敗的解決方案層級 `dotnet test` 執行與分別執行每個測試專案的 CI 命令進行比較。追查 `PascalABC.NET.SDK.TestFramework.deps.json` 無法解析 1.6.2 版 `MedallionShell` 的原因,然後驗證對整個解決方案執行 `dotnet test` 能夠成功完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- csharp
- 領域
- build-system, testing-qa
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 35/100