Muonroi.Data.EntityFrameworkCore.SqlServer 2.0.2

dotnet add package Muonroi.Data.EntityFrameworkCore.SqlServer --version 2.0.2
                    
NuGet\Install-Package Muonroi.Data.EntityFrameworkCore.SqlServer -Version 2.0.2
                    
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="Muonroi.Data.EntityFrameworkCore.SqlServer" Version="2.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Muonroi.Data.EntityFrameworkCore.SqlServer" Version="2.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Muonroi.Data.EntityFrameworkCore.SqlServer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Muonroi.Data.EntityFrameworkCore.SqlServer --version 2.0.2
                    
#r "nuget: Muonroi.Data.EntityFrameworkCore.SqlServer, 2.0.2"
                    
#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.
#:package Muonroi.Data.EntityFrameworkCore.SqlServer@2.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Muonroi.Data.EntityFrameworkCore.SqlServer&version=2.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Muonroi.Data.EntityFrameworkCore.SqlServer&version=2.0.2
                    
Install as a Cake Tool

Muonroi.Data.EntityFrameworkCore.SqlServer

NuGet

SQL Server provider configuration for Muonroi DbContexts.

Overview

Provides SqlServerDbContextConfigurator to correctly configure Microsoft SQL Server database connections, incorporating standard retry policies and execution strategies for enterprise resilience.

Features

  • SQL Server Integration: Utilizes SqlServerDbContextConfigurator for robust setup.
  • Transient Error Handling: Configured execution strategy for Azure SQL and on-premise environments.

Installation

dotnet add package Muonroi.Data.EntityFrameworkCore.SqlServer

Quick Start

builder.Services.AddMuonroiDbContext<MyDbContext>(options =>
{
    var configurator = new SqlServerDbContextConfigurator();
    configurator.Configure(options, "Server=.;Database=mydb;Integrated Security=True;");
});

Ecosystem Combinations

Muonroi.Data.EntityFrameworkCore.SqlServer + Muonroi.Governance.Enterprise

Leverage SqlServerDbContextConfigurator to reliably persist AuditTrailTenantPartition data in highly available enterprise deployments.

Samples

Find complete running examples in the ../../samples/ directory.

License

This project is licensed under the terms of the applicable Muonroi license.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Muonroi.Data.EntityFrameworkCore.SqlServer:

Package Downloads
Muonroi.RuleEngine.DecisionTable

Decision table models, converters, validators, and serializers for Muonroi Rule Engine.

Muonroi.RuleEngine.CEP

Complex Event Processing integration for Muonroi Rule Engine. Pattern-based event correlation and temporal windowing.

Muonroi.BuildingBlock.All

Metapackage for Muonroi Building Block - Includes all sub-packages for a complete infrastructure setup.

Muonroi.Data.EntityFrameworkCore.Events

Event dispatch, outbox persistence, and saga support for Muonroi Data.EntityFrameworkCore. Adds Mediator and Messaging integration on top of the persistence-only core.

Muonroi.RuleEngine.EntityFrameworkCore

Entity Framework Core persistence provider for Muonroi RuleEngine.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.2 526 8/26/2026