eventflow / EventFlow

Async/await first CQRS+ES and DDD framework for .NET
https://docs.geteventflow.net/
Other
2.36k stars 444 forks source link

tests not running in VS Community 2017 (15.9.3) #640

Closed Yaevh closed 5 years ago

Yaevh commented 5 years ago

On Visual Studio Community 2017 (15.9.3) tests seem to be discovered properly; however, when trying to run them I get the following messages:

[22.05.2019 01:33:59 Informational] ------ Run test started ------
[22.05.2019 01:34:00 Warning] No test is available in C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.AspNetCore.Tests\bin\Debug\net461\EventFlow.AspNetCore.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.Autofac.Tests\bin\Debug\net452\EventFlow.Autofac.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.DependencyInjection.Tests\bin\Debug\net461\EventFlow.DependencyInjection.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.Elasticsearch.Tests\bin\Debug\net452\EventFlow.Elasticsearch.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.EntityFramework.Tests\bin\Debug\net461\EventFlow.EntityFramework.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.EventStores.EventStore.Tests\bin\Debug\net462\EventFlow.EventStores.EventStore.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.Examples.Shipping.Tests\bin\Debug\net452\EventFlow.Examples.Shipping.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.Hangfire.Tests\bin\Debug\net452\EventFlow.Hangfire.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.MongoDB.Tests\bin\Debug\net461\EventFlow.MongoDB.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.MsSql.Tests\bin\Debug\net452\EventFlow.MsSql.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.Owin.Tests\bin\Debug\net452\EventFlow.Owin.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.PostgreSql.Tests\bin\Debug\net452\EventFlow.PostgreSql.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.RabbitMQ.Tests\bin\Debug\net452\EventFlow.RabbitMQ.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.Sql.Tests\bin\Debug\net452\EventFlow.Sql.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.SQLite.Tests\bin\Debug\net452\EventFlow.SQLite.Tests.dll C:\Users\Tomasz\Documents\Projects\EventFlow\Source\EventFlow.Tests\bin\Debug\net452\EventFlow.Tests.dll. Make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again.
[22.05.2019 01:34:00 Informational] Test project EventFlow.Autofac.Tests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[22.05.2019 01:34:00 Informational] Test project EventFlow.Elasticsearch.Tests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[22.05.2019 01:34:00 Informational] Test project EventFlow.EventStores.EventStore.Tests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[22.05.2019 01:34:00 Informational] Test project EventFlow.Examples.Shipping.Tests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[22.05.2019 01:34:00 Informational] Test project EventFlow.Hangfire.Tests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[22.05.2019 01:34:00 Informational] Test project EventFlow.MongoDB.Tests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[22.05.2019 01:34:00 Informational] Test project EventFlow.MsSql.Tests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[22.05.2019 01:34:00 Informational] Test project EventFlow.Owin.Tests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[22.05.2019 01:34:00 Informational] Test project EventFlow.PostgreSql.Tests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[22.05.2019 01:34:00 Informational] Test project EventFlow.RabbitMQ.Tests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[22.05.2019 01:34:00 Informational] Test project EventFlow.Sql.Tests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[22.05.2019 01:34:00 Informational] Test project EventFlow.SQLite.Tests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[22.05.2019 01:34:00 Informational] Test project EventFlow.Tests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[22.05.2019 01:34:00 Informational] ========== Run test finished: 0 run (0:00:01,385005) ==========

What am I doing wrong and what should I do to run tests properly?

rasmus commented 5 years ago

I'll have a look