TypeGen 2.5.0
Prefix ReservedSee the version list below for details.
dotnet add package TypeGen --version 2.5.0
NuGet\Install-Package TypeGen -Version 2.5.0
<PackageReference Include="TypeGen" Version="2.5.0" />
<PackageVersion Include="TypeGen" Version="2.5.0" />
<PackageReference Include="TypeGen" />
paket add TypeGen --version 2.5.0
#r "nuget: TypeGen, 2.5.0"
#:package TypeGen@2.5.0
#addin nuget:?package=TypeGen&version=2.5.0
#tool nuget:?package=TypeGen&version=2.5.0
TypeGen is a single-class-per-file C# to TypeScript generator
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. 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 was computed. 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. |
| .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 was computed. |
| .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. |
-
.NETStandard 2.0
- No dependencies.
-
All Frameworks
- Newtonsoft.Json (>= 13.0.1)
- System.Reflection.TypeExtensions (>= 4.7.0)
-
net5.0
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on TypeGen:
| Package | Downloads |
|---|---|
|
Bonliva.Messaging.Messages
Package Description |
|
|
Datnek.Core
Package Description |
|
|
NetFusion.Web.Rest.CodeGen
Package Description |
|
|
RedMist.TimingCommon
Shared model classes for Red Mist Timing projects. |
|
|
Rudi.Dev.FastEndpoints.TsClientGenerator
Generates a customisable, simple TypeScript client for your FastEndpoints project without the need for Swagger. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.0.0 | 194,155 | 11/18/2025 |
| 6.0.4 | 42,478 | 11/17/2025 |
| 6.0.3 | 225,689 | 8/29/2025 |
| 6.0.2 | 259,704 | 11/15/2024 |
| 6.0.1 | 25,545 | 11/15/2024 |
| 6.0.0 | 28,889 | 11/14/2024 |
| 5.0.1 | 2,501,532 | 12/18/2023 |
| 5.0.0 | 40,256 | 11/22/2023 |
| 4.5.0 | 293,156 | 8/25/2023 |
| 4.4.1 | 77,833 | 8/2/2023 |
| 4.3.0 | 32,894 | 7/27/2023 |
| 4.2.0 | 29,493 | 7/22/2023 |
| 4.1.1 | 375,432 | 5/11/2023 |
| 4.1.0 | 28,434 | 5/4/2023 |
| 4.0.1 | 181,969 | 12/8/2022 |
| 4.0.0 | 35,639 | 11/26/2022 |
| 3.1.0 | 152,052 | 10/23/2022 |
| 3.0.0 | 626,321 | 1/7/2022 |
| 2.5.0 | 651,492 | 10/31/2021 |
- moved TypeGen to .NET 5.0. TypeGen CLI is now only available in .NET 5.0 and TypeGen.Core targets .NET Standard 2.0 and .NET 5.0
- dates are now represented in ISO 8601 Invariant Culture format (they are not culture specific) (issue #100)
- fixed issues with generic constraints (issue #110)
- fixed TsCustomBase not working for interfaces (issue #111)
- added "csAllowNullsForAllTypes" config option that specifies whether to add null union type to all generated types