Skip to content

Commit

Permalink
feat: Repository restructured (#545)
Browse files Browse the repository at this point in the history
* chore: Repository restructured

* chore: Removed empty `.gitmodules`

* chore: All tests have been moved to single centralised test projects

* chore: Removed duplicated `AzuriteAccess`
  • Loading branch information
samtrion authored Dec 16, 2024
1 parent 78fa646 commit 7abe444
Show file tree
Hide file tree
Showing 416 changed files with 530 additions and 2,498 deletions.
Empty file removed .gitmodules
Empty file.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup Label="General settings for all projects">
<_ProjectTargetFrameworks>net8.0;net9.0</_ProjectTargetFrameworks>
<_TestTargetFrameworks>net8.0;net9.0</_TestTargetFrameworks>
<_TestTargetFrameworks Condition=" '$(BuildingInsideVisualStudio)' == 'true' ">net8.0</_TestTargetFrameworks>
</PropertyGroup>

<PropertyGroup>
Expand Down
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 7abe444

Please sign in to comment.