From 63b13fd1ed9c53fc37f67b1ca496f4fbeb4f56f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:20:11 +0800 Subject: [PATCH 1/8] Bump Microsoft.TestPlatform.ObjectModel from 17.7.2 to 17.8.0 (#132) Bumps [Microsoft.TestPlatform.ObjectModel](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.TestPlatform.ObjectModel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/yunit/yunit.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunit/yunit.csproj b/src/yunit/yunit.csproj index 263b0e8..31c080e 100644 --- a/src/yunit/yunit.csproj +++ b/src/yunit/yunit.csproj @@ -28,7 +28,7 @@ - + From f0b8ab2cd04563ec03e24d891abc4ebf114504d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:20:40 +0800 Subject: [PATCH 2/8] Bump xunit from 2.5.3 to 2.6.1 (#130) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test/yunit.test/yunit.test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/yunit.test/yunit.test.csproj b/test/yunit.test/yunit.test.csproj index 8d97f01..090e895 100644 --- a/test/yunit.test/yunit.test.csproj +++ b/test/yunit.test/yunit.test.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From f3750433e96d901dae537a59bff483db1712710d Mon Sep 17 00:00:00 2001 From: Yufei Huang Date: Wed, 6 Dec 2023 09:33:13 +0800 Subject: [PATCH 3/8] drop azure pipeline --- azure-pipelines.yml | 74 --------------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 1ec1b05..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,74 +0,0 @@ -trigger: - tags: - include: - - 'v*' - -variables: -- group: docfx-v2-pipeline-kv - -jobs: -- job: publish - condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/') - pool: - vmImage: windows-latest - steps: - - task: UseDotNet@2 - inputs: - packageType: sdk - version: 6.0.x - - - task: UseDotNet@2 - inputs: - packageType: sdk - version: 2.1.x # for ESRPCodeSigning - - - powershell: ./build.ps1 - displayName: dotnet test - - - powershell: | - $version = "$(Build.SourceBranchName)".substring(1) - dotnet pack -c Release -o $(Agent.TempDirectory)/nuget /p:Version=$version /p:InformationalVersion=$version-$(Build.SourceVersion) - displayName: dotnet pack - - - task: EsrpCodeSigning@1 - displayName: 'Sign NuGet packages' - inputs: - ConnectedServiceName: 'CodeSigning-APEX' - FolderPath: '$(Agent.TempDirectory)/nuget' - Pattern: '*.nupkg' - signConfigType: inlineSignParams - SessionTimeout: 20 - inlineOperation: | - [ - { - "KeyCode" : "CP-401405", - "OperationSetCode" : "NuGetSign", - "Parameters" : [ - { - "parameterName": "TimeStamp", - "parameterValue": "/tr \"http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer\" /td sha256" - }, - { - "parameterName": "FileDigest", - "parameterValue": "/fd \"SHA256\"" - } - ], - "ToolName" : "sign", - "ToolVersion" : "1.0" - }, - { - "KeyCode" : "CP-401405", - "OperationSetCode" : "NuGetVerify", - "Parameters" : [], - "ToolName" : "sign", - "ToolVersion" : "1.0" - } - ] - - - publish: $(Agent.TempDirectory)/nuget - artifact: nuget - - - powershell: dotnet nuget push $(Agent.TempDirectory)\nuget\*.nupkg --api-key $env:NUGETAPIKEY --source https://nuget.org - displayName: dotnet nuget push - env: - NUGETAPIKEY: $(NugetAPIKey) \ No newline at end of file From 44d63ebb61dda6108714c4ff89b41e42bc752f95 Mon Sep 17 00:00:00 2001 From: Renze Yu Date: Tue, 2 Jan 2024 09:11:16 +0800 Subject: [PATCH 4/8] Small fix in readme (#140) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97a3415..6f5a31f 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ The bare metal comparison expect the actual object to match exactly the same as method | description | example -------|-----------------------------------------------|------------- -`UseIgnoreNull` | Ignore the actual result of a property if the expected value is null | `{ "a": null }` matches `{”a": xxx}` where `xxx` could be anything +`UseIgnoreNull` | Ignore the actual result of a property if the expected value is null | `{ "a": null }` matches `{"a": xxx}` where `xxx` could be anything `UseNegate` | Assert the actual result must not be the expected result if the expected value starts with `!` | Given an expectation of `{ "a": "!value"}` , `{"a": "value"} should fail `UseRegex` | The value must match a regex if the expectation looks like `/{regex}/` | `{"a": "/^.*$/" }` uses `^.*$` to match the actual value `UseWildcard` | Use wildcard match if the expectation contains `*` | `{"a": "a*" }` uses wildcard `a*` to match against actual value From a5c37c87ddcf741a0d7c6ec1b5519bc38393a70d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 09:17:45 +0800 Subject: [PATCH 5/8] Bump xunit.runner.visualstudio from 2.5.3 to 2.5.6 (#143) Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test/yunit.test/yunit.test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/yunit.test/yunit.test.csproj b/test/yunit.test/yunit.test.csproj index 090e895..b9f49c3 100644 --- a/test/yunit.test/yunit.test.csproj +++ b/test/yunit.test/yunit.test.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From b540d7ac55ead2e234c30639e09b7dacdfbc838a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 09:18:01 +0800 Subject: [PATCH 6/8] Bump HtmlAgilityPack from 1.11.54 to 1.11.57 (#144) Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.54 to 1.11.57. - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases) - [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.11.54...v1.11.57) --- updated-dependencies: - dependency-name: HtmlAgilityPack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/yunit/yunit.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunit/yunit.csproj b/src/yunit/yunit.csproj index 31c080e..f41a564 100644 --- a/src/yunit/yunit.csproj +++ b/src/yunit/yunit.csproj @@ -26,7 +26,7 @@ - + From a8dfe8c17ab24a30b1624efcea1cdb79bccecfed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 09:18:13 +0800 Subject: [PATCH 7/8] Bump DiffPlex from 1.7.1 to 1.7.2 (#138) Bumps [DiffPlex](https://github.com/mmanela/diffplex) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/mmanela/diffplex/releases) - [Commits](https://github.com/mmanela/diffplex/commits) --- updated-dependencies: - dependency-name: DiffPlex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/yunit/yunit.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunit/yunit.csproj b/src/yunit/yunit.csproj index f41a564..3d7e210 100644 --- a/src/yunit/yunit.csproj +++ b/src/yunit/yunit.csproj @@ -24,7 +24,7 @@ - + From 06b4dd025376f0941e2b82eed57248818d19b2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 09:34:02 +0800 Subject: [PATCH 8/8] Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 (#133) Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.1 to 8.0.0. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/commits) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/yunit/yunit.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunit/yunit.csproj b/src/yunit/yunit.csproj index 3d7e210..fff8bd9 100644 --- a/src/yunit/yunit.csproj +++ b/src/yunit/yunit.csproj @@ -34,7 +34,7 @@ - +