NotIlya.Extensions
2.1.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.
See the version list below for details.
dotnet add package NotIlya.Extensions --version 2.1.0
NuGet\Install-Package NotIlya.Extensions -Version 2.1.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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NotIlya.Extensions --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NotIlya.Extensions, 2.1.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.1.0 // Install NotIlya.Extensions as a Cake Tool #tool nuget:?package=NotIlya.Extensions&version=2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 NAddSerilogOptions GetNAddSerilogOptions(this IConfiguration config,
string? key = null)
public static void NAddSerilog(this IServiceCollection services, NAddSerilogOptions options,
Action<IServiceProvider, LoggerConfiguration>? configureSerilog = null)
public static bool AutoMigrate(this IConfiguration config, string? key = null)
public static NAddEfSqlServerOptions GetNAddEfSqlServerOptions(this IConfiguration config,
string? key = null)
public static void NAddEfSqlServer<TDbContext>(this IServiceCollection services,
NAddEfSqlServerOptions options) where TDbContext : DbContext
Product | Versions 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.
-
net7.0
- Microsoft.Data.SqlClient (>= 5.1.1)
- Microsoft.EntityFrameworkCore (>= 7.0.5)
- Microsoft.EntityFrameworkCore.SqlServer (>= 7.0.5)
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 7.0.0)
- Serilog.AspNetCore (>= 7.0.0)
- Serilog.Sinks.Seq (>= 5.2.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.