Boshi Lian
001189de77
Version 17.0 + Generate 1.33 ( #1626 )
...
* generated based on 1.33
* Update version to 17.0 in version.json
* Remove extra API endpoint from swagger.json
* Remove ModelConverter and related AutoMapper components
* Update package versions
* Refactor code to use ConfigureAwait(false) for asynchronous calls and update target framework to net9.0
* Remove ConfigureAwait(false) from OidcAuthTests for consistency in async calls
* Update SDK version in README to reflect support for net8.0 and net9.0
* Update dotnet SDK version to 9.0.x in build workflow
* Revert Fractions package version to 7.3.0 in Directory.Packages.props
* Update target framework to netstandard2.1 for improved compatibility
* Update package references for Microsoft.CodeAnalysis in Directory.Packages.props and LibKubernetesGenerator.target
* Refactor Worker class constructor documentation and standardize Dictionary type declaration in Program.cs
2025-04-27 12:55:24 -07:00
Brendan Burns
27d706d21e
Add tests to #1618 ( #1621 )
...
* Refactor OidcTokenProvider to remove dependency on IdentityModel and improve token handling
* Improve OidcTokenProvider error handling and expiry setting
The constructor `OidcTokenProvider` now always sets the `_expiry`
field by calling `GetExpiryFromToken()`, regardless of whether
`_idToken` is null or empty, removing the previous check for a
non-empty `_idToken`.
The `GetExpiryFromToken` method has been updated to handle invalid
JWT token formats more gracefully. Instead of throwing an
`ArgumentException` when the token format is invalid or when the
'exp' claim is missing, the method now returns a default value.
The logic for parsing the JWT token and extracting the 'exp' claim
has been wrapped in a try-catch block. If any exception occurs
during this process, it is caught, and the method returns a default
value instead of throwing an exception.
* Refactor parts initialization inside try block
Moved the initialization of the `parts` variable, which splits the `_idToken` string, inside the `try` block. Removed the previous check for exactly three elements in the `parts` array and the default return value if the check failed.
* Add tests.
---------
Co-authored-by: Boshi Lian <farmer1992@gmail.com >
2025-04-17 10:13:07 -07:00
Boshi Lian
f7e7613d09
generate api v1.32 ( #1603 )
...
* generate based on v1.32
* bump ver
* Delete swagger.json.unprocessed
* Update target frameworks and SDK versions in project files
* Remove extra API endpoint from swagger.json
* Update .NET SDK version to 9.0.x and adjust package references
* happy build
* Enhance certificate handling for .NET 9.0 compatibility in CertUtils and KubernetesClientConfiguration
* Add mapping for V1beta1ResourceClaim to V1ResourceClaim in AutoMapper configurations
* Refactor certificate loading to improve compatibility with .NET 9.0
* Update package versions in Directory.Packages.props for improved compatibility and features
* Update Fractions package version to 7.3.0 for improved compatibility
2025-01-07 16:12:29 +01:00
Weihan Li
007ef8946c
init cpm support ( #1565 )
...
* feat: init cpm support
* remove dotnet-xunit DotNetCliToolReference
* use VersionOverride for compatibility
2024-06-15 21:41:28 -07:00
Boshi Lian
07a59e7e59
Update SDK version to 14.0 for Kubernetes 1.30 ( #1551 )
...
* Update KUBERNETES_BRANCH to v1.30.0 in csharp.settings
* Update version.json to 14.0
* Update SDK version to 14.0 for Kubernetes 1.30
* fix csharp naming conflict
* drop support of net7
* remove unused comment
2024-04-28 17:00:18 -07:00
dependabot[bot]
d2f6e26ee0
Bump System.IO.Abstractions.TestingHelpers from 20.0.4 to 20.0.15 ( #1505 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 20.0.4 to 20.0.15.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v20.0.4...v20.0.15 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 21:19:09 +01:00
dependabot[bot]
f763a4bf6a
Bump xunit from 2.6.5 to 2.6.6 ( #1501 )
...
Bumps [xunit](https://github.com/xunit/xunit ) from 2.6.5 to 2.6.6.
- [Commits](https://github.com/xunit/xunit/compare/2.6.5...2.6.6 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15 11:42:49 +01:00
dependabot[bot]
f75c4aa484
Bump xunit from 2.6.4 to 2.6.5 ( #1494 )
...
Bumps [xunit](https://github.com/xunit/xunit ) from 2.6.4 to 2.6.5.
- [Commits](https://github.com/xunit/xunit/compare/2.6.4...2.6.5 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-06 13:14:14 +01:00
dependabot[bot]
61f0bf7b34
Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6 ( #1490 )
...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit ) from 2.5.5 to 2.5.6.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases )
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6 )
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-06 08:58:43 +01:00
dependabot[bot]
15ca16be88
Bump xunit from 2.6.3 to 2.6.4 ( #1489 )
...
Bumps [xunit](https://github.com/xunit/xunit ) from 2.6.3 to 2.6.4.
- [Commits](https://github.com/xunit/xunit/compare/2.6.3...2.6.4 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-31 10:15:04 +01:00
dependabot[bot]
0e51ed7697
Bump xunit.runner.visualstudio from 2.5.4 to 2.5.5 ( #1474 )
...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit ) from 2.5.4 to 2.5.5.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases )
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5 )
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13 19:12:32 +01:00
dependabot[bot]
3b698b07b5
Bump xunit from 2.6.2 to 2.6.3 ( #1478 )
...
Bumps [xunit](https://github.com/xunit/xunit ) from 2.6.2 to 2.6.3.
- [Commits](https://github.com/xunit/xunit/compare/2.6.2...2.6.3 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-11 15:48:52 +01:00
dependabot[bot]
30ef3c7e4e
Bump System.IO.Abstractions.TestingHelpers from 19.2.87 to 20.0.4 ( #1475 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.87 to 20.0.4.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.87...v20.0.4 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-11 15:46:28 +01:00
Manuel Menegazzo
15ad5bdfc4
Move to net8.0 ( #1463 )
...
* Added net8.0 to the dotnet-version array used by actions
* Changed framework version in Directory.Build.props
* Removed unsed nuget
* Update codeql-analysis.yml
* Added net8.0 target framework
* Updated code analyzer version to match net8.0
* Added net8.0 to tests
* Updated sdk version
* Updated version.json
* Fixed build for non windows machines
* Updated references in Directory.Build.targets
* Added conditional exception handling to WatchServerDisconnect test case
* Added missing project to solution
2023-12-01 11:49:56 +01:00
dependabot[bot]
ade7276733
Bump Moq from 4.20.69 to 4.20.70 ( #1465 )
...
Bumps [Moq](https://github.com/moq/moq ) from 4.20.69 to 4.20.70.
- [Release notes](https://github.com/moq/moq/releases )
- [Changelog](https://github.com/devlooped/moq/blob/main/CHANGELOG.md )
- [Commits](https://github.com/moq/moq/compare/v4.20.69...v4.20.70 )
---
updated-dependencies:
- dependency-name: Moq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 00:32:23 +01:00
dependabot[bot]
a0c7d49103
Bump Microsoft.Extensions.Logging from 7.0.0 to 8.0.0 ( #1451 )
...
Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime ) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0 )
---
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-24 01:25:10 +01:00
dependabot[bot]
04694b5387
Bump xunit from 2.6.1 to 2.6.2 ( #1460 )
...
Bumps [xunit](https://github.com/xunit/xunit ) from 2.6.1 to 2.6.2.
- [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-23 16:42:48 +01:00
dependabot[bot]
e888e46a8e
Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 ( #1459 )
...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit ) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases )
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4 )
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-21 19:36:15 +01:00
dependabot[bot]
3abbbf5e19
Bump System.IO.Abstractions.TestingHelpers from 19.2.69 to 19.2.87 ( #1456 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.69 to 19.2.87.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.69...v19.2.87 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-21 19:32:57 +01:00
dependabot[bot]
fd0de4d30f
Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 ( #1447 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.7.2 to 17.8.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10 19:40:27 +01:00
dependabot[bot]
15e7fda221
Bump xunit from 2.5.3 to 2.6.1 ( #1444 )
...
Bumps [xunit](https://github.com/xunit/xunit ) from 2.5.3 to 2.6.1.
- [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.1 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 15:47:03 +01:00
dependabot[bot]
f55d1faf31
Bump xunit from 2.5.2 to 2.5.3 ( #1435 )
...
Bumps [xunit](https://github.com/xunit/xunit ) from 2.5.2 to 2.5.3.
- [Commits](https://github.com/xunit/xunit/commits )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 13:48:14 +02:00
dependabot[bot]
2cc11e2b9a
Bump xunit from 2.5.0 to 2.5.2 ( #1432 )
...
Bumps [xunit](https://github.com/xunit/xunit ) from 2.5.0 to 2.5.2.
- [Commits](https://github.com/xunit/xunit/compare/2.5.0...2.5.2 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-16 21:48:00 +02:00
dependabot[bot]
c670531e2f
Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 ( #1431 )
...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit ) from 2.5.1 to 2.5.3.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases )
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3 )
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-13 13:20:28 +02:00
dependabot[bot]
c744568b6c
Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 ( #1401 )
...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/xunit ) from 2.5.0 to 2.5.1.
- [Commits](https://github.com/xunit/xunit/compare/2.5.0...2.5.1 )
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 00:46:49 -07:00
dependabot[bot]
0cbfff47f2
Bump System.IO.Abstractions.TestingHelpers from 19.2.67 to 19.2.69 ( #1389 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.67 to 19.2.69.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.67...v19.2.69 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 17:48:47 -07:00
dependabot[bot]
e152ba7750
Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 ( #1386 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.7.1 to 17.7.2.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.7.1...v17.7.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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 06:37:21 -07:00
dependabot[bot]
fc993bd76d
Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 ( #1375 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.7.0 to 17.7.1.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.7.0...v17.7.1 )
---
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-25 12:00:52 -07:00
dependabot[bot]
90111d2803
Bump System.IO.Abstractions.TestingHelpers from 19.2.64 to 19.2.67 ( #1383 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.64 to 19.2.67.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.64...v19.2.67 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-25 08:40:53 -07:00
dependabot[bot]
90bd5e980a
Bump FluentAssertions from 6.11.0 to 6.12.0 ( #1382 )
...
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions ) from 6.11.0 to 6.12.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.11.0...6.12.0 )
---
updated-dependencies:
- dependency-name: FluentAssertions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-24 07:28:21 -07:00
dependabot[bot]
7e3420adde
Bump System.IO.Abstractions.TestingHelpers from 19.2.51 to 19.2.64 ( #1381 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.51 to 19.2.64.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.51...v19.2.64 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 08:55:28 -07:00
dependabot[bot]
905a8803c2
Bump Moq from 4.20.2 to 4.20.69 ( #1368 )
...
Bumps [Moq](https://github.com/moq/moq ) from 4.20.2 to 4.20.69.
- [Release notes](https://github.com/moq/moq/releases )
- [Changelog](https://github.com/moq/moq/blob/main/CHANGELOG.md )
- [Commits](https://github.com/moq/moq/compare/v4.20.2...v4.20.69 )
---
updated-dependencies:
- dependency-name: Moq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 15:57:21 -07:00
dependabot[bot]
e64c372e34
Bump Moq from 4.18.4 to 4.20.2 ( #1365 )
...
Bumps [Moq](https://github.com/moq/moq ) from 4.18.4 to 4.20.2.
- [Release notes](https://github.com/moq/moq/releases )
- [Changelog](https://github.com/moq/moq/blob/main/CHANGELOG.md )
- [Commits](https://github.com/moq/moq/compare/v4.18.4...v4.20.2 )
---
updated-dependencies:
- dependency-name: Moq
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-09 05:33:51 -07:00
dependabot[bot]
4a460e3c52
Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 ( #1361 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.6.3 to 17.7.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.6.3...v17.7.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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 17:20:13 -07:00
dependabot[bot]
6521cc02f7
Bump System.IO.Abstractions.TestingHelpers from 19.2.29 to 19.2.51 ( #1360 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.29 to 19.2.51.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.29...v19.2.51 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-01 16:54:06 -07:00
dependabot[bot]
02486aea3d
Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 ( #1334 )
...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit ) from 2.4.5 to 2.5.0.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases )
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/v2.4.5...2.5.0 )
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-13 01:18:08 -07:00
dependabot[bot]
702f818d30
Bump xunit from 2.4.2 to 2.5.0 ( #1333 )
...
Bumps [xunit](https://github.com/xunit/xunit ) from 2.4.2 to 2.5.0.
- [Commits](https://github.com/xunit/xunit/compare/2.4.2...2.5.0 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-13 00:44:09 -07:00
dependabot[bot]
cacda9e879
Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 ( #1329 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.6.2 to 17.6.3.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.6.2...v17.6.3 )
---
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-09 03:05:04 -07:00
dependabot[bot]
ba1fb2c046
Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.2 ( #1317 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.6.0 to 17.6.2.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.6.0...v17.6.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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-07 07:10:13 -07:00
dependabot[bot]
9ce50942a7
Bump System.Reactive from 5.0.0 to 6.0.0 ( #1306 )
...
Bumps [System.Reactive](https://github.com/dotnet/reactive ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/dotnet/reactive/releases )
- [Commits](https://github.com/dotnet/reactive/commits )
---
updated-dependencies:
- dependency-name: System.Reactive
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-19 11:20:30 -07:00
dependabot[bot]
5165a1f2cd
Bump System.IO.Abstractions.TestingHelpers from 19.2.26 to 19.2.29 ( #1305 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.26 to 19.2.29.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.26...v19.2.29 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-18 09:36:35 -07:00
dependabot[bot]
b18adf8d5f
Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 ( #1301 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.5.0 to 17.6.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.5.0...v17.6.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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-17 06:52:35 -07:00
dependabot[bot]
08fece96f1
Bump System.IO.Abstractions.TestingHelpers from 19.2.22 to 19.2.26 ( #1299 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.22 to 19.2.26.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.22...v19.2.26 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 06:43:37 -07:00
dependabot[bot]
1342531db1
Bump System.IO.Abstractions.TestingHelpers from 19.2.18 to 19.2.22 ( #1293 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.18 to 19.2.22.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.18...v19.2.22 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 11:47:03 -07:00
dependabot[bot]
e42290d6f7
Bump System.IO.Abstractions.TestingHelpers from 19.2.17 to 19.2.18 ( #1278 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.17 to 19.2.18.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.17...v19.2.18 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 10:41:03 -07:00
dependabot[bot]
fbbfef964e
Bump System.IO.Abstractions.TestingHelpers from 19.2.11 to 19.2.17 ( #1277 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.11 to 19.2.17.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.11...v19.2.17 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-23 17:47:12 -07:00
dependabot[bot]
2f290783e4
Bump FluentAssertions from 6.10.0 to 6.11.0 ( #1276 )
...
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions ) from 6.10.0 to 6.11.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.10.0...6.11.0 )
---
updated-dependencies:
- dependency-name: FluentAssertions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-23 14:03:12 -07:00
dependabot[bot]
81f0752955
Bump System.IO.Abstractions.TestingHelpers from 19.2.8 to 19.2.11 ( #1264 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.8 to 19.2.11.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.8...v19.2.11 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 09:54:59 -07:00
dependabot[bot]
6ce40c17d4
Bump System.IO.Abstractions.TestingHelpers from 19.2.4 to 19.2.8 ( #1262 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.4 to 19.2.8.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.4...v19.2.8 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 22:56:30 -07:00
dependabot[bot]
28118d867a
Bump System.IO.Abstractions.TestingHelpers from 19.2.1 to 19.2.4 ( #1234 )
...
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions ) from 19.2.1 to 19.2.4.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases )
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.1...v19.2.4 )
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 10:00:16 -07:00