Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions DataLayer.Tests/DataLayer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<RootNamespace>Havit.NewProjectTemplate.DataLayer.Tests</RootNamespace>
<PublishDir>obj\$(Configuration)\publish</PublishDir>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<EnableMSTestRunner>true</EnableMSTestRunner>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<EnableMSTestRunner>true</EnableMSTestRunner>
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
<MSTestAnalysisMode>Recommended</MSTestAnalysisMode>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<PackageVersion Include="Microsoft.Extensions.Identity.Core" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.AzureAppServices" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" />
<PackageVersion Include="MSTest" Version="3.6.4" />
<PackageVersion Include="MSTest" Version="3.8.2" />
<PackageVersion Include="protobuf-net" Version="3.2.45" />
<PackageVersion Include="protobuf-net.Grpc.AspNetCore.Reflection" Version="1.2.2" />
<PackageVersion Include="Scrutor" Version="5.0.2" />
Expand Down
2 changes: 0 additions & 2 deletions Entity.Tests/Entity.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<!-- Route the publish folder outside of the bin folder to avoid running unit tests twice (from bin\Release\netcoreapp and bin\Release\netcoreapp\publish) -->
<PublishDir>obj\$(Configuration)\publish</PublishDir>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<EnableMSTestRunner>true</EnableMSTestRunner>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down
2 changes: 0 additions & 2 deletions Facades.Tests/Facades.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<RootNamespace>Havit.NewProjectTemplate.Facades.Tests</RootNamespace>
<PublishDir>obj\$(Configuration)\publish</PublishDir>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<EnableMSTestRunner>true</EnableMSTestRunner>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down
2 changes: 0 additions & 2 deletions IntegrationTests/IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<AssemblyName>Havit.NewProjectTemplate.IntegrationTests</AssemblyName>
<RootNamespace>Havit.NewProjectTemplate.IntegrationTests</RootNamespace>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<EnableMSTestRunner>true</EnableMSTestRunner>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down
2 changes: 0 additions & 2 deletions Model.Tests/Model.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<RootNamespace>Havit.NewProjectTemplate.Model.Tests</RootNamespace>
<PublishDir>obj\$(Configuration)\publish</PublishDir>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<EnableMSTestRunner>true</EnableMSTestRunner>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down
2 changes: 0 additions & 2 deletions Services.Tests/Services.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<RootNamespace>Havit.NewProjectTemplate.Services.Tests</RootNamespace>
<PublishDir>obj\$(Configuration)\publish</PublishDir>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<EnableMSTestRunner>true</EnableMSTestRunner>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down
2 changes: 0 additions & 2 deletions TestsForLocalDebugging/TestsForLocalDebugging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<!-- Route the publish folder outside of the bin folder to avoid running unit tests twice (from bin\Release\netcoreapp and bin\Release\netcoreapp\publish) -->
<PublishDir>obj\$(Configuration)\publish</PublishDir>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<EnableMSTestRunner>true</EnableMSTestRunner>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down