KY.Generator.Fluent
10.0.0-preview.17
This package is not longer needed. All features are splitted into the other KY.Generator.* packages
dotnet add package KY.Generator.Fluent --version 10.0.0-preview.17
NuGet\Install-Package KY.Generator.Fluent -Version 10.0.0-preview.17
<PackageReference Include="KY.Generator.Fluent" Version="10.0.0-preview.17" />
<PackageVersion Include="KY.Generator.Fluent" Version="10.0.0-preview.17" />
<PackageReference Include="KY.Generator.Fluent" />
paket add KY.Generator.Fluent --version 10.0.0-preview.17
#r "nuget: KY.Generator.Fluent, 10.0.0-preview.17"
#:package KY.Generator.Fluent@10.0.0-preview.17
#addin nuget:?package=KY.Generator.Fluent&version=10.0.0-preview.17&prerelease
#tool nuget:?package=KY.Generator.Fluent&version=10.0.0-preview.17&prerelease
KY.Generator 
Documentation | Getting Started | Supported Platforms | Need Help?
Setup for Visual Studio
via Annotations
Pros: Easy to use, very quick to implement
Cons: Attributes are part of the build, annotations assembly has to be published and loaded
Install nuget package KY.Generator
Decorate a class with one of our generate attributes
using KY.Generator;
...
[Generate("Output")]
internal class TypeToRead
{
public string Property { get; set; }
}
See the complete showcase
See documentation for more details
via Fluent API
Pros: generator code is completely separated and is not published, more actions available than via annotations
Cons: the initial setup is not so easy as with annotations
Create a new class library project
Install nuget package KY.Generator.Fluent
Derive a class from GeneratorFluentMain, override the execute method and use the Read method
public class GeneratorMain : GeneratorFluentMain
{
public override void Execute()
{
this.Read()
.FromType<Types>()
.Write()
.AngularModels().OutputPath("Output/Models").SkipHeader()
.AngularServices().OutputPath("Output/Services").SkipHeader();
}
}
See the complete showcase
See documentation for more details
Setup for Console/Powershell
Download KY.Generator.exe from Releases
Run a command
KY.Generator.exe reflection -assembly=KY.Generator.Examples.Reflection.dll -name=ExampleType -namespace=KY.Generator.Examples.Reflection -relativePath=Output -language=TypeScript
See documentation for more details
Read More
For complete overview see our documentation
| 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 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. |
-
- KY.Generator (>= 10.0.0-preview.17)
- KY.Generator.Common (>= 10.0.0-preview.17)
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 | |
|---|---|---|---|
| 10.0.0-preview.17 | 185 | 10/16/2025 | |
| 10.0.0-preview.15 | 585 | 7/23/2025 | |
| 9.1.0 | 621 | 11/11/2025 | |
| 9.0.1 | 504 | 10/9/2025 | |
| 9.0.0 | 382 | 8/1/2025 | |
| 8.10.0 | 587 | 11/11/2025 | |
| 8.9.3 | 499 | 10/22/2025 | |
| 8.9.2 | 492 | 10/9/2025 | |
| 8.9.1 | 663 | 7/24/2025 | |
| 8.9.0 | 543 | 1/18/2025 | |
| 8.8.8 | 670 | 4/20/2024 | |
| 8.8.7 | 607 | 2/20/2024 | |
| 8.8.6 | 572 | 2/16/2024 | |
| 8.8.5 | 564 | 2/16/2024 | |
| 8.8.4 | 621 | 2/13/2024 | |
| 8.8.3 | 606 | 2/10/2024 | |
| 8.8.2 | 584 | 2/9/2024 | |
| 8.8.1 | 724 | 12/8/2023 | |
| 8.8.0 | 540 | 12/3/2023 | |
| 8.7.0 | 590 | 10/18/2023 |