Egonsoft.HU
-
- 8,626 total downloads
- last updated 8/27/2023
- Latest version: 2.1.0
C# extension methods for BCL types (String, Type, etc.) -
- 4,712 total downloads
- last updated 11/6/2022
- Latest version: 2.0.0
Abstractions for dependency injection. Commonly Used Types: EgonsoftHU.Extensions.DependencyInjection.IAssemblyRegistry EgonsoftHU.Extensions.DependencyInjection.DefaultAssemblyRegistry -
- 4,349 total downloads
- last updated 2/5/2023
- Latest version: 3.0.0
A dependency module (derived from Autofac.Module) that discovers and registers all other dependency modules (derived from Autofac.Module). The dependency modules can also have shared dependencies injected into... More information -
- 3,442 total downloads
- last updated 11/5/2022
- Latest version: 2.0.0
Serilog.ILogger extensions: - Enrich log events with the name of the source member (method, property, etc.) in which the log event occurs. - Enrich log events with multiple properties at once using... More information -
- Deprecated
- 3,300 total downloads
- last updated 7/20/2018
- Latest version: 1.0.1
Extension methods for System.Object -
- 2,762 total downloads
- last updated 3/15/2023
- Latest version: 6.1.0
A dependency module (derived from Autofac.Module) that enables injecting a contextual Serilog logger so that you can avoid calling Log.Logger.ForContext<T>() manually. -
- Deprecated
- 2,323 total downloads
- last updated 7/20/2018
- Latest version: 1.0.1
All of the NuGet packages of C# extension methods for BCL classes. -
- 2,268 total downloads
- last updated 6/28/2022
- Latest version: 6.0.1
A dependency module (derived from Autofac.Module) that enables injecting the same contextual logger as ILogger instead of ILogger<TCategoryName> -
- Deprecated
- 1,848 total downloads
- last updated 7/15/2018
- Latest version: 1.0.0
Extension methods for System.Type -
- 1,353 total downloads
- last updated 6/24/2022
- Latest version: 1.0.1
App.config/Web.config configuration provider implementation for Microsoft.Extensions.Configuration. -
- 592 total downloads
- last updated 7/22/2019
- Latest version: 1.0.0
A type-safe enum pattern (aka "smart enum") implementation including "smart constant" as well. -
- 354 total downloads
- last updated 8/4/2023
- Latest version: 1.1.0
System.Text.Json extensions. Includes a JsonStringEnumConverter that supports EnumMemberAttribute. Commonly Used Types: EgonsoftHU.Text.Json.Serialization.JsonStringEnumConverter