Releases: KY-Programming/generator
Releases · KY-Programming/generator
6.6.2
6.6.1
6.6.0
Angular
- fix service with parameter named "subject"
Annotations
- ProducesResponseTypeAttribute for legacy applications added
ASP.NET
- throw error on missing Http* attribute
- handle more mvc results
- respect ProducesAttribute
- controller method with multiple Http* attributes fixed
Reflection
- read type of arrays fixed
6.5.0
6.4.0
6.3.0
6.2.2
Angular
- fix angular service method with return type string
ASP.NET
- support List<...> parameter on controller with HttpGet method
Core
- fix FileSystem.Combine when directory name is contained twice (fix from KY.Core.Common)
Reflection
- allow ignore attribute on structs
- ignore struct ValueType base class
- ignore system interfaces
#25 - Could not load file or assembly on x86 builds
6.2.1
6.2.0
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