feat: add PostgresPeriodicTuner for periodic database maintenance and optimize NoWarn settings

This commit is contained in:
2026-07-07 08:29:35 -04:00
parent 4a408dc625
commit b475a8264a
7 changed files with 150 additions and 58 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<NoWarn>$(NoWarn);NU1510</NoWarn>
</PropertyGroup>
<!-- Run "dotnet list package (dash,dash)outdated" to see the latest versions of each package.-->
<ItemGroup Label="Package Dependencies">
@@ -90,4 +91,4 @@
<PackageVersion Include="Xunit.SkippableFact" Version="1.5.61" />
<PackageVersion Include="xunit" Version="2.9.3" />
</ItemGroup>
</Project>
</Project>