Skip to content

Commit

Permalink
Tests and examples updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ky-one committed Dec 12, 2021
1 parent 32cf19e commit 09f32b1
Show file tree
Hide file tree
Showing 65 changed files with 107 additions and 107 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="7.5.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.5.0" />
<PackageReference Include="KY.Generator" Version="7.6.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.6.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="7.5.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.5.0" />
<PackageReference Include="KY.Generator" Version="7.6.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.6.0" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="7.5.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.5.0" />
<PackageReference Include="KY.Generator" Version="7.6.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.6.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
4 changes: 2 additions & 2 deletions Examples/Angular/Annotation/Strict/Strict.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="7.5.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.5.0" />
<PackageReference Include="KY.Generator" Version="7.6.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.6.0" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="5.0.4" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="KY.Generator.Angular" Version="7.5.0" />
<PackageReference Include="KY.Generator.AspDotNet" Version="7.5.0" />
<PackageReference Include="KY.Generator.Fluent" Version="7.5.0" />
<PackageReference Include="KY.Generator.Angular" Version="7.6.0" />
<PackageReference Include="KY.Generator.AspDotNet" Version="7.6.0" />
<PackageReference Include="KY.Generator.Fluent" Version="7.6.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator.Angular" Version="7.5.0" />
<PackageReference Include="KY.Generator.AspDotNet" Version="7.5.0" />
<PackageReference Include="KY.Generator.Fluent" Version="7.5.0" />
<PackageReference Include="KY.Generator.Angular" Version="7.6.0" />
<PackageReference Include="KY.Generator.AspDotNet" Version="7.6.0" />
<PackageReference Include="KY.Generator.Fluent" Version="7.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
6 changes: 3 additions & 3 deletions Examples/Json/JsonWithReader/JsonWithReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator.Angular" Version="7.5.0" />
<PackageReference Include="KY.Generator.Fluent" Version="7.5.0" />
<PackageReference Include="KY.Generator.Json" Version="7.5.0" />
<PackageReference Include="KY.Generator.Angular" Version="7.6.0" />
<PackageReference Include="KY.Generator.Fluent" Version="7.6.0" />
<PackageReference Include="KY.Generator.Json" Version="7.6.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Examples/Json/JsonWithReader/Output/Complex.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand All @@ -13,7 +13,7 @@
using System.IO;
using Newtonsoft.Json;

[GeneratedCode("KY.Generator", "7.5.0.0")]
[GeneratedCode("KY.Generator", "7.6.0.0")]
public partial class Complex
{
public List<string> StringArrayProperty { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions Examples/Json/JsonWithReader/Output/ObjectArrayProperty.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand All @@ -12,7 +12,7 @@
using System.IO;
using Newtonsoft.Json;

[GeneratedCode("KY.Generator", "7.5.0.0")]
[GeneratedCode("KY.Generator", "7.6.0.0")]
public partial class ObjectArrayProperty
{
public string Text { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions Examples/Json/JsonWithReader/Output/ObjectProperty.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand All @@ -12,7 +12,7 @@
using System.IO;
using Newtonsoft.Json;

[GeneratedCode("KY.Generator", "7.5.0.0")]
[GeneratedCode("KY.Generator", "7.6.0.0")]
public partial class ObjectProperty
{
public string Property { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions Examples/Json/JsonWithReader/Output/Simple.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand All @@ -10,7 +10,7 @@

using System.CodeDom.Compiler;

[GeneratedCode("KY.Generator", "7.5.0.0")]
[GeneratedCode("KY.Generator", "7.6.0.0")]
public partial class Simple
{
public string StringProperty { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion Examples/Json/JsonWithReader/Output/simple.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="7.5.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.5.0" />
<PackageReference Include="KY.Generator" Version="7.6.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.6.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="7.5.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.5.0" />
<PackageReference Include="KY.Generator" Version="7.6.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.6.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="7.5.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.5.0" />
<PackageReference Include="KY.Generator" Version="7.6.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.6.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="7.5.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.5.0" />
<PackageReference Include="KY.Generator" Version="7.6.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="7.5.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.5.0" />
<PackageReference Include="KY.Generator" Version="7.6.0" />
<PackageReference Include="KY.Generator.Annotations" Version="7.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 7.5.0.0
// This code was generated with KY.Generator 7.6.0.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
Expand Down
Loading

0 comments on commit 09f32b1

Please sign in to comment.