Skip to content

Commit 3f5ccb9

Browse files
committed
Tests and examples updated
1 parent 75b66fc commit 3f5ccb9

File tree

57 files changed

+391
-56
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

+391
-56
lines changed

Examples/Angular/ModelFromAssembly/ModelFromAssembly.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="KY.Generator" Version="5.5.2" />
9-
<PackageReference Include="KY.Generator.Annotations" Version="5.5.2" />
8+
<PackageReference Include="KY.Generator" Version="5.6.0" />
9+
<PackageReference Include="KY.Generator.Annotations" Version="5.6.0" />
1010
</ItemGroup>
1111

1212
</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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Angular/ServiceFromAspNetCoreAnnotation/ServiceFromAspNetCoreAnnotation.csproj

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

1515
<ItemGroup>
16-
<PackageReference Include="KY.Generator" Version="5.5.2" />
17-
<PackageReference Include="KY.Generator.Annotations" Version="5.5.2" />
16+
<PackageReference Include="KY.Generator" Version="5.6.0" />
17+
<PackageReference Include="KY.Generator.Annotations" Version="5.6.0" />
1818
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
1919
</ItemGroup>
2020

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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Angular/ServiceFromAspNetCoreSignalRHub/ServiceFromAspNetCoreSignalRHub.csproj

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

1515
<ItemGroup>
16-
<PackageReference Include="KY.Generator" Version="5.5.2" />
17-
<PackageReference Include="KY.Generator.Annotations" Version="5.5.2" />
16+
<PackageReference Include="KY.Generator" Version="5.6.0" />
17+
<PackageReference Include="KY.Generator.Annotations" Version="5.6.0" />
1818
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
1919
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
2020
</ItemGroup>

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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Reflection/ReflectionFromAttributes/ReflectionFromAttributes.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="KY.Generator" Version="5.5.2" />
9-
<PackageReference Include="KY.Generator.Annotations" Version="5.5.2" />
8+
<PackageReference Include="KY.Generator" Version="5.6.0" />
9+
<PackageReference Include="KY.Generator.Annotations" Version="5.6.0" />
1010
</ItemGroup>
1111

1212
</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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Reflection/ReflectionFromCore/ReflectionFromCore.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="5.5.2" />
9+
<PackageReference Include="KY.Generator" Version="5.6.0" />
1010
</ItemGroup>
1111

1212
</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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Reflection/ReflectionFromIndex/ReflectionFromIndex.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="KY.Generator" Version="5.5.2" />
9-
<PackageReference Include="KY.Generator.Annotations" Version="5.5.2" />
8+
<PackageReference Include="KY.Generator" Version="5.6.0" />
9+
<PackageReference Include="KY.Generator.Annotations" Version="5.6.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

Examples/Reflection/ReflectionFromMultipleAssemblies/MainAssembly/MainAssembly.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="KY.Generator" Version="5.5.2" />
9-
<PackageReference Include="KY.Generator.Annotations" Version="5.5.2" />
8+
<PackageReference Include="KY.Generator" Version="5.6.0" />
9+
<PackageReference Include="KY.Generator.Annotations" Version="5.6.0" />
1010
</ItemGroup>
1111

1212
<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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Reflection/ReflectionFromNet5/ReflectionFromNet5.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="KY.Generator" Version="5.5.2" />
9-
<PackageReference Include="KY.Generator.Annotations" Version="5.5.2" />
8+
<PackageReference Include="KY.Generator" Version="5.6.0" />
9+
<PackageReference Include="KY.Generator.Annotations" Version="5.6.0" />
1010
</ItemGroup>
1111

1212
</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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Reflection/ReflectionFromStandard/ReflectionFromStandard.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="KY.Generator" Version="5.5.2" />
8+
<PackageReference Include="KY.Generator" Version="5.6.0" />
99
</ItemGroup>
1010

1111
</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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Reflection/ReflectionIgnoreAttribute/ReflectionIgnoreAttribute.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="KY.Generator" Version="5.5.2" />
9-
<PackageReference Include="KY.Generator.Annotations" Version="5.5.2" />
8+
<PackageReference Include="KY.Generator" Version="5.6.0" />
9+
<PackageReference Include="KY.Generator.Annotations" Version="5.6.0" />
1010
</ItemGroup>
1111

1212
</Project>

Examples/Reflection/ReflectionX86/ReflectionX86.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="5.5.2" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="5.5.2" />
9+
<PackageReference Include="KY.Generator" Version="5.6.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="5.6.0" />
1111
</ItemGroup>
1212

1313
</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 5.5.2.0
3+
// This code was generated with KY.Generator 5.6.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Tests/AnnotationAsync.sln

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30709.132
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnnotationAsync", "AnnotationAsync\AnnotationAsync.csproj", "{1E6C500E-2A55-4AF9-8A80-83D517AD7FE8}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnnotationAsyncAssembly", "AnnotationAsyncAssembly\AnnotationAsyncAssembly.csproj", "{FAC76B26-C228-4248-B5C4-3CF647C15E9F}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{1E6C500E-2A55-4AF9-8A80-83D517AD7FE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{1E6C500E-2A55-4AF9-8A80-83D517AD7FE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{1E6C500E-2A55-4AF9-8A80-83D517AD7FE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{1E6C500E-2A55-4AF9-8A80-83D517AD7FE8}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{FAC76B26-C228-4248-B5C4-3CF647C15E9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{FAC76B26-C228-4248-B5C4-3CF647C15E9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{FAC76B26-C228-4248-B5C4-3CF647C15E9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{FAC76B26-C228-4248-B5C4-3CF647C15E9F}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {06F29ABC-BF8C-4A7F-8796-03364E784BB7}
30+
EndGlobalSection
31+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net5.0</TargetFramework>
6+
</PropertyGroup>
7+
8+
<ItemGroup>
9+
<PackageReference Include="KY.Generator" Version="5.6.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="5.6.0" />
11+
</ItemGroup>
12+
13+
<ItemGroup>
14+
<Folder Include="Output\" />
15+
</ItemGroup>
16+
17+
</Project>

0 commit comments

Comments
 (0)