Skip to content

Commit 26e3e0d

Browse files
committed
Tests and examples updated
1 parent 69efdee commit 26e3e0d

File tree

39 files changed

+88
-68
lines changed

39 files changed

+88
-68
lines changed

Examples/Angular/ModelFromAssembly/ModelFromAssembly.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.6.2" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.6.2" />
9+
<PackageReference Include="KY.Generator" Version="6.6.3" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Angular/ModelFromAssembly/Output/another-type.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.6.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
44
//
55
// Manual changes to this file may cause unexpected behavior in your application.
66
// Manual changes to this file will be overwritten if the code is regenerated.

Examples/Angular/ModelFromAssembly/Output/type-to-read.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.6.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
44
//
55
// Manual changes to this file may cause unexpected behavior in your application.
66
// Manual changes to this file will be overwritten if the code is regenerated.

Examples/Angular/ServiceFromAspNetCoreAnnotation/ClientApp/src/app/models/weather-forecast.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.6.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
44
//
55
// Manual changes to this file may cause unexpected behavior in your application.
66
// Manual changes to this file will be overwritten if the code is regenerated.

Examples/Angular/ServiceFromAspNetCoreAnnotation/ClientApp/src/app/services/weather-forecast.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.6.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
44
//
55
// Manual changes to this file may cause unexpected behavior in your application.
66
// Manual changes to this file will be overwritten if the code is regenerated.

Examples/Angular/ServiceFromAspNetCoreAnnotation/ServiceFromAspNetCoreAnnotation.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="KY.Generator" Version="6.6.2" />
18-
<PackageReference Include="KY.Generator.Annotations" Version="6.6.2" />
17+
<PackageReference Include="KY.Generator" Version="6.6.3" />
18+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1919
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
2020
</ItemGroup>
2121

Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/models/connection-status.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.6.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
44
//
55
// Manual changes to this file may cause unexpected behavior in your application.
66
// Manual changes to this file will be overwritten if the code is regenerated.

Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/models/weather-forecast.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.6.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
44
//
55
// Manual changes to this file may cause unexpected behavior in your application.
66
// Manual changes to this file will be overwritten if the code is regenerated.

Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/services/weather-hub.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.6.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
44
//
55
// Manual changes to this file may cause unexpected behavior in your application.
66
// Manual changes to this file will be overwritten if the code is regenerated.

Examples/Angular/ServiceFromAspNetCoreSignalRHub/ServiceFromAspNetCoreSignalRHub.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="KY.Generator" Version="6.6.2" />
18-
<PackageReference Include="KY.Generator.Annotations" Version="6.6.2" />
17+
<PackageReference Include="KY.Generator" Version="6.6.3" />
18+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1919
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
2020
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
2121
</ItemGroup>

Examples/Angular/ServiceFromAspNetCoreViaFluentApi/Generator/Generator.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="KY.Generator" Version="6.6.2" />
9-
<PackageReference Include="KY.Generator.Angular" Version="6.6.2" />
10-
<PackageReference Include="KY.Generator.AspDotNet" Version="6.6.2" />
11-
<PackageReference Include="KY.Generator.Fluent" Version="6.6.2" />
12-
<PackageReference Include="KY.Generator.Reflection" Version="6.6.2" />
8+
<PackageReference Include="KY.Generator" Version="6.6.3" />
9+
<PackageReference Include="KY.Generator.Angular" Version="6.6.3" />
10+
<PackageReference Include="KY.Generator.AspDotNet" Version="6.6.3" />
11+
<PackageReference Include="KY.Generator.Fluent" Version="6.6.3" />
12+
<PackageReference Include="KY.Generator.Reflection" Version="6.6.3" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

Examples/Angular/ServiceFromAspNetCoreViaFluentApi/Service/ClientApp/src/app/models/weather-forecast.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.6.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
44
//
55
// Manual changes to this file may cause unexpected behavior in your application.
66
// Manual changes to this file will be overwritten if the code is regenerated.
@@ -20,4 +20,4 @@ export class WeatherForecast {
2020
}
2121
}
2222

23-
// outputid:9a19103f-16f7-4668-be54-9a1e7a4f7556
23+
// outputid:fda66860-568e-45cd-bf6f-f019c18811be

Examples/Angular/ServiceFromAspNetCoreViaFluentApi/Service/ClientApp/src/app/services/weather-forecast.service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.6.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
44
//
55
// Manual changes to this file may cause unexpected behavior in your application.
66
// Manual changes to this file will be overwritten if the code is regenerated.
@@ -36,4 +36,4 @@ export class WeatherForecastService {
3636
}
3737
}
3838

39-
// outputid:9a19103f-16f7-4668-be54-9a1e7a4f7556
39+
// outputid:fda66860-568e-45cd-bf6f-f019c18811be

Examples/Angular/ServiceFromSignalRViaFluentApi/ServiceFromSignalRViaFluentApi.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="KY.Generator" Version="6.6.2" />
17-
<PackageReference Include="KY.Generator.Angular" Version="6.6.2" />
18-
<PackageReference Include="KY.Generator.Fluent" Version="6.6.2" />
19-
<PackageReference Include="KY.Generator.Reflection" Version="6.6.2" />
16+
<PackageReference Include="KY.Generator" Version="6.6.3" />
17+
<PackageReference Include="KY.Generator.Angular" Version="6.6.3" />
18+
<PackageReference Include="KY.Generator.Fluent" Version="6.6.3" />
19+
<PackageReference Include="KY.Generator.Reflection" Version="6.6.3" />
2020
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="5.0.1" />
2121
</ItemGroup>
2222

Examples/Reflection/ReflectionFromAttributes/Output/type-to-read.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.2.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
4+
//
45
// Manual changes to this file may cause unexpected behavior in your application.
56
// Manual changes to this file will be overwritten if the code is regenerated.
67
// </auto-generated>
78
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
810
// tslint:disable
911

1012
export class TypeToRead {

Examples/Reflection/ReflectionFromAttributes/ReflectionFromAttributes.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.2.2" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.2.2" />
9+
<PackageReference Include="KY.Generator" Version="6.6.3" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Reflection/ReflectionFromCore/Output/type-to-read.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.2.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
4+
//
45
// Manual changes to this file may cause unexpected behavior in your application.
56
// Manual changes to this file will be overwritten if the code is regenerated.
67
// </auto-generated>
78
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
810
// tslint:disable
911

1012
export class TypeToRead {

Examples/Reflection/ReflectionFromCore/ReflectionFromCore.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Generator" Version="6.2.2" />
11-
<PackageReference Include="KY.Generator.Annotations" Version="6.2.2" />
10+
<PackageReference Include="KY.Generator" Version="6.6.3" />
11+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1212
</ItemGroup>
1313

1414
</Project>

Examples/Reflection/ReflectionFromIndex/Output/another-type.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.2.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
4+
//
45
// Manual changes to this file may cause unexpected behavior in your application.
56
// Manual changes to this file will be overwritten if the code is regenerated.
67
// </auto-generated>
78
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
810
// tslint:disable
911

1012
export class AnotherType {

Examples/Reflection/ReflectionFromIndex/Output/type-to-read.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.2.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
4+
//
45
// Manual changes to this file may cause unexpected behavior in your application.
56
// Manual changes to this file will be overwritten if the code is regenerated.
67
// </auto-generated>
78
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
810
// tslint:disable
911

1012
export class TypeToRead {

Examples/Reflection/ReflectionFromIndex/ReflectionFromIndex.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.2.2" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.2.2" />
9+
<PackageReference Include="KY.Generator" Version="6.6.3" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

Examples/Reflection/ReflectionFromMultipleAssemblies/MainAssembly/MainAssembly.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.2.2" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.2.2" />
9+
<PackageReference Include="KY.Generator" Version="6.6.3" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

Examples/Reflection/ReflectionFromMultipleAssemblies/MainAssembly/Output/second-type.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.2.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
4+
//
45
// Manual changes to this file may cause unexpected behavior in your application.
56
// Manual changes to this file will be overwritten if the code is regenerated.
67
// </auto-generated>
78
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
810
// tslint:disable
911

1012
export class SecondType {

Examples/Reflection/ReflectionFromMultipleAssemblies/MainAssembly/Output/type-to-read.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.2.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
4+
//
45
// Manual changes to this file may cause unexpected behavior in your application.
56
// Manual changes to this file will be overwritten if the code is regenerated.
67
// </auto-generated>
78
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
810
// tslint:disable
911

1012
import { SecondType } from "./second-type";

Examples/Reflection/ReflectionFromNet5/Output/type-to-read.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.2.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
4+
//
45
// Manual changes to this file may cause unexpected behavior in your application.
56
// Manual changes to this file will be overwritten if the code is regenerated.
67
// </auto-generated>
78
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
810
// tslint:disable
911

1012
export class TypeToRead {

Examples/Reflection/ReflectionFromNet5/ReflectionFromNet5.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.2.2" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.2.2" />
9+
<PackageReference Include="KY.Generator" Version="6.6.3" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Reflection/ReflectionFromStandard/Output/type-to-read.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.2.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
4+
//
45
// Manual changes to this file may cause unexpected behavior in your application.
56
// Manual changes to this file will be overwritten if the code is regenerated.
67
// </auto-generated>
78
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
810
// tslint:disable
911

1012
export class TypeToRead {

Examples/Reflection/ReflectionFromStandard/ReflectionFromStandard.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.2.2" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.2.2" />
9+
<PackageReference Include="KY.Generator" Version="6.6.3" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Reflection/ReflectionIgnoreAttribute/Output/type-to-read.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.2.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
4+
//
45
// Manual changes to this file may cause unexpected behavior in your application.
56
// Manual changes to this file will be overwritten if the code is regenerated.
67
// </auto-generated>
78
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
810
// tslint:disable
911

1012
import { EnumToIgnore } from "./enum-to-ignore";

Examples/Reflection/ReflectionIgnoreAttribute/ReflectionIgnoreAttribute.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.2.2" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.2.2" />
9+
<PackageReference Include="KY.Generator" Version="6.6.3" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Reflection/ReflectionX86/ReflectionX86.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Generator" Version="6.2.2" />
11-
<PackageReference Include="KY.Generator.Annotations" Version="6.2.2" />
10+
<PackageReference Include="KY.Generator" Version="6.6.3" />
11+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1212
</ItemGroup>
1313

1414
</Project>

Examples/Reflection/ReflectionX86/type-to-read.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.2.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
4+
//
45
// Manual changes to this file may cause unexpected behavior in your application.
56
// Manual changes to this file will be overwritten if the code is regenerated.
67
// </auto-generated>
78
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
810
// tslint:disable
911

1012
export class TypeToRead {

Tests/AnnotationAsync/AnnotationAsync.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Generator" Version="6.6.2" />
11-
<PackageReference Include="KY.Generator.Annotations" Version="6.6.2" />
10+
<PackageReference Include="KY.Generator" Version="6.6.3" />
11+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

Tests/AnnotationAsyncAssembly/AnnotationAsyncAssembly.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.6.2" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.6.2" />
9+
<PackageReference Include="KY.Generator" Version="6.6.3" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)