Boshi Lian
5d98bcca13
update system abstract io ( #1121 )
2022-12-13 14:15:34 -08:00
Boshi Lian
72c32c8b1b
way to disable http2 ( #1120 )
...
* way to disable http2
* no option for netstand2.0
2022-12-13 14:13:35 -08:00
dependabot[bot]
4f801eaae1
Bump microsoft/setup-msbuild from 1.1 to 1.2 ( #1130 )
...
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild ) from 1.1 to 1.2.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases )
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/master/building-release.md )
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.1...v1.2 )
---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 04:05:35 -08:00
dependabot[bot]
e6f76fdb73
Bump YamlDotNet from 12.1.0 to 12.2.0 ( #1124 )
...
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet ) from 12.1.0 to 12.2.0.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases )
- [Commits](https://github.com/aaubry/YamlDotNet/compare/v12.1.0...v12.2.0 )
---
updated-dependencies:
- dependency-name: YamlDotNet
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 05:55:35 -08:00
dependabot[bot]
41fe6cca7c
Bump Fractions from 7.2.0 to 7.2.1 ( #1127 )
...
Bumps [Fractions](https://github.com/danm-de/Fractions ) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/danm-de/Fractions/releases )
- [Changelog](https://github.com/danm-de/Fractions/blob/master/Changelog.md )
- [Commits](https://github.com/danm-de/Fractions/commits/release/7.2.1 )
---
updated-dependencies:
- dependency-name: Fractions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 02:37:34 -08:00
dependabot[bot]
f5c08d4032
Bump Microsoft.CodeAnalysis.NetAnalyzers ( #1119 )
...
Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers ) from 7.0.0-preview1.22518.1 to 7.0.0.
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases )
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md )
- [Commits](https://github.com/dotnet/roslyn-analyzers/commits/7.0.0 )
---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.NetAnalyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-10 04:43:40 -08:00
Boshi Lian
4d73757ddf
remove unused util code ( #1042 )
2022-12-06 10:18:37 -08:00
dependabot[bot]
5eee3a5cbc
Bump Microsoft.Extensions.Logging from 6.0.0 to 7.0.0 ( #1082 )
...
Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime ) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/commits )
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 16:26:36 -08:00
dependabot[bot]
665058b740
Bump System.Text.Json from 6.0.6 to 7.0.0 ( #1078 )
...
Bumps [System.Text.Json](https://github.com/dotnet/runtime ) from 6.0.6 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/commits )
---
updated-dependencies:
- dependency-name: System.Text.Json
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 16:22:36 -08:00
Boshi Lian
763f1f0778
add net7 remove net5 ( #1085 )
...
* add net7
* remove net5
* fix build
* fix versions
* revert to 10.0 due to ci
* fix automapper
* update ver matrix
* fix warning
* fix net7 test err
* more target to basic and model pkg
2022-12-05 08:59:04 -08:00
William Moy
a435aa44f4
Enhance AbstractKubernetes SendRequest extensibility ( #994 )
2022-12-05 08:57:04 -08:00
Boshi Lian
0918760464
add API document github page ( #1114 )
...
* Doc (#66 )
* add doc
* ln -s md
* add pipeline
* Update docfx.yaml
* Update docfx.yaml
* Update docfx.yaml
* Update docfx.yaml
* Update toc.yml
2022-12-05 08:55:04 -08:00
dependabot[bot]
5e1297228d
Bump YamlDotNet from 12.0.2 to 12.1.0 ( #1117 )
...
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet ) from 12.0.2 to 12.1.0.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases )
- [Commits](https://github.com/aaubry/YamlDotNet/compare/v12.0.2...v12.1.0 )
---
updated-dependencies:
- dependency-name: YamlDotNet
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 02:49:02 -08:00
dependabot[bot]
ff0c95dace
Bump Moq from 4.18.2 to 4.18.3 ( #1115 )
...
Bumps [Moq](https://github.com/moq/moq4 ) from 4.18.2 to 4.18.3.
- [Release notes](https://github.com/moq/moq4/releases )
- [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md )
- [Commits](https://github.com/moq/moq4/compare/v4.18.2...v4.18.3 )
---
updated-dependencies:
- dependency-name: Moq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 02:39:02 -08:00
dependabot[bot]
e747064ae7
Bump IdentityModel.OidcClient from 5.1.0 to 5.2.0 ( #1116 )
...
Bumps [IdentityModel.OidcClient](https://github.com/IdentityModel/IdentityModel.OidcClient ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/IdentityModel/IdentityModel.OidcClient/releases )
- [Commits](https://github.com/IdentityModel/IdentityModel.OidcClient/compare/5.1.0...5.2.0 )
---
updated-dependencies:
- dependency-name: IdentityModel.OidcClient
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 02:37:02 -08:00
dependabot[bot]
219ae51ac0
Bump System.IdentityModel.Tokens.Jwt from 6.25.0 to 6.25.1 ( #1110 )
...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet ) from 6.25.0 to 6.25.1.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases )
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/6.25.0...6.25.1 )
---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 07:17:54 -08:00
dependabot[bot]
bd571af856
Bump Microsoft.Extensions.Hosting from 6.0.1 to 7.0.0 ( #1076 )
...
Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime ) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/commits )
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Hosting
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-01 13:53:53 -08:00
dependabot[bot]
34e48d144a
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 ( #1101 )
...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json ) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases )
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2 )
---
updated-dependencies:
- dependency-name: Newtonsoft.Json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 05:51:25 -08:00
dependabot[bot]
886c058ba7
Bump NSwag.Core from 13.17.0 to 13.18.0 ( #1093 )
...
Bumps [NSwag.Core](https://github.com/RicoSuter/NSwag ) from 13.17.0 to 13.18.0.
- [Release notes](https://github.com/RicoSuter/NSwag/releases )
- [Changelog](https://github.com/RicoSuter/NSwag/blob/master/CHANGELOG.md )
- [Commits](https://github.com/RicoSuter/NSwag/compare/v13.17.0...v13.18.0 )
---
updated-dependencies:
- dependency-name: NSwag.Core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 05:33:24 -08:00
dependabot[bot]
4244810c91
Bump SharpZipLib from 1.4.0 to 1.4.1 ( #1081 )
...
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases )
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt )
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.4.0...v1.4.1 )
---
updated-dependencies:
- dependency-name: SharpZipLib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 05:29:23 -08:00
dependabot[bot]
b509789f14
Bump Autofac from 6.4.0 to 6.5.0 ( #1091 )
...
Bumps [Autofac](https://github.com/autofac/Autofac ) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/autofac/Autofac/releases )
- [Commits](https://github.com/autofac/Autofac/compare/v6.4.0...v6.5.0 )
---
updated-dependencies:
- dependency-name: Autofac
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-17 14:56:30 -08:00
dependabot[bot]
48b5ea6de0
Bump Microsoft.Bcl.AsyncInterfaces from 6.0.0 to 7.0.0 ( #1083 )
...
Bumps [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime ) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/commits )
---
updated-dependencies:
- dependency-name: Microsoft.Bcl.AsyncInterfaces
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-16 10:22:48 -08:00
dependabot[bot]
c03056af88
Bump Fractions from 7.1.0 to 7.2.0 ( #1087 )
...
Bumps [Fractions](https://github.com/danm-de/Fractions ) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/danm-de/Fractions/releases )
- [Changelog](https://github.com/danm-de/Fractions/blob/master/Changelog.md )
- [Commits](https://github.com/danm-de/Fractions/commits )
---
updated-dependencies:
- dependency-name: Fractions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-11 11:57:55 -08:00
dependabot[bot]
4ce40b12d8
Bump Microsoft.TestPlatform.ObjectModel from 17.3.2 to 17.4.0 ( #1079 )
...
Bumps [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest ) from 17.3.2 to 17.4.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.2...v17.4.0 )
---
updated-dependencies:
- dependency-name: Microsoft.TestPlatform.ObjectModel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 03:16:21 -08:00
dependabot[bot]
8d5dbcaf22
Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 ( #1075 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.3.2 to 17.4.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.2...v17.4.0 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 03:14:21 -08:00
dependabot[bot]
d85f6bb78b
Bump System.Diagnostics.DiagnosticSource from 6.0.0 to 7.0.0 ( #1080 )
...
Bumps [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime ) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/commits )
---
updated-dependencies:
- dependency-name: System.Diagnostics.DiagnosticSource
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 03:12:20 -08:00
dependabot[bot]
a762ce5a38
Bump System.IdentityModel.Tokens.Jwt from 6.23.1 to 6.25.0 ( #1065 )
...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet ) from 6.23.1 to 6.25.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases )
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits )
---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 08:58:44 -07:00
dependabot[bot]
b1ff13c8df
Bump coverlet.msbuild from 3.1.2 to 3.2.0 ( #1066 )
...
Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet ) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases )
- [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.2.0 )
---
updated-dependencies:
- dependency-name: coverlet.msbuild
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 08:30:44 -07:00
dependabot[bot]
bf8cf2f7a9
Bump prometheus-net from 6.0.0 to 7.0.0 ( #1064 )
...
Bumps [prometheus-net](https://github.com/prometheus-net/prometheus-net ) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/prometheus-net/prometheus-net/releases )
- [Changelog](https://github.com/prometheus-net/prometheus-net/blob/master/History )
- [Commits](https://github.com/prometheus-net/prometheus-net/compare/v6.0.0...v7.0.0 )
---
updated-dependencies:
- dependency-name: prometheus-net
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-28 13:48:54 -07:00
dependabot[bot]
e1528be447
Bump Nerdbank.GitVersioning from 3.5.113 to 3.5.119 ( #1063 )
...
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning ) from 3.5.113 to 3.5.119.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases )
- [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.5.113...v3.5.119 )
---
updated-dependencies:
- dependency-name: Nerdbank.GitVersioning
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 13:46:36 -07:00
dependabot[bot]
834460662c
Bump FluentAssertions from 6.7.0 to 6.8.0 ( #1062 )
...
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions ) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases )
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1 )
- [Commits](https://github.com/fluentassertions/fluentassertions/compare/6.7.0...6.8.0 )
---
updated-dependencies:
- dependency-name: FluentAssertions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 10:40:26 -07:00
Boshi Lian
a75cf74141
Add issue templates ( #1060 )
...
Github Template
+
Copying from Java
https://raw.githubusercontent.com/kubernetes-client/java/master/.github/ISSUE_TEMPLATE/bug_report.md
2022-10-24 10:38:25 -07:00
stan-sz
16d3c010c2
Fix strict yaml parsing ( #1061 )
2022-10-21 11:57:40 -07:00
stan-sz
0b67950590
Provide strict k8s yaml model deserializer ( #1047 )
...
* Provide strict k8s yaml model deserializer
* Provide documentation
* Add UT coverage
2022-10-14 02:44:47 -07:00
dependabot[bot]
6a7e9b2d7b
Bump IdentityModel.OidcClient from 5.0.2 to 5.1.0 ( #1053 )
...
Bumps [IdentityModel.OidcClient](https://github.com/IdentityModel/IdentityModel.OidcClient ) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/IdentityModel/IdentityModel.OidcClient/releases )
- [Commits](https://github.com/IdentityModel/IdentityModel.OidcClient/compare/5.0.2...5.1.0 )
---
updated-dependencies:
- dependency-name: IdentityModel.OidcClient
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 21:43:01 -07:00
dependabot[bot]
d15003ba45
Bump YamlDotNet from 12.0.1 to 12.0.2 ( #1052 )
...
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet ) from 12.0.1 to 12.0.2.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases )
- [Commits](https://github.com/aaubry/YamlDotNet/compare/v12.0.1...v12.0.2 )
---
updated-dependencies:
- dependency-name: YamlDotNet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-07 10:37:52 -07:00
stan-sz
e53873ffb1
Use consistent net6.0 TargetFramework ( #1051 )
...
This is the only project that outstands from the rest in this repo.
2022-10-07 01:37:53 -07:00
dependabot[bot]
45830f2597
Bump actions/setup-dotnet from 2 to 3 ( #1044 )
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-04 13:31:55 -07:00
Boshi Lian
d9c5c73663
simplify setup dotnet ( #1043 )
2022-10-03 11:16:15 -07:00
Boshi Lian
8888a16b58
add patch and replace to generic ( #1040 )
2022-09-29 10:02:39 -07:00
Boshi Lian
f1f35fa10e
fix build warning of ThisAssembly ( #1039 )
...
* fix build warning
* fix warning
2022-09-29 10:00:39 -07:00
Manuel Menegazzo
3702fd6e90
Standardization of using order and object initialization ( #1028 )
...
* Code cleanup KubernetesClient
* KubernetesClient.Basic code cleanup
* KubernetesClient.Models cleanup
* LibKubernetesGenerator code cleanup
* Improved readability of object initialization
* FIx namespace order
* Fixed some compilation warning
2022-09-28 13:34:32 -07:00
stan-sz
bbd3b6cd50
Support round-trip CRD (de)serialization ( #1034 )
...
* Support round-trip CRD (de)serialization
* Add a floating point emitter to fix UT
* Unused using
* Stylecop
* Reduce warnings
2022-09-27 01:01:51 -07:00
dependabot[bot]
dec73d412a
Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 ( #1036 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.3.1 to 17.3.2.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.1...v17.3.2 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-26 14:40:15 -07:00
dependabot[bot]
ca49c7eadd
Bump Microsoft.TestPlatform.ObjectModel from 17.3.1 to 17.3.2 ( #1035 )
...
Bumps [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest ) from 17.3.1 to 17.3.2.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.1...v17.3.2 )
---
updated-dependencies:
- dependency-name: Microsoft.TestPlatform.ObjectModel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-26 14:36:14 -07:00
Boshi Lian
f4a638b1fe
shortcut for iitem ( #883 )
...
* shortcut for iitem
* syntax guard
2022-09-21 12:11:18 -07:00
dependabot[bot]
0c324ef4ed
Bump YamlDotNet from 12.0.0 to 12.0.1 ( #1014 )
...
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet ) from 12.0.0 to 12.0.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases )
- [Commits](https://github.com/aaubry/YamlDotNet/compare/v12.0.0...v12.0.1 )
---
updated-dependencies:
- dependency-name: YamlDotNet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-21 12:07:18 -07:00
dependabot[bot]
0fd500d7c8
Bump Nerdbank.GitVersioning from 3.5.109 to 3.5.113 ( #1027 )
...
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning ) from 3.5.109 to 3.5.113.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases )
- [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.5.109...v3.5.113 )
---
updated-dependencies:
- dependency-name: Nerdbank.GitVersioning
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-21 04:14:54 -07:00
dependabot[bot]
47952de116
Bump NSwag.Core from 13.16.1 to 13.17.0 ( #1020 )
...
Bumps [NSwag.Core](https://github.com/RicoSuter/NSwag ) from 13.16.1 to 13.17.0.
- [Release notes](https://github.com/RicoSuter/NSwag/releases )
- [Changelog](https://github.com/RicoSuter/NSwag/blob/master/CHANGELOG.md )
- [Commits](https://github.com/RicoSuter/NSwag/compare/v13.16.1...v13.17.0 )
---
updated-dependencies:
- dependency-name: NSwag.Core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-21 04:10:53 -07:00
dependabot[bot]
8c1a9b121a
Bump System.IO.Abstractions from 17.2.1 to 17.2.3 ( #1015 )
...
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions ) from 17.2.1 to 17.2.3.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v17.2.1...v17.2.3 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-21 03:56:54 -07:00