Namespace Coree.NETStandard.Extensions
Classes
BoolExtensions
Provides extension methods for working with nullable boolean values.
CancellationTokenExtensions
Provides extension methods for CancellationToken to enhance asynchronous programming patterns.
EnumerableStringExtension
Provides extension methods for IEnumerable<T> to enhance and simplify operations on collections.
EnumerableTExtension
Provides extension methods for IEnumerable<T> to enhance and simplify operations on collections.
HostApplicationBuilderExtensions
Provides extension methods for IHostApplicationBuilder to configure services, logging, app configuration, and host options in a manner similar to Host.CreateDefaultBuilder These extensions offer a fluent interface for configuring the application host, enabling the customization of service dependencies, configuration sources, logging, and host behaviors.
ServiceProviderExtensions
Provides an extension method for IServiceProvider to retrieve all services currently registered. This functionality aids in accessing service-related information, useful for debugging or service analysis purposes.
StringBuilderExtension
Provides extension methods for the StringBuilder class.
StringsExtensions
Provides extension methods for string operations, enhancing the built-in string manipulation capabilities.