Pavel Tupitsyn created IGNITE-13222:
---------------------------------------
Summary: .NET: Consolidate tests - get rid of Tests.DotNetCore folder
Key: IGNITE-13222
URL:
https://issues.apache.org/jira/browse/IGNITE-13222 Project: Ignite
Issue Type: Improvement
Components: platforms
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 2.10
Right now we have a separate directory for .NET Core tests, and most test files are shared across Apache.Ignite.Core.Tests and Apache.Ignite.Core.Tests.DotNetCore projects.
Move Apache.Ignite.Core.Tests.DotNetCore.csproj to Apache.Ignite.Core.Tests directory, so that all tests are included into DotNetCore project by default.
Incompatible tests should be excluded specifically from the project, or using compiler directives (#if !NETCOREAPP).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)