{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":249852854,"defaultBranch":"master","name":"ImperatorToCK3","ownerLogin":"ParadoxGameConverters","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-03-25T00:52:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/42903025?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716864283.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"13920e2cd5a7a12ef99940e62186b1be8d55e0f3","ref":"refs/heads/dependabot/nuget/xunit-2.8.1","pushedAt":"2024-05-28T02:44:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump xunit from 2.8.0 to 2.8.1\n\nBumps [xunit](https://github.com/xunit/xunit) from 2.8.0 to 2.8.1.\n- [Commits](https://github.com/xunit/xunit/compare/2.8.0...2.8.1)\n\n---\nupdated-dependencies:\n- dependency-name: xunit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump xunit from 2.8.0 to 2.8.1"}},{"before":"cde3c6ae14bf794d95fded652e64169009ea959d","after":"c295af5bee4fe20e175f5cfb007a502233116a10","ref":"refs/heads/master","pushedAt":"2024-05-27T19:42:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"},"commit":{"message":"Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (#1959)\n\nBumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from\n17.9.0 to 17.10.0.\n
\nRelease notes\n

Sourced from Microsoft.NET.Test.Sdk's\nreleases.

\n
\n

v17.10.0

\n

What's Changed

\n
    \n
  • Add missing runtimeconfig.json file for 8.0 by @​MarcoRossignoli\nin microsoft/vstest#4792
  • \n
  • Localized file check-in by OneLocBuild Task: Build definition ID\n1222: Build ID 2338548 by @​dotnet-bot in microsoft/vstest#4794
  • \n
  • Disable testhost prestart by @​nohwnd in microsoft/vstest#4833
  • \n
  • Terminal logger fixes by @​nohwnd in microsoft/vstest#4834
  • \n
  • Add RiscV64 by @​nohwnd in microsoft/vstest#4838
  • \n
  • Add deterministic source mapping storing for Microsoft.CodeCoverage\nby @​jakubch1 in\nmicrosoft/vstest#4849
  • \n
  • Fix terminal logger encoding & error by @​nohwnd in microsoft/vstest#4853
  • \n
  • Update sourcebuild configuration to build net previous and net\ncurrent by @​Evangelink in microsoft/vstest#4856
  • \n
  • Updating version of Microsoft.VisualStudio.Interop to 17.10 by @​MSLukeWest in microsoft/vstest#4866
  • \n
  • Add VSTEST_DIAG_VERBOSITY to help by @​nohwnd in microsoft/vstest#4882
  • \n
  • Fix feature flag name by @​nohwnd in microsoft/vstest#4885
  • \n
  • Improve terminal logger by @​nohwnd in microsoft/vstest#4877
  • \n
  • Remove PackageLicenseFile preventing PackageLicenseExpression from\nworking by @​lahma\nin microsoft/vstest#4890
  • \n
  • Add GitHub Actions logger by @​martincostello\nin microsoft/vstest#4906
  • \n
  • Ensure to send a session complete event by @​drognanar in microsoft/vstest#4878
  • \n
  • specify Win10 + maxversiontested to enable xaml APIs to be used in\ntests running under testhost.exe by @​ChrisGuzak in microsoft/vstest#4888
  • \n
  • Make VSTest repo buildable in VMR non-source-build by @​ViktorHofer in\nmicrosoft/vstest#4920
  • \n
  • Migrate pipelines by @​nohwnd in microsoft/vstest#4921
  • \n
  • Add test name to MSBuild where we have frame. by @​nohwnd in microsoft/vstest#4935
  • \n
  • [rel/17.10] Add list of known TestingPlatform dlls by @​nohwnd in microsoft/vstest#4982
  • \n
\n

And many infrastructure related changes and updates.

\n

New Contributors

\n
    \n
  • @​ellahathaway\nmade their first contribution in microsoft/vstest#4785
  • \n
  • @​MSLukeWest made\ntheir first contribution in microsoft/vstest#4866
  • \n
  • @​lahma made\ntheir first contribution in microsoft/vstest#4890
  • \n
  • @​ChrisGuzak made\ntheir first contribution in microsoft/vstest#4888
  • \n
\n

Full Changelog: https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0

\n

v17.10.0-release-24177-07

\n

What's Changed

\n
    \n
  • \n

    Fix Microsoft.TestPlatform.Build sourcebuild nuspec by @​Evangelink in microsoft/vstest#4871

    \n
  • \n
  • \n

    Updating version of Microsoft.VisualStudio.Interop to 17.10 by @​MSLukeWest in microsoft/vstest#4866

    \n
  • \n
  • \n

    Add VSTEST_DIAG_VERBOSITY to help by @​nohwnd in microsoft/vstest#4882

    \n
  • \n
  • \n

    Move SB metadata to intermediates by @​ellahathaway\nin microsoft/vstest#4884

    \n
  • \n
  • \n

    Fix feature flag name by @​nohwnd in microsoft/vstest#4885

    \n
  • \n
  • \n

    Remove PackageLicenseFile preventing PackageLicenseExpression from\nworking by @​lahma\nin microsoft/vstest#4890

    \n
  • \n
  • \n

    Add GitHub Actions logger by @​martincostello\nin microsoft/vstest#4906

    \n
  • \n
  • \n

    Ensure to send a session complete event by @​drognanar in microsoft/vstest#4878

    \n
  • \n
  • \n

    specify Win10 + maxversiontested to enable xaml APIs to be used in\ntests running under testhost.exe by @​ChrisGuzak in microsoft/vstest#4888

    \n
  • \n
  • \n

    Improve terminal logger by @​nohwnd in microsoft/vstest#4877

    \n
  • \n
  • \n

    Add test name to MSBuild where we have frame. by @​nohwnd in microsoft/vstest#4935

    \n
  • \n
  • \n

    Updated Code Coverage to latest version microsoft/vstest#4933

    \n
  • \n
\n\n
\n

... (truncated)

\n
\n
\nCommits\n\n
\n
\n\n\n[![Dependabot compatibility\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.NET.Test.Sdk&package-manager=nuget&previous-version=17.9.0&new-version=17.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\n\n\n
\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (#1959)"}},{"before":"e16fd4deeba9bd949ec2e4cf39d49188b26dcd94","after":null,"ref":"refs/heads/dependabot/nuget/Microsoft.NET.Test.Sdk-17.10.0","pushedAt":"2024-05-27T19:42:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"}},{"before":null,"after":"e16fd4deeba9bd949ec2e4cf39d49188b26dcd94","ref":"refs/heads/dependabot/nuget/Microsoft.NET.Test.Sdk-17.10.0","pushedAt":"2024-05-27T02:47:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0\n\nBumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.9.0 to 17.10.0.\n- [Release notes](https://github.com/microsoft/vstest/releases)\n- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)\n- [Commits](https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0)\n\n---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0"}},{"before":null,"after":"dbb302ea49e44262ec24a1d124966e0d77f1e091","ref":"refs/heads/dependabot/submodules/Fronter.NET-8579628","pushedAt":"2024-05-27T02:29:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump Fronter.NET from `3dd9a17` to `8579628`\n\nBumps [Fronter.NET](https://github.com/ParadoxGameConverters/Fronter.NET) from `3dd9a17` to `8579628`.\n- [Commits](https://github.com/ParadoxGameConverters/Fronter.NET/compare/3dd9a172292b296e3c58d98b7ca68a6680345a9a...8579628c3c2468b25e5b8830d6e6a3b41f5a80f1)\n\n---\nupdated-dependencies:\n- dependency-name: Fronter.NET\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump Fronter.NET from 3dd9a17 to 8579628"}},{"before":"86fe4d93fe5f380b082dbf9590309f281962d2ca","after":null,"ref":"refs/heads/bump-dotnet-sdk","pushedAt":"2024-05-18T08:49:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"}},{"before":"eb533c6b383ad16eafd50edfe51800e2eb9f3a9e","after":"cde3c6ae14bf794d95fded652e64169009ea959d","ref":"refs/heads/master","pushedAt":"2024-05-18T08:49:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"},"commit":{"message":"Use .NET SDK 8.0.300 (#1954) #patch","shortMessageHtmlLink":"Use .NET SDK 8.0.300 (#1954) #patch"}},{"before":"14be76daf7fa9d4836c011bb426a2692994fb4c7","after":null,"ref":"refs/heads/dependabot/nuget/Meziantou.Analyzer-2.0.151","pushedAt":"2024-05-18T08:48:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"}},{"before":"ce75ecb75cb63369da32f61ecb0b55ad74781915","after":"eb533c6b383ad16eafd50edfe51800e2eb9f3a9e","ref":"refs/heads/master","pushedAt":"2024-05-18T08:48:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"},"commit":{"message":"Bump Meziantou.Analyzer from 2.0.150 to 2.0.151 (#1957)\n\nBumps\n[Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer)\nfrom 2.0.150 to 2.0.151.\n
\nRelease notes\n

Sourced from Meziantou.Analyzer's\nreleases.

\n
\n

2.0.151

\n

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.151

\n

What's Changed

\n
    \n
  • Improve MA0115 to detect pascal-case parameters in a component with\nCaptureUnmatchedValues by @​meziantou in meziantou/Meziantou.Analyzer#718
  • \n
\n

Full Changelog: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.150...2.0.151

\n
\n
\n
\nCommits\n
    \n
  • 23b9118\nImprove MA0115 to detect pascal-case parameters in a component with\nCaptureUn...
  • \n
  • See full diff in compare\nview
  • \n
\n
\n
\n\n\n[![Dependabot compatibility\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Meziantou.Analyzer&package-manager=nuget&previous-version=2.0.150&new-version=2.0.151)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\n\n\n
\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump Meziantou.Analyzer from 2.0.150 to 2.0.151 (#1957)"}},{"before":"0a6c2a2907021c5392172d7d47304ab6eb4b2afc","after":null,"ref":"refs/heads/dependabot/nuget/PGCG.commonItems-12.1.2","pushedAt":"2024-05-18T08:47:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"}},{"before":"292b8b4cc317308fc5bb886bc08715ca0455467c","after":"ce75ecb75cb63369da32f61ecb0b55ad74781915","ref":"refs/heads/master","pushedAt":"2024-05-18T08:47:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"},"commit":{"message":"Bump PGCG.commonItems from 12.1.1 to 12.1.2 (#1956)\n\nBumps\n[PGCG.commonItems](https://github.com/ParadoxGameConverters/commonItems.NET)\nfrom 12.1.1 to 12.1.2.\n
\nCommits\n
    \n
  • dcb3e66\nBump NCalcSync from 3.13.0 to 3.13.1 (#434)
  • \n
  • 6a366df\nMake ColorTests run sequentially (#435)
  • \n
  • See full diff in compare\nview
  • \n
\n
\n
\n\n
\nMost Recent Ignore Conditions Applied to This Pull\nRequest\n\n| Dependency Name | Ignore Conditions |\n| --- | --- |\n| PGCG.commonItems | [< 3.1, > 3.0.0] |\n| PGCG.commonItems | [>= 5.a, < 6] |\n| PGCG.commonItems | [>= 4.a, < 5] |\n
\n\n\n[![Dependabot compatibility\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=PGCG.commonItems&package-manager=nuget&previous-version=12.1.1&new-version=12.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\n\n\n
\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump PGCG.commonItems from 12.1.1 to 12.1.2 (#1956)"}},{"before":null,"after":"14be76daf7fa9d4836c011bb426a2692994fb4c7","ref":"refs/heads/dependabot/nuget/Meziantou.Analyzer-2.0.151","pushedAt":"2024-05-18T08:47:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump Meziantou.Analyzer from 2.0.150 to 2.0.151\n\nBumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) from 2.0.150 to 2.0.151.\n- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)\n- [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.150...2.0.151)\n\n---\nupdated-dependencies:\n- dependency-name: Meziantou.Analyzer\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump Meziantou.Analyzer from 2.0.150 to 2.0.151"}},{"before":null,"after":"0a6c2a2907021c5392172d7d47304ab6eb4b2afc","ref":"refs/heads/dependabot/nuget/PGCG.commonItems-12.1.2","pushedAt":"2024-05-18T08:46:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump PGCG.commonItems from 12.1.1 to 12.1.2\n\nBumps [PGCG.commonItems](https://github.com/ParadoxGameConverters/commonItems.NET) from 12.1.1 to 12.1.2.\n- [Commits](https://github.com/ParadoxGameConverters/commonItems.NET/compare/12.1.1...12.1.2)\n\n---\nupdated-dependencies:\n- dependency-name: PGCG.commonItems\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump PGCG.commonItems from 12.1.1 to 12.1.2"}},{"before":"1eb3efdd161c19ad3254e9cb92cc437ae01d1cb4","after":null,"ref":"refs/heads/dependabot/submodules/Fronter.NET-3dd9a17","pushedAt":"2024-05-18T08:45:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"}},{"before":"57f067f066127b19962dfcc0897b21c7280f0e4e","after":"292b8b4cc317308fc5bb886bc08715ca0455467c","ref":"refs/heads/master","pushedAt":"2024-05-18T08:45:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"},"commit":{"message":"Bump Fronter.NET from `7508292` to `3dd9a17` (#1955)\n\nBumps\r\n[Fronter.NET](https://github.com/ParadoxGameConverters/Fronter.NET) from\r\n`7508292` to `3dd9a17`.\r\n
\r\nCommits\r\n
    \r\n
  • 3dd9a17\r\nUse .NET SDK 8.0.300 (#538)
  • \r\n
  • 0078be6\r\nBump AWSSDK.S3 to 3.7.308.2 (#540)
  • \r\n
  • 270541e\r\nBump PGCG.commonItems from 12.1.1 to 12.1.2 (#539)
  • \r\n
  • 8925d26\r\nBump Meziantou.Analyzer from 2.0.150 to 2.0.151 (#537)
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump Fronter.NET from 7508292 to 3dd9a17 (#1955)"}},{"before":null,"after":"1eb3efdd161c19ad3254e9cb92cc437ae01d1cb4","ref":"refs/heads/dependabot/submodules/Fronter.NET-3dd9a17","pushedAt":"2024-05-18T08:42:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump Fronter.NET from `7508292` to `3dd9a17`\n\nBumps [Fronter.NET](https://github.com/ParadoxGameConverters/Fronter.NET) from `7508292` to `3dd9a17`.\n- [Commits](https://github.com/ParadoxGameConverters/Fronter.NET/compare/75082929d1d06a3ead8878b0c999ff9bbaf81833...3dd9a172292b296e3c58d98b7ca68a6680345a9a)\n\n---\nupdated-dependencies:\n- dependency-name: Fronter.NET\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump Fronter.NET from 7508292 to 3dd9a17"}},{"before":null,"after":"86fe4d93fe5f380b082dbf9590309f281962d2ca","ref":"refs/heads/bump-dotnet-sdk","pushedAt":"2024-05-18T02:31:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"},"commit":{"message":"Use .NET SDK 8.0.300","shortMessageHtmlLink":"Use .NET SDK 8.0.300"}},{"before":"3f87fd3a22cb2ac38327c47cd3c98bce174a598b","after":"dafee9bf4ffa14f1429d65ed635273feae80b8f7","ref":"refs/heads/convert-random-coas","pushedAt":"2024-05-16T20:13:11.000Z","pushType":"push","commitsCount":16,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"},"commit":{"message":"Merge branch 'master' into convert-random-coas","shortMessageHtmlLink":"Merge branch 'master' into convert-random-coas"}},{"before":"9511a3ee4eac096dca618d2f229d4f2640cfda22","after":null,"ref":"refs/heads/dependabot/submodules/Fronter.NET-7508292","pushedAt":"2024-05-15T04:38:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"}},{"before":"9faa867971256904ab48271cf3b1da0f7ff8e13d","after":"57f067f066127b19962dfcc0897b21c7280f0e4e","ref":"refs/heads/master","pushedAt":"2024-05-15T04:38:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"},"commit":{"message":"Bump Fronter.NET from `69ec175` to `7508292` (#1952) #patch\n\nBumps\n[Fronter.NET](https://github.com/ParadoxGameConverters/Fronter.NET) from\n`69ec175` to `7508292`.\n
\nCommits\n
    \n
  • 7508292\nBump Sentry from 4.6.0 to 4.6.2 (#535)
  • \n
  • 38251f7\nBump Microsoft.EntityFrameworkCore.Sqlite from 8.0.4 to 8.0.5 (#536)
  • \n
  • 072cc65\nBump Microsoft.EntityFrameworkCore.Design from 7.0.18 to 7.0.19 (#534)
  • \n
  • See full diff in compare\nview
  • \n
\n
\n
\n\n\nDependabot will resolve any conflicts with this PR as long as you don't\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\n\n\n
\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump Fronter.NET from 69ec175 to 7508292 (#1952) #patch"}},{"before":null,"after":"9511a3ee4eac096dca618d2f229d4f2640cfda22","ref":"refs/heads/dependabot/submodules/Fronter.NET-7508292","pushedAt":"2024-05-15T02:25:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump Fronter.NET from `69ec175` to `7508292`\n\nBumps [Fronter.NET](https://github.com/ParadoxGameConverters/Fronter.NET) from `69ec175` to `7508292`.\n- [Commits](https://github.com/ParadoxGameConverters/Fronter.NET/compare/69ec175ed36ebbc0eee4b47dbd0df87e6b7b1c39...75082929d1d06a3ead8878b0c999ff9bbaf81833)\n\n---\nupdated-dependencies:\n- dependency-name: Fronter.NET\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump Fronter.NET from 69ec175 to 7508292"}},{"before":"e140f22c1bd02f2ad6256742e7534cea6a8826cf","after":null,"ref":"refs/heads/dependabot/submodules/Fronter.NET-69ec175","pushedAt":"2024-05-11T13:13:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"}},{"before":"26c11c0709b1fc4e5375fca6b2d4474ac1f90f95","after":"9faa867971256904ab48271cf3b1da0f7ff8e13d","ref":"refs/heads/master","pushedAt":"2024-05-11T13:13:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"},"commit":{"message":"Bump Fronter.NET from `aece824` to `69ec175` (#1949) #patch\n\nBumps\r\n[Fronter.NET](https://github.com/ParadoxGameConverters/Fronter.NET) from\r\n`aece824` to `69ec175`.\r\n
\r\nCommits\r\n
    \r\n
  • 69ec175\r\nBump Sentry from 4.5.0 to 4.6.0 (#533)
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump Fronter.NET from aece824 to 69ec175 (#1949) #patch"}},{"before":"a9f5b0654160f72ab38e50eb4e225e865e010843","after":null,"ref":"refs/heads/rakaly-bump","pushedAt":"2024-05-11T13:13:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"}},{"before":"e2c97c0d746dbded3fc175943f0643b5d132a734","after":"26c11c0709b1fc4e5375fca6b2d4474ac1f90f95","ref":"refs/heads/master","pushedAt":"2024-05-11T13:13:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"},"commit":{"message":"Bump Rakaly CLI to 0.5.0 (#1947)","shortMessageHtmlLink":"Bump Rakaly CLI to 0.5.0 (#1947)"}},{"before":"734449076bf45216859a2f73a717388b0b90aa51","after":null,"ref":"refs/heads/dependabot/nuget/Polly-8.4.0","pushedAt":"2024-05-11T13:12:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"}},{"before":"e665472a55c2124156e1898bafb562680ed32d25","after":"e2c97c0d746dbded3fc175943f0643b5d132a734","ref":"refs/heads/master","pushedAt":"2024-05-11T13:12:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"},"commit":{"message":"Bump Polly from 8.3.1 to 8.4.0 (#1948)\n\nBumps [Polly](https://github.com/App-vNext/Polly) from 8.3.1 to 8.4.0.\r\n
\r\nRelease notes\r\n

Sourced from Polly's\r\nreleases.

\r\n
\r\n

8.4.0

\r\n

What's Changed

\r\n
    \r\n
  • Remove async void usage by @​martincostello\r\nin App-vNext/Polly#2013
  • \r\n
  • [Docs] Add cheat sheet for outcome chaos strategy by @​peter-csala in\r\nApp-vNext/Polly#1984
  • \r\n
  • Fix SA1515/SA1612/S2681 by @​baranyaimate\r\nin App-vNext/Polly#2018
  • \r\n
  • Fix S3800/CA1821/S2955 by @​baranyaimate\r\nin App-vNext/Polly#2020
  • \r\n
  • Document outcome strategy anti-patterns by @​vany0114 in App-vNext/Polly#1994
  • \r\n
  • [Docs] Add cheat sheet for latency chaos by @​peter-csala in\r\nApp-vNext/Polly#2030
  • \r\n
  • [Docs] Add cheat sheet for behavior chaos by @​peter-csala in\r\nApp-vNext/Polly#2031
  • \r\n
  • Remove DiagnosticSource reference from Extensions for NET 6.0 and\r\nlater by @​lahma in\r\nApp-vNext/Polly#2033
  • \r\n
  • Bump actionlint to 1.6.27 by @​martincostello\r\nin App-vNext/Polly#2040
  • \r\n
  • Split docs build and publish by @​martincostello\r\nin App-vNext/Polly#2054
  • \r\n
  • Port fixes from .NET 9 testing by @​martincostello\r\nin App-vNext/Polly#2056
  • \r\n
  • Add sponsorship to README by @​martincostello\r\nin App-vNext/Polly#2059
  • \r\n
  • Add F# and VB.NET samples by @​martincostello\r\nin App-vNext/Polly#2046
  • \r\n
  • Fix ToC by @​martincostello\r\nin App-vNext/Polly#2063
  • \r\n
  • Allow adding a resilience strategy without explicit options by @​martintmk in App-vNext/Polly#2068
  • \r\n
  • [Docs] Unify strategy descriptions and add Telemetry sections by @​peter-csala in\r\nApp-vNext/Polly#2060
  • \r\n
  • Add unit to execution time in telemetry events by @​peter-csala in\r\nApp-vNext/Polly#2069
  • \r\n
  • Release automation by @​martincostello\r\nin App-vNext/Polly#2062
  • \r\n
  • [Docs] Add telemetry section to chaos strategies documentation pages\r\nby @​peter-csala in\r\nApp-vNext/Polly#2071
  • \r\n
  • Fix CI for macOS 14 by @​martincostello\r\nin App-vNext/Polly#2079
  • \r\n
  • Fix SA1618 by documenting typeparams by @​iamdmitrij in App-vNext/Polly#2078
  • \r\n
  • Add package tools to manifest by @​martincostello\r\nin App-vNext/Polly#2084
  • \r\n
  • Fix IDE0011 warning by @​iamdmitrij in App-vNext/Polly#2085
  • \r\n
  • Fix S3253/S6605/SA1625/S103 warnings by @​iamdmitrij in App-vNext/Polly#2086
  • \r\n
  • Add CI timeouts by @​martincostello\r\nin App-vNext/Polly#2088
  • \r\n
  • Fix CA1000/S4023/S3442/S107/SA1402/SA1649 warnings by @​iamdmitrij in App-vNext/Polly#2089
  • \r\n
  • Fix SA1615/SA1623 warnings by @​iamdmitrij in App-vNext/Polly#2091
  • \r\n
  • Allow changing the severity of resilience events by @​martintmk in App-vNext/Polly#2072
  • \r\n
  • Fix typos by @​martincostello\r\nin App-vNext/Polly#2099
  • \r\n
  • [Bug] Fix chaos outcome exception handling by @​peter-csala in\r\nApp-vNext/Polly#2101
  • \r\n
  • Nullability fixes for chaos outcome strategy by @​martintmk in App-vNext/Polly#1982
  • \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​lahma made\r\ntheir first contribution in App-vNext/Polly#2033
  • \r\n
  • @​iamdmitrij made\r\ntheir first contribution in App-vNext/Polly#2078
  • \r\n
\r\n

Full Changelog: https://github.com/App-vNext/Polly/compare/8.3.1...8.4.0

\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from Polly's\r\nchangelog.

\r\n
\r\n

8.4.0

\r\n
    \r\n
  • Remove async void usage by @​martincostello\r\nin App-vNext/Polly#2013
  • \r\n
  • [Docs] Add cheat sheet for outcome chaos strategy by @​peter-csala in\r\nApp-vNext/Polly#1984
  • \r\n
  • Fix SA1515/SA1612/S2681 by @​baranyaimate\r\nin App-vNext/Polly#2018
  • \r\n
  • Fix S3800/CA1821/S2955 by @​baranyaimate\r\nin App-vNext/Polly#2020
  • \r\n
  • Document outcome strategy anti-patterns by @​vany0114 in App-vNext/Polly#1994
  • \r\n
  • [Docs] Add cheat sheet for latency chaos by @​peter-csala in\r\nApp-vNext/Polly#2030
  • \r\n
  • [Docs] Add cheat sheet for behavior chaos by @​peter-csala in\r\nApp-vNext/Polly#2031
  • \r\n
  • Remove DiagnosticSource reference from Extensions for NET 6.0 and\r\nlater by @​lahma in\r\nApp-vNext/Polly#2033
  • \r\n
  • Bump actionlint to 1.6.27 by @​martincostello\r\nin App-vNext/Polly#2040
  • \r\n
  • Split docs build and publish by @​martincostello\r\nin App-vNext/Polly#2054
  • \r\n
  • Port fixes from .NET 9 testing by @​martincostello\r\nin App-vNext/Polly#2056
  • \r\n
  • Add sponsorship to README by @​martincostello\r\nin App-vNext/Polly#2059
  • \r\n
  • Add F# and VB.NET samples by @​martincostello\r\nin App-vNext/Polly#2046
  • \r\n
  • Fix ToC by @​martincostello\r\nin App-vNext/Polly#2063
  • \r\n
  • Allow adding a resilience strategy without explicit options by @​martintmk in App-vNext/Polly#2068
  • \r\n
  • [Docs] Unify strategy descriptions and add Telemetry sections by @​peter-csala in\r\nApp-vNext/Polly#2060
  • \r\n
  • Add unit to execution time in telemetry events by @​peter-csala in\r\nApp-vNext/Polly#2069
  • \r\n
  • Release automation by @​martincostello\r\nin App-vNext/Polly#2062
  • \r\n
  • [Docs] Add telemetry section to chaos strategies documentation pages\r\nby @​peter-csala in\r\nApp-vNext/Polly#2071
  • \r\n
  • Fix CI for macOS 14 by @​martincostello\r\nin App-vNext/Polly#2079
  • \r\n
  • Fix SA1618 by documenting typeparams by @​iamdmitrij in App-vNext/Polly#2078
  • \r\n
  • Add package tools to manifest by @​martincostello\r\nin App-vNext/Polly#2084
  • \r\n
  • Fix IDE0011 warning by @​iamdmitrij in App-vNext/Polly#2085
  • \r\n
  • Fix S3253/S6605/SA1625/S103 warnings by @​iamdmitrij in App-vNext/Polly#2086
  • \r\n
  • Add CI timeouts by @​martincostello\r\nin App-vNext/Polly#2088
  • \r\n
  • Fix CA1000/S4023/S3442/S107/SA1402/SA1649 warnings by @​iamdmitrij in App-vNext/Polly#2089
  • \r\n
  • Fix SA1615/SA1623 warnings by @​iamdmitrij in App-vNext/Polly#2091
  • \r\n
  • Allow changing the severity of resilience events by @​martintmk in App-vNext/Polly#2072
  • \r\n
  • Fix typos by @​martincostello\r\nin App-vNext/Polly#2099
  • \r\n
  • [Bug] Fix chaos outcome exception handling by @​peter-csala in\r\nApp-vNext/Polly#2101
  • \r\n
  • Nullability fixes for chaos outcome strategy by @​martintmk in App-vNext/Polly#1982
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 11f84b2\r\nRebase and cleanup the PR
  • \r\n
  • 41d27ff\r\n[Bug] Fix chaos outcome exception handling (#2101)
  • \r\n
  • 98e9a44\r\nBump actions/checkout from 4.1.4 to 4.1.5 (#2103)
  • \r\n
  • 4aaf995\r\nBump github/codeql-action from 3.25.3 to 3.25.4 (#2102)
  • \r\n
  • 66e97a0\r\nFix typos
  • \r\n
  • 0f66d3e\r\nAllow changing the severity of resilience events (#2072)
  • \r\n
  • f85029c\r\nBump martincostello/update-dotnet-sdk from 3.2.0 to 3.2.1 (#2092)
  • \r\n
  • 51cf1b1\r\nBump actions/dependency-review-action from 4.2.5 to 4.3.2 (#2095)
  • \r\n
  • e074937\r\nBump codecov/codecov-action from 4.3.0 to 4.3.1 (#2094)
  • \r\n
  • 3a20dac\r\nBump github/codeql-action from 3.25.2 to 3.25.3 (#2093)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Polly&package-manager=nuget&previous-version=8.3.1&new-version=8.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump Polly from 8.3.1 to 8.4.0 (#1948)"}},{"before":null,"after":"e140f22c1bd02f2ad6256742e7534cea6a8826cf","ref":"refs/heads/dependabot/submodules/Fronter.NET-69ec175","pushedAt":"2024-05-11T13:12:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump Fronter.NET from `aece824` to `69ec175`\n\nBumps [Fronter.NET](https://github.com/ParadoxGameConverters/Fronter.NET) from `aece824` to `69ec175`.\n- [Commits](https://github.com/ParadoxGameConverters/Fronter.NET/compare/aece8245766166b5e23dc6db5688a882f64d9e70...69ec175ed36ebbc0eee4b47dbd0df87e6b7b1c39)\n\n---\nupdated-dependencies:\n- dependency-name: Fronter.NET\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump Fronter.NET from aece824 to 69ec175"}},{"before":null,"after":"734449076bf45216859a2f73a717388b0b90aa51","ref":"refs/heads/dependabot/nuget/Polly-8.4.0","pushedAt":"2024-05-11T13:06:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump Polly from 8.3.1 to 8.4.0\n\nBumps [Polly](https://github.com/App-vNext/Polly) from 8.3.1 to 8.4.0.\n- [Release notes](https://github.com/App-vNext/Polly/releases)\n- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/App-vNext/Polly/compare/8.3.1...8.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: Polly\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump Polly from 8.3.1 to 8.4.0"}},{"before":null,"after":"a9f5b0654160f72ab38e50eb4e225e865e010843","ref":"refs/heads/rakaly-bump","pushedAt":"2024-05-11T13:04:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"IhateTrains","name":null,"path":"/IhateTrains","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29546927?s=80&v=4"},"commit":{"message":"Bump Rakaly CLI to 0.5.0","shortMessageHtmlLink":"Bump Rakaly CLI to 0.5.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVWCL8gA","startCursor":null,"endCursor":null}},"title":"Activity · ParadoxGameConverters/ImperatorToCK3"}