EzDbSchema.MsSql 8.3.3

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

Microsoft SQL Server provider for EzDbSchema. Extract complete database schemas, detect patterns, and generate code from SQL Server databases.

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EzDbSchema.MsSql:

Package Downloads
EzDbCodeGen

A powerful .NET library for database-driven code generation. Generate models, repositories, and APIs from your database schema.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.4.0 206 3/18/2025
8.3.3 140 3/18/2025
8.3.1 133 3/17/2025
8.2.0 131 8/26/2024

Version 8.3.3 (2025-03-17):
- Enhanced string extension methods for better .NET 8.0 compatibility
- Improved handling of null inputs in string operations
- Updated Microsoft.Extensions.* packages to 9.0.3
- Updated Microsoft.Data.SqlClient to 6.0.1
- Updated System.Text.Json to 9.0.3
- Standardized on modern JSON libraries (System.Text.Json and Newtonsoft.Json)
- Removed legacy .NET Framework dependencies
- Security improvements through package updates