ForNeVeR / ForNeVeR/PascalABC.NET.SDK
dotnet test doesn't work with our solution
- Linguagem predominante
- C#
- Estrelas
- 21
- Forks
- 2
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
```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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
Comece comparando a execução malsucedida de `dotnet test` no nível da solução com os comandos de CI que executam cada projeto de teste separadamente. Rastreie por que `PascalABC.NET.SDK.TestFramework.deps.json` não consegue resolver `MedallionShell` versão 1.6.2 e, em seguida, verifique se a execução de `dotnet test` para toda a solução é concluída com sucesso.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- csharp
- Domínio
- build-system, testing-qa
- Tipo de issue
- Bug
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 35/100