Skip to content

Commit 38219f8

Browse files
committed
Tests and examples updated
1 parent 4bccfc4 commit 38219f8

File tree

57 files changed

+165
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+165
-88
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.7.4" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
9+
<PackageReference Include="KY.Generator" Version="6.7.5" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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.7.4" />
18-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
17+
<PackageReference Include="KY.Generator" Version="6.7.5" />
18+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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.7.4" />
18-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
17+
<PackageReference Include="KY.Generator" Version="6.7.5" />
18+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
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.7.4" />
9-
<PackageReference Include="KY.Generator.Angular" Version="6.7.4" />
10-
<PackageReference Include="KY.Generator.AspDotNet" Version="6.7.4" />
11-
<PackageReference Include="KY.Generator.Fluent" Version="6.7.4" />
12-
<PackageReference Include="KY.Generator.Reflection" Version="6.7.4" />
8+
<PackageReference Include="KY.Generator" Version="6.7.5" />
9+
<PackageReference Include="KY.Generator.Angular" Version="6.7.5" />
10+
<PackageReference Include="KY.Generator.AspDotNet" Version="6.7.5" />
11+
<PackageReference Include="KY.Generator.Fluent" Version="6.7.5" />
12+
<PackageReference Include="KY.Generator.Reflection" Version="6.7.5" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

Examples/Angular/ServiceFromAspNetCoreViaFluentApi/Service/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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/ServiceFromAspNetCoreViaFluentApi/Service/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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/ServiceFromSignalRViaFluentApi/Generator/Generator.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="KY.Generator" Version="6.7.4" />
9-
<PackageReference Include="KY.Generator.Angular" Version="6.7.4" />
8+
<PackageReference Include="KY.Generator" Version="6.7.5" />
9+
<PackageReference Include="KY.Generator.Angular" Version="6.7.5" />
1010
<PackageReference Include="KY.Generator.AspDotNet" Version="6.7.1" />
11-
<PackageReference Include="KY.Generator.Fluent" Version="6.7.4" />
12-
<PackageReference Include="KY.Generator.Reflection" Version="6.7.4" />
11+
<PackageReference Include="KY.Generator.Fluent" Version="6.7.5" />
12+
<PackageReference Include="KY.Generator.Reflection" Version="6.7.5" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

Examples/Angular/ServiceFromSignalRViaFluentApi/Service/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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/ServiceFromSignalRViaFluentApi/Service/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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/ServiceFromSignalRViaFluentApi/Service/ClientApp/src/app/services/weather-forecast-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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/Reflection/ReflectionFromAttributes/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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/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.7.4" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
9+
<PackageReference Include="KY.Generator" Version="6.7.5" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Reflection/ReflectionFromConstant/Output/class-1.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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/Reflection/ReflectionFromConstant/ReflectionFromConstant.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.7.4" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
9+
<PackageReference Include="KY.Generator" Version="6.7.5" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Reflection/ReflectionFromCore/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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/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.7.4" />
11-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
10+
<PackageReference Include="KY.Generator" Version="6.7.5" />
11+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
1212
</ItemGroup>
1313

1414
</Project>

Examples/Reflection/ReflectionFromIndex/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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/Reflection/ReflectionFromIndex/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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/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.7.4" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
9+
<PackageReference Include="KY.Generator" Version="6.7.5" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
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.7.4" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
9+
<PackageReference Include="KY.Generator" Version="6.7.5" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

Examples/Reflection/ReflectionFromMultipleAssemblies/MainAssembly/Output/second-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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/Reflection/ReflectionFromMultipleAssemblies/MainAssembly/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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/Reflection/ReflectionFromNet5/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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/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.7.4" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
9+
<PackageReference Include="KY.Generator" Version="6.7.5" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Reflection/ReflectionFromStandard/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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/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.7.4" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
9+
<PackageReference Include="KY.Generator" Version="6.7.5" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Reflection/ReflectionIgnoreAttribute/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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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/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.7.4" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
9+
<PackageReference Include="KY.Generator" Version="6.7.5" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
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.7.4" />
11-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
10+
<PackageReference Include="KY.Generator" Version="6.7.5" />
11+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
1212
</ItemGroup>
1313

1414
</Project>

Examples/Reflection/ReflectionX86/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.7.4.0
3+
// This code was generated with KY.Generator 6.7.5.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.

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.7.4" />
11-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
10+
<PackageReference Include="KY.Generator" Version="6.7.5" />
11+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
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.7.4" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
9+
<PackageReference Include="KY.Generator" Version="6.7.5" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
1111
</ItemGroup>
1212

1313
</Project>

Tests/AnnotationInNestedClass/AnnotationInNestedClass.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.7.4" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
9+
<PackageReference Include="KY.Generator" Version="6.7.5" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
1111
</ItemGroup>
1212

1313
</Project>

Tests/AnnotationsWithMultipleOutputs/AnnotationsWithMultipleOutputs.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.7.4" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.7.4" />
9+
<PackageReference Include="KY.Generator" Version="6.7.5" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.7.5" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)