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:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user