Threax.ModelGen
18.0.0
dotnet add package Threax.ModelGen --version 18.0.0
NuGet\Install-Package Threax.ModelGen -Version 18.0.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="Threax.ModelGen" Version="18.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Threax.ModelGen" Version="18.0.0" />
<PackageReference Include="Threax.ModelGen" />
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 Threax.ModelGen --version 18.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Threax.ModelGen, 18.0.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 Threax.ModelGen@18.0.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=Threax.ModelGen&version=18.0.0
#tool nuget:?package=Threax.ModelGen&version=18.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Package Description
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. 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.
-
net8.0
- Threax.AspNetCore.Models (>= 18.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
18.0.0 | 239 | 8/21/2024 |
17.0.0 | 620 | 3/13/2022 |
16.0.0 | 1,178 | 7/22/2021 |
15.0.3 | 1,849 | 8/13/2020 |
15.0.2 | 833 | 6/24/2020 |
15.0.1 | 678 | 6/15/2020 |
15.0.0 | 714 | 6/15/2020 |
15.0.0-pre01 | 436 | 6/15/2020 |
14.0.0 | 619 | 6/3/2020 |
14.0.0-pre01 | 431 | 6/2/2020 |
12.0.0 | 725 | 11/23/2019 |
12.0.0-pre01 | 519 | 11/23/2019 |
11.1.0 | 2,506 | 4/3/2019 |
11.0.0 | 1,529 | 4/3/2019 |
10.0.4 | 1,579 | 4/1/2019 |
10.0.3 | 1,334 | 1/11/2019 |
10.0.2 | 1,275 | 1/11/2019 |
10.0.1 | 1,269 | 1/2/2019 |
10.0.0 | 1,379 | 1/2/2019 |
9.0.0 | 1,120 | 11/28/2018 |
8.0.0 | 1,774 | 8/7/2018 |
7.2.0 | 1,512 | 8/2/2018 |
7.1.1 | 2,483 | 6/28/2018 |
7.1.0 | 2,230 | 6/28/2018 |
7.0.0 | 1,649 | 6/26/2018 |
6.0.2 | 2,018 | 6/4/2018 |
6.0.1 | 1,484 | 6/1/2018 |
6.0.0 | 1,966 | 6/1/2018 |
5.3.1 | 1,674 | 5/31/2018 |
5.3.0 | 2,264 | 5/31/2018 |
5.2.0 | 2,223 | 5/30/2018 |
5.1.1 | 2,434 | 5/30/2018 |
5.0.1 | 1,667 | 5/24/2018 |
5.0.0 | 2,311 | 5/15/2018 |
4.2.2 | 2,315 | 4/17/2018 |
4.2.1 | 2,319 | 4/17/2018 |
4.2.0 | 1,619 | 4/17/2018 |
4.1.1 | 2,453 | 2/9/2018 |
4.1.0 | 2,360 | 2/8/2018 |
4.0.2 | 2,169 | 2/7/2018 |
4.0.1 | 2,126 | 2/7/2018 |
4.0.0 | 1,712 | 2/7/2018 |
3.3.0 | 2,383 | 1/24/2018 |
3.2.2 | 1,619 | 1/23/2018 |
3.2.1 | 2,370 | 1/23/2018 |
3.2.0 | 2,406 | 1/22/2018 |
3.1.0 | 1,486 | 12/17/2017 |
3.1.0-pre2 | 1,218 | 12/17/2017 |
Changed to embed and run as a tool in a project. Makes finding loaded types less error prone.
15.0.2 - Fixed bug where custom attributes were not applied to properties that use a class that is not involved in a relationship.