Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Repository restructured #545

Merged
merged 4 commits into from
Dec 16, 2024
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
Loading