Update to latest code and nugets packages

This commit is contained in:
2026-07-03 14:43:35 +02:00
parent 5530dc915e
commit 3a36978997
25 changed files with 339 additions and 116 deletions
@@ -13,7 +13,8 @@ public sealed class Module : IIoCModule<IServiceCollection>
public void RegisterComponents(IServiceCollection container)
{
container.RegisterJob<SayHelloWorldJob, SayHelloWorldJobConfiguration>();
}
container.RegisterJob<SayHelloWorldWithDefaultNameUsageJob, SayHelloWorldWithDefaultNameUsageJobConfiguration>(IgnoreConditions.EntityFramework, IgnoreConditions.Swagger);
}
#endregion
}