Skip to content

Commit

Permalink
Examples updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ky-one committed Dec 8, 2023
1 parent db27afd commit a53b6b4
Show file tree
Hide file tree
Showing 57 changed files with 365 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
<PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="6.0.5" />
</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 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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="8.8.0" />
<PackageReference Include="KY.Generator.Fluent" Version="8.8.0" />
<PackageReference Include="KY.Generator.Json" Version="8.8.0" />
<PackageReference Include="KY.Generator.Angular" Version="8.8.1" />
<PackageReference Include="KY.Generator.Fluent" Version="8.8.1" />
<PackageReference Include="KY.Generator.Json" Version="8.8.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</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 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</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 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</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 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</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="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</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 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</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 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</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 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Examples/Reflection/ReflectionX86/ReflectionX86.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Examples/Reflection/ReflectionX86/type-to-read.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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/Sqlite/FromDatabase/FromDatabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator.Fluent" Version="8.8.0" />
<PackageReference Include="KY.Generator.Sqlite" Version="8.8.0" />
<PackageReference Include="KY.Generator.Fluent" Version="8.8.1" />
<PackageReference Include="KY.Generator.Sqlite" Version="8.8.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.7" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Examples/Sqlite/FromDatabase/Output/Person.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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", "8.8.0.0")]
[GeneratedCode("KY.Generator", "8.8.1.0")]
public partial class Person
{
public int Id { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions Examples/Sqlite/ToDatabase/PersonRepository.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 8.8.0.0
// This code was generated with KY.Generator 8.8.1.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 @@ -15,7 +15,7 @@

namespace ToDatabase
{
[GeneratedCode("KY.Generator", "8.8.0.0")]
[GeneratedCode("KY.Generator", "8.8.1.0")]
public partial class PersonRepository
{
private SqliteConnection connection;
Expand Down
4 changes: 2 additions & 2 deletions Examples/Sqlite/ToDatabase/ToDatabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<ItemGroup>
<PackageReference Include="KY.Core.Common" Version="4.20.1" />
<PackageReference Include="KY.Generator" Version="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.7" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Tests/AnnotationAsync/AnnotationAsync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Tests/AnnotationAsyncAssembly/AnnotationAsyncAssembly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Tests/AnnotationInNestedClass/AnnotationInNestedClass.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="KY.Generator" Version="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions Tests/Caseing.Generator/Caseing.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator.Angular" Version="8.8.0" />
<PackageReference Include="KY.Generator.Fluent" Version="8.8.0" />
<PackageReference Include="KY.Generator.Reflection" Version="8.8.0" />
<PackageReference Include="KY.Generator.Angular" Version="8.8.1" />
<PackageReference Include="KY.Generator.Fluent" Version="8.8.1" />
<PackageReference Include="KY.Generator.Reflection" Version="8.8.1" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Tests/Fluent/Fluent.Generator/Fluent.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="8.8.0" />
<PackageReference Include="KY.Generator.Angular" Version="8.8.0" />
<PackageReference Include="KY.Generator.Fluent" Version="8.8.0" />
<PackageReference Include="KY.Generator.Reflection" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Angular" Version="8.8.1" />
<PackageReference Include="KY.Generator.Fluent" Version="8.8.1" />
<PackageReference Include="KY.Generator.Reflection" Version="8.8.1" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Tests/Formatting/Generator/Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="KY.Generator.Angular" Version="8.8.0" />
<PackageReference Include="KY.Generator.Fluent" Version="8.8.0" />
<PackageReference Include="KY.Generator.Reflection" Version="8.8.0" />
<PackageReference Include="KY.Generator.Angular" Version="8.8.1" />
<PackageReference Include="KY.Generator.Fluent" Version="8.8.1" />
<PackageReference Include="KY.Generator.Reflection" Version="8.8.1" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Tests/Net5/Net5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Tests/Net6/Net6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="8.8.0" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.0" />
<PackageReference Include="KY.Generator" Version="8.8.1" />
<PackageReference Include="KY.Generator.Annotations" Version="8.8.1" />
</ItemGroup>

</Project>
Loading

0 comments on commit a53b6b4

Please sign in to comment.