ZibStack.NET.TypeGen.Abstractions
3.0.4
See the version list below for details.
dotnet add package ZibStack.NET.TypeGen.Abstractions --version 3.0.4
NuGet\Install-Package ZibStack.NET.TypeGen.Abstractions -Version 3.0.4
<PackageReference Include="ZibStack.NET.TypeGen.Abstractions" Version="3.0.4" />
<PackageVersion Include="ZibStack.NET.TypeGen.Abstractions" Version="3.0.4" />
<PackageReference Include="ZibStack.NET.TypeGen.Abstractions" />
paket add ZibStack.NET.TypeGen.Abstractions --version 3.0.4
#r "nuget: ZibStack.NET.TypeGen.Abstractions, 3.0.4"
#:package ZibStack.NET.TypeGen.Abstractions@3.0.4
#addin nuget:?package=ZibStack.NET.TypeGen.Abstractions&version=3.0.4
#tool nuget:?package=ZibStack.NET.TypeGen.Abstractions&version=3.0.4
ZibStack.NET.TypeGen.Abstractions
Attributes, settings types, and the ITypeGenConfigurator interface consumed by
ZibStack.NET.TypeGen — the
Roslyn source generator that emits TypeScript and OpenAPI from C# DTOs.
What's in this package
[GenerateTypes]— entry-point attribute. Declares which targets (TS / OpenAPI / Python) and output directory a DTO should emit to.- Per-class overrides —
[TsName],[OpenApiSchemaName],[TsIgnore],[OpenApiIgnore]. - Per-property overrides —
[TsType("…")]/[TsType<T>],[OpenApiProperty(...)],[TsIgnore],[OpenApiIgnore]. ITypeGenConfigurator+ITypeGenBuilder+IPropertyBuilder<T, TProp>— fluent DSL for project-wide defaults and per-type / per-property configuration without touching model files.- Settings records —
TypeScriptSettings,OpenApiSettings,PythonSettings, plusNameStyle,TypeScriptFileLayout,PythonStyleenums.
Why separate from the analyzer package
Roslyn analyzers run in an isolated load context that doesn't auto-resolve dependency assemblies. Keeping the attribute + settings surface in its own package lets the analyzer reference this assembly at consume time without the generator binary itself carrying it — user code depends on the lightweight abstractions, the generator works against the mirror types internally.
You don't normally install this package directly — ZibStack.NET.TypeGen pulls
it in transitively.
Docs
mistykuu.github.io/ZibStack.NET/packages/typegen
License
MIT.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. 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 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. |
| .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.
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ZibStack.NET.TypeGen.Abstractions:
| Package | Downloads |
|---|---|
|
ZibStack.NET.TypeGen
Roslyn source generator that emits TypeScript and OpenAPI 3.1 from C# DTOs annotated with [GenerateTypes]. Compile-time, zero reflection, no running app required. Per-class / per-property overrides via attributes; project-wide config via ITypeGenConfigurator. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.2.4 | 116 | 4/21/2026 |
| 3.2.3 | 116 | 4/21/2026 |
| 3.2.2 | 101 | 4/21/2026 |
| 3.2.1 | 136 | 4/21/2026 |
| 3.2.0 | 130 | 4/21/2026 |
| 3.1.5 | 122 | 4/20/2026 |
| 3.1.4 | 126 | 4/20/2026 |
| 3.1.3 | 129 | 4/20/2026 |
| 3.1.2 | 119 | 4/20/2026 |
| 3.1.1 | 123 | 4/20/2026 |
| 3.1.0 | 126 | 4/20/2026 |
| 3.0.6 | 126 | 4/20/2026 |
| 3.0.5 | 134 | 4/20/2026 |
| 3.0.4 | 115 | 4/20/2026 |
| 3.0.3 | 125 | 4/20/2026 |
| 3.0.2 | 128 | 4/20/2026 |
| 3.0.1 | 133 | 4/20/2026 |
| 3.0.0 | 123 | 4/20/2026 |
| 2.82.0 | 131 | 4/20/2026 |
| 2.8.1 | 128 | 4/18/2026 |