From 8bbc1df62a324dbeae7b500deaffa5011a448c40 Mon Sep 17 00:00:00 2001 From: Youssef1313 Date: Thu, 20 Feb 2025 13:55:29 +0100 Subject: [PATCH] Enable dotnet test support for MTP --- DataLayer.Tests/DataLayer.Tests.csproj | 2 -- Directory.Build.props | 4 ++++ Directory.Packages.props | 2 +- Entity.Tests/Entity.Tests.csproj | 2 -- Facades.Tests/Facades.Tests.csproj | 2 -- IntegrationTests/IntegrationTests.csproj | 2 -- Model.Tests/Model.Tests.csproj | 2 -- Services.Tests/Services.Tests.csproj | 2 -- TestsForLocalDebugging/TestsForLocalDebugging.csproj | 2 -- 9 files changed, 5 insertions(+), 15 deletions(-) diff --git a/DataLayer.Tests/DataLayer.Tests.csproj b/DataLayer.Tests/DataLayer.Tests.csproj index e8c04dc..abae4df 100644 --- a/DataLayer.Tests/DataLayer.Tests.csproj +++ b/DataLayer.Tests/DataLayer.Tests.csproj @@ -6,8 +6,6 @@ Havit.NewProjectTemplate.DataLayer.Tests obj\$(Configuration)\publish false - true - true Exe diff --git a/Directory.Build.props b/Directory.Build.props index bdbf33a..b037360 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,6 +13,10 @@ enable disable true + true + true + true + Recommended diff --git a/Directory.Packages.props b/Directory.Packages.props index 4842766..8c5c7d8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -60,7 +60,7 @@ - + diff --git a/Entity.Tests/Entity.Tests.csproj b/Entity.Tests/Entity.Tests.csproj index e410fd5..26bf71a 100644 --- a/Entity.Tests/Entity.Tests.csproj +++ b/Entity.Tests/Entity.Tests.csproj @@ -7,8 +7,6 @@ obj\$(Configuration)\publish false - true - true Exe diff --git a/Facades.Tests/Facades.Tests.csproj b/Facades.Tests/Facades.Tests.csproj index 8d75aa6..7a3939f 100644 --- a/Facades.Tests/Facades.Tests.csproj +++ b/Facades.Tests/Facades.Tests.csproj @@ -6,8 +6,6 @@ Havit.NewProjectTemplate.Facades.Tests obj\$(Configuration)\publish false - true - true Exe diff --git a/IntegrationTests/IntegrationTests.csproj b/IntegrationTests/IntegrationTests.csproj index f24c3f3..b70c4c4 100644 --- a/IntegrationTests/IntegrationTests.csproj +++ b/IntegrationTests/IntegrationTests.csproj @@ -5,8 +5,6 @@ Havit.NewProjectTemplate.IntegrationTests Havit.NewProjectTemplate.IntegrationTests false - true - true Exe diff --git a/Model.Tests/Model.Tests.csproj b/Model.Tests/Model.Tests.csproj index cb339fd..9202116 100644 --- a/Model.Tests/Model.Tests.csproj +++ b/Model.Tests/Model.Tests.csproj @@ -6,8 +6,6 @@ Havit.NewProjectTemplate.Model.Tests obj\$(Configuration)\publish false - true - true Exe diff --git a/Services.Tests/Services.Tests.csproj b/Services.Tests/Services.Tests.csproj index 16da577..aeeed04 100644 --- a/Services.Tests/Services.Tests.csproj +++ b/Services.Tests/Services.Tests.csproj @@ -6,8 +6,6 @@ Havit.NewProjectTemplate.Services.Tests obj\$(Configuration)\publish false - true - true Exe diff --git a/TestsForLocalDebugging/TestsForLocalDebugging.csproj b/TestsForLocalDebugging/TestsForLocalDebugging.csproj index 14b34e6..6d3001d 100644 --- a/TestsForLocalDebugging/TestsForLocalDebugging.csproj +++ b/TestsForLocalDebugging/TestsForLocalDebugging.csproj @@ -7,8 +7,6 @@ obj\$(Configuration)\publish false - true - true Exe