NotIlya.Extensions 2.0.0

Additional Details

⚠️ Deprecated. I decided to separate extensions to dedicated nuget packages.

There is a newer version of this package available.
See the version list below for details.
dotnet add package NotIlya.Extensions --version 2.0.0
NuGet\Install-Package NotIlya.Extensions -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NotIlya.Extensions" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NotIlya.Extensions --version 2.0.0
#r "nuget: NotIlya.Extensions, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NotIlya.Extensions as a Cake Addin
#addin nuget:?package=NotIlya.Extensions&version=2.0.0

// Install NotIlya.Extensions as a Cake Tool
#tool nuget:?package=NotIlya.Extensions&version=2.0.0

NotIlya.Extensions

This is a pack of my extensions that I grew tired of copying from one project to another. Its not tied to any specific topic there are extensions for different cases. Currently readme isn't ready I will add description to each extension method later.

Instalation

ExceptionCatcherMiddleware is available on NuGet and can be installed via the below commands:

$ Install-Package NotIlya.Extensions

or via the .NET Core CLI:

$ dotnet add package NotIlya.Extensions

Extensions

public static T GetRequiredValue<T>(this IConfiguration config, string? key = null)
public static SqlConnectionStringBuilder GetSqlConnectionStringBuilder(this IConfiguration config, string? key = null)

public static string GetSqlConnectionString(this IConfiguration config, string? key = null)
public static RedisConnectionStringBuilder GetRedisConnectionStringBuilder(this IConfiguration config, string? key = null)

public static string GetRedisConnectionString(this IConfiguration config, string? key = null)
public static AddSerilogOptions GetAddConfigurationOptions(this IConfiguration config, string? key = null)

public static void AddConfiguredSerilog(this IServiceCollection services, AddSerilogOptions options, Action<IServiceProvider, LoggerConfiguration>? configureSerilog = null)
public static void AddConfiguredEfSqlServer<TDbContext>(this IServiceCollection services, string connectionString, QueryTrackingBehavior queryTrackingBehavior = QueryTrackingBehavior.NoTracking)
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 213 6/22/2023
3.0.1 175 6/3/2023
3.0.0 141 6/3/2023
2.2.0 171 5/28/2023
2.1.0 174 5/28/2023
2.0.0 168 5/28/2023
1.0.1 178 5/27/2023
1.0.0 168 5/27/2023