linq2db.t4models 5.3.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved

Requires NuGet 3.3.0 or higher.

dotnet add package linq2db.t4models --version 5.3.2
NuGet\Install-Package linq2db.t4models -Version 5.3.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="linq2db.t4models" Version="5.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add linq2db.t4models --version 5.3.2
#r "nuget: linq2db.t4models, 5.3.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.
// Install linq2db.t4models as a Cake Addin
#addin nuget:?package=linq2db.t4models&version=5.3.2

// Install linq2db.t4models as a Cake Tool
#tool nuget:?package=linq2db.t4models&version=5.3.2

LINQ to DB

License

Also check command-line scaffolding tool: linq2db.cli.

This nuget package contains database scaffolding T4 templates to generate POCO classes from your database.

You can read about T4 templates options here. Demonstration video could be found here.

Important

Don't use this package if you don't need database scaffolding functionality. Instead of this package, use:

  1. main linq2db package
  2. database provider nuget (see list of supported providers below)

Supported database providers

Obsoletion Note

T4 templates obsoleted starting from Linq To DB 4.0.0 and replaced with new scaffolding utility. We still release newer versions of templates to maintain compatibility with new LinqToDB releases but don't actively develop new features for them.

There are multiple reasons for it:

  • T4 templates doesn't work well outside of Visual Studio. MacOS/Linux users or users of alternate IDEs could face serious issues trying to use T4 templates.
  • T4 templates executed using .NET Framework by Visual Studio, which also creates issues for non-Windows users.
  • T4 host use x86 process for Visual Studio 2019- and x64 process for Visual Studio 2022+. This creates issues with native providers as they are platform-dependent (ODBC and OleDb providers, various native ADO.NET providers).
  • It's very hard to maintain big code generation framework, written in T4 templates.

These are the most significant issues with T4 templates.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on linq2db.t4models:

Package Downloads
Hardcore.Megalog

Provides extended logging into local db

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on linq2db.t4models:

Repository Stars
linq2db/linq2db
Linq to database provider.
ClosedXML/ClosedXML.Report
ClosedXML.Report is a tool for report generation with which you can easily export any data from your .NET classes to Excel using a XLSX-template.
Version Downloads Last updated
5.3.2 365 10/18/2023
5.3.1 300 10/16/2023
5.3.0 358 10/12/2023
5.2.2 7,274 6/8/2023
5.2.1 612 5/18/2023
5.2.0 601 5/4/2023
5.1.1 1,181 3/25/2023
5.1.0 813 3/16/2023
5.0.0 709 2/23/2023
5.0.0-rc.2 111 2/16/2023
5.0.0-rc.1 134 2/9/2023
5.0.0-preview.2 140 2/2/2023
5.0.0-preview.1 152 1/12/2023
4.4.1 1,047 2/2/2023
4.4.0 1,522 12/15/2022
4.3.0 5,795 10/1/2022
4.2.0 1,095 9/1/2022
4.1.1 1,571 7/7/2022
4.1.0 864 6/16/2022
4.0.1 1,070 5/27/2022
4.0.0 1,221 5/19/2022
4.0.0-rc.2 138 5/15/2022
4.0.0-rc.1 151 4/29/2022
4.0.0-preview.9-fixed 223 11/12/2021
4.0.0-preview.10 1,420 11/15/2021
4.0.0-preview.9 167 11/11/2021
4.0.0-preview.8 222 10/22/2021
4.0.0-preview.7 214 10/14/2021
4.0.0-preview.6 234 10/2/2021
4.0.0-preview.5 224 9/10/2021
4.0.0-preview.4 345 8/13/2021
4.0.0-preview.3 245 7/9/2021
4.0.0-preview.2 192 7/1/2021
4.0.0-preview.1 191 6/9/2021
3.7.0 1,875 4/7/2022
3.6.0 3,388 11/15/2021
3.5.2.1 1,472 11/12/2021
3.5.2 994 11/11/2021
3.5.1 2,931 10/22/2021
3.5.0 4,755 10/14/2021
3.4.5 929 10/2/2021
3.4.4 2,250 9/10/2021
3.4.3 1,712 8/13/2021
3.4.2 2,542 7/9/2021
3.4.1 1,043 7/1/2021
3.4.0 2,016 6/3/2021
3.3.0 3,029 3/25/2021
3.2.3 10,207 1/4/2021
3.2.2 1,038 12/26/2020
3.2.1 1,057 12/17/2020
3.2.0 937 12/17/2020
3.1.6 4,302 10/31/2020
3.1.5 2,327 10/15/2020
3.1.4 1,156 10/8/2020
3.1.3 2,109 9/17/2020
3.1.2 1,457 9/3/2020
3.1.1 975 8/27/2020
3.1.0 1,052 8/20/2020
3.0.1 3,340 7/13/2020
3.0.0 1,046 7/10/2020
3.0.0-rc.2 429 7/5/2020
3.0.0-rc.1 306 6/17/2020
3.0.0-rc.0 352 5/30/2020
3.0.0-preview.2 386 3/28/2020
3.0.0-preview.1 883 10/17/2019
2.9.8 15,357 4/16/2020
2.9.7 18,900 3/5/2020
2.9.6 7,245 1/30/2020
2.9.5 2,268 12/30/2019
2.9.4 4,024 11/12/2019
2.9.3 1,279 10/30/2019
2.9.2 1,294 10/17/2019
2.9.1 1,670 10/3/2019
2.9.0 40,528 8/8/2019
2.8.1 1,227 7/29/2019
2.8.0 1,093 7/25/2019
2.7.4 12,987 6/14/2019
2.7.3 1,124 6/13/2019
2.7.2 1,744 6/1/2019
2.7.1 1,927 5/23/2019
2.7.0 1,800 4/25/2019
2.6.4 32,820 2/2/2019
2.6.3 1,650 1/20/2019
2.6.2 4,163 1/3/2019
2.6.1 1,394 12/21/2018
2.6.0 1,453 12/14/2018
2.5.4 6,387 11/21/2018
2.5.3 1,644 11/20/2018
2.5.2 2,010 11/12/2018
2.5.1 1,822 11/5/2018
2.5.0 1,741 11/1/2018
2.4.0 3,038 10/4/2018
2.3.0 4,043 8/30/2018
2.0.0-beta4 4,325 2/9/2018
2.0.0-beta3 3,710 2/6/2018
2.0.0-beta2 3,862 2/3/2018
2.0.0-beta1 4,211 2/2/2018
1.10.0 79,419 11/19/2017
1.9.0 20,884 8/30/2017
1.8.3 12,309 7/6/2017
1.8.2 11,729 6/6/2017
1.8.1 6,891 6/4/2017
1.8.0 7,894 5/18/2017
1.7.6 8,214 2/19/2017
1.7.5 2,181 2/7/2017
1.0.7.3 25,739 9/7/2015
1.0.7.2 3,509 8/13/2015
1.0.7.1 55,378 2/25/2015