Releases: KY-Programming/generator
Releases · KY-Programming/generator
6.2.0
ASP.NET
- controller fluent api added
- hub fluent api added
Angular
- models import for services fixed
All
- fluent api documentation added
6.1.0
- angular fluent language added (use KY.Generator.Fluent package)
- reflection fluent language added (use KY.Generator.Fluent package)
- fix assembly loading error in before build step
- fix unnecessary switch on .NET Standard assemblies
- do not switch if architecture is amd64 and msil
- allow generate ignore on methods
- allow post without body parameter
- fix models name when ends with service
- override generated file without outputid without message
- allow multiple projects to override the same file if content is the same
- fix reading output id from .NET Framework projects
6.0.0
- generator.json is temporary not available (BREAKING CHANGE). Please use v5.6.1
- EntityFramework, Json, oData, OpenApi and TSQL are temporary not available (BREAKING CHANGE). Please use v5.6.1
- improved commands handling
- replace untyped command parameters
- implement new command/parameter structure
- move generator environment and command environment to command parameters
- prepare fluent language (only dummy implementation)
- show targeting framework in header
- fix multiple location of already loaded assembly via GeneratorAssemblyLocator
- remove unnecessary property groups from target
- rename run-by-attributest command to attributes command
- delete not used generated files
5.6.1
- fix prebuild actions (from generator.json)
- fix framework switching
- fix async attribute on attributes
5.6.0
- async generation added (see documentation)
5.5.3
Fix switch to .NET Core 2 process
5.5.2
- on switch to other framework, use dotnet command on linux
- fix nuget resolve problems on Linux
- rename KY.Generator.Reflection.Annotations to KY.Generator.Annotations
5.5.1
5.5.0
- .NET 5 support added
- switch to other frameworks fixed
- fixes to run on Linux
5.4.0
Core
- switch to different framework version
- use relative msbuild target paths to fix build in .NET Framework projects
Reflection
- load all assemblies in the same context (ReflectionCommand)