Testcontainers.MsSql 4.1.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Testcontainers.MsSql --version 4.1.0
                    
NuGet\Install-Package Testcontainers.MsSql -Version 4.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="Testcontainers.MsSql" Version="4.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Testcontainers.MsSql" Version="4.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Testcontainers.MsSql" />
                    
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 Testcontainers.MsSql --version 4.1.0
                    
#r "nuget: Testcontainers.MsSql, 4.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.
#:package Testcontainers.MsSql@4.1.0
                    
#: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=Testcontainers.MsSql&version=4.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Testcontainers.MsSql&version=4.1.0
                    
Install as a Cake Tool

Testcontainers

Open in GitHub Codespaces

NuGet CI/CD Alert Status Coverage

Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker remote API and provides a lightweight implementation to support your test environment in all circumstances.

Testcontainers Banner

Read the documentation here

License

See LICENSE.

Copyright (c) 2019 - 2024 Andre Hofmeister and other authors.

See contributors for all contributors.


Join our Slack workspace | Testcontainers OSS | Testcontainers Cloud

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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 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 is compatible.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Testcontainers.MsSql:

Package Downloads
Testcontainers.ServiceBus

Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.

EasyDesk.CleanArchitecture.Testing.Integration

Utilities for integration testing an application built using the clean architecture packages.

ES.FX.Additions.Microsoft.EntityFrameworkCore.SqlServer

Package Description

Adliance.AspNetCore.Buddy.Testing

Library for easy integration tests for ASP.NET core applications, including database dependencies und Docker support.

LokiBulkDataProcessor

Loki Bulk Data Processor is a high-performance .NET library for fast, scalable bulk data ingestion using SQL Server's Bulk Copy engine. Now safe for repeated execution in ASP.NET Core Web APIs (v7.0+). Supports saving from model collections, DataTables, IDataReaders, and JSON streams. Ideal for ETL workflows, demo environments, and real-time processing. Includes mapping, structured logging (v6+), and flexible dependency injection. For tutorials and demos, visit the Loki Software YouTube channel: https://www.youtube.com/channel/UCZSEs5w0PEySBdb9uFE19FQ/playlists

GitHub repositories (33)

Showing the top 20 popular GitHub repositories that depend on Testcontainers.MsSql:

Repository Stars
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
LuckyPennySoftware/AutoMapper
A convention-based object-object mapper in .NET.
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
fluentmigrator/fluentmigrator
Fluent migrations framework for .NET
Squidex/squidex
Headless CMS and Content Managment Hub
ardalis/Specification
Base class with tests for adding specifications to a DDD model
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
zzzprojects/System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
Giorgi/EntityFramework.Exceptions
Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
artiomchi/FlexLabs.Upsert
FlexLabs.Upsert is a library that brings UPSERT functionality to common database providers for Entity Framework in their respective native SQL syntax
elastic/apm-agent-dotnet
open-telemetry/opentelemetry-dotnet-contrib
This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
zarusz/SlimMessageBus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
Eventuous/eventuous
Event Sourcing library for .NET
CommunityToolkit/Aspire
A community project with additional components and extensions for .NET Aspire
DapperLib/DapperAOT
Build time tools in the flavor of Dapper
Version Downloads Last Updated
4.6.0 178,925 6/13/2025
4.5.0 57,464 6/5/2025
4.4.0 535,688 4/14/2025
4.3.0 786,330 2/24/2025
4.2.0 213,738 2/10/2025
4.1.0 815,933 12/9/2024
4.1.0-beta.12035377103 265 11/26/2024
4.1.0-beta.11746011829 3,017 11/8/2024
4.0.0 770,166 11/1/2024
3.10.0 1,371,137 9/3/2024
3.9.0 1,153,993 6/16/2024
3.8.0 1,069,084 3/19/2024
3.8.0-beta.8238206979 673 3/11/2024
3.7.0 947,686 1/9/2024
3.6.0 530,630 11/10/2023
3.5.0 473,818 9/7/2023
3.4.0 151,400 8/10/2023
3.3.0 317,938 6/27/2023
3.2.0 162,336 5/23/2023
3.1.0 55,595 4/28/2023
3.0.0 213,402 3/8/2023