Add SqlException config options and update dependencies

Added ConfigureSqlException methods to DependencyInjection for flexible SQL exception handling configuration. Updated RecApplicationTestBase to use new options. Bumped DigitalData.Core.Exceptions to v1.1.1.
This commit is contained in:
Developer 02
2026-01-22 01:49:59 +01:00
parent bb5525778d
commit 51b9c62188
3 changed files with 22 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ public abstract class RecApplicationTestBase : IDisposable
{
options.LuckyPennySoftwareLicenseKey = configuration["LuckyPennySoftwareLicenseKey"];
options.ConfigureRecActions(configuration.GetSection("RecAction"));
options.ConfigureSqlException(configuration.GetSection("SqlException"));
});
services.AddRecInfrastructure(opt =>