Skip to content

Commit 36ff400

Browse files
committed
Tests and examples updated
1 parent b4962ad commit 36ff400

File tree

52 files changed

+120
-80
lines changed

Some content is hidden

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

52 files changed

+120
-80
lines changed

Examples/Angular/ModelFromAssembly/ModelFromAssembly.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

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

1313
</Project>

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.4.0.0
4-
//
3+
// This code was generated with KY.Generator 6.5.0.0
4+
//
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.
77
// </auto-generated>
88
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
910
// tslint:disable
1011

1112
export class AnotherType {

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.4.0.0
4-
//
3+
// This code was generated with KY.Generator 6.5.0.0
4+
//
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.
77
// </auto-generated>
88
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
910
// tslint:disable
1011

1112
export class TypeToRead {

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.4.0.0
4-
//
3+
// This code was generated with KY.Generator 6.5.0.0
4+
//
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.
77
// </auto-generated>
88
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
910
// tslint:disable
1011

1112
export class WeatherForecast {

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.4.0.0
4-
//
3+
// This code was generated with KY.Generator 6.5.0.0
4+
//
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.
77
// </auto-generated>
88
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
910
// tslint:disable
1011

1112
import { WeatherForecast } from "../models/weather-forecast";

Examples/Angular/ServiceFromAspNetCoreAnnotation/ServiceFromAspNetCoreAnnotation.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

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

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.4.0.0
4-
//
3+
// This code was generated with KY.Generator 6.5.0.0
4+
//
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.
77
// </auto-generated>
88
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
910
// tslint:disable
1011

1112
export enum ConnectionStatus {

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.4.0.0
4-
//
3+
// This code was generated with KY.Generator 6.5.0.0
4+
//
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.
77
// </auto-generated>
88
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
910
// tslint:disable
1011

1112
export class WeatherForecast {

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.4.0.0
4-
//
3+
// This code was generated with KY.Generator 6.5.0.0
4+
//
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.
77
// </auto-generated>
88
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
910
// tslint:disable
1011

1112
import { ConnectionStatus } from "../models/connection-status";

Examples/Angular/ServiceFromAspNetCoreSignalRHub/ServiceFromAspNetCoreSignalRHub.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

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

0 commit comments

Comments
 (0)