EzDbSchema.MsSql
8.3.3
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
<PackageReference Include="EzDbSchema.MsSql" Version="8.3.3" />
<PackageVersion Include="EzDbSchema.MsSql" Version="8.3.3" />
<PackageReference Include="EzDbSchema.MsSql" />
paket add EzDbSchema.MsSql --version 8.3.3
#r "nuget: EzDbSchema.MsSql, 8.3.3"
#addin nuget:?package=EzDbSchema.MsSql&version=8.3.3
#tool nuget:?package=EzDbSchema.MsSql&version=8.3.3
Microsoft SQL Server provider for EzDbSchema. Extract complete database schemas, detect patterns, and generate code from SQL Server databases.
Product | Versions 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. |
-
net8.0
- EzDbSchema (>= 8.3.3)
- Microsoft.Data.SqlClient (>= 6.0.1)
- Microsoft.Extensions.Configuration (>= 9.0.3)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.3)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.3)
- Microsoft.Extensions.Configuration.CommandLine (>= 9.0.3)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 9.0.3)
- Microsoft.Extensions.Configuration.FileExtensions (>= 9.0.3)
- Microsoft.Extensions.Configuration.Json (>= 9.0.3)
- Microsoft.Extensions.DependencyInjection (>= 9.0.3)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.3)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.3)
- Microsoft.Extensions.FileProviders.Physical (>= 9.0.3)
- Microsoft.Extensions.FileSystemGlobbing (>= 9.0.3)
- Microsoft.Extensions.Primitives (>= 9.0.3)
- System.Text.Json (>= 9.0.3)
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 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