Skip to content

Commit

Permalink
chore: All tests have been moved to single centralised test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Dec 16, 2024
1 parent 29feaed commit 296ad8b
Show file tree
Hide file tree
Showing 413 changed files with 454 additions and 2,149 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

<ItemGroup Label="Test compability" Condition=" '$(IsTestableProject)' == 'false' ">
<InternalsVisibleTo Include="NetEvolve.HealthChecks.Abstractions.Tests.Architecture" />
<InternalsVisibleTo Include="NetEvolve.HealthChecks.Tests.Architecture" />
<InternalsVisibleTo Include="NetEvolve.HealthChecks.Tests.Integration" />
<InternalsVisibleTo Include="NetEvolve.HealthChecks.Tests.Unit" />
</ItemGroup>

<PropertyGroup Label="Settings for test projects" Condition=" '$(IsTestableProject)' == 'true' ">
Expand Down
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<GlobalPackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19" />
<GlobalPackageReference Include="NetEvolve.Defaults" Version="1.3.18" />
<GlobalPackageReference Include="Roslynator.Analyzers" Version="4.12.9" />
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="10.3.0.106239" Condition=" '$(BuildingInsideVisualStudio)' == 'true' " />
</ItemGroup>
<ItemGroup>
Expand Down
797 changes: 77 additions & 720 deletions HealthChecks.sln

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 296ad8b

Please sign in to comment.