{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":631179513,"defaultBranch":"main","name":"Testably.Architecture.Rules","ownerLogin":"Testably","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-04-22T07:24:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/113782592?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725893272.0","currentOid":""},"activityList":{"items":[{"before":"8c8443c534181a5c22593f10116bc302282a8a75","after":null,"ref":"refs/heads/renovate/fluentassertions-6.x","pushedAt":"2024-09-09T14:47:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"46578855aa79d332ccff7817d0e09082ffee1754","after":"6b79918cf3dcb1308fe15df0fb13ae7de37773ae","ref":"refs/heads/main","pushedAt":"2024-09-09T14:47:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore(deps): update dependency fluentassertions to 6.12.1 (#143)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [FluentAssertions](https://www.fluentassertions.com/)\n([source](https://redirect.github.com/fluentassertions/fluentassertions))\n| `6.12.0` -> `6.12.1` |\n[![age](https://developer.mend.io/api/mc/badges/age/nuget/FluentAssertions/6.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/FluentAssertions/6.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/FluentAssertions/6.12.0/6.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/FluentAssertions/6.12.0/6.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Release Notes\n\n
\nfluentassertions/fluentassertions (FluentAssertions)\n\n###\n[`v6.12.1`](https://redirect.github.com/fluentassertions/fluentassertions/releases/tag/6.12.1)\n\n[Compare\nSource](https://redirect.github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1)\n\n\n\n#### What's Changed\n\n##### Improvements\n\n- Improve `BeEmpty()` and `BeNullOrEmpty()` performance for\n`IEnumerable`, by materializing only the first item -\n[#​2530](https://redirect.github.com/fluentassertions/fluentassertions/pull/2530)\n\n##### Fixes\n\n- Fixed formatting error when checking nullable `DateTimeOffset` with\n`BeWithin(...).Before(...)` -\n[#​2312](https://redirect.github.com/fluentassertions/fluentassertions/pull/2312)\n- `BeEquivalentTo` will now find and can map subject properties that are\nimplemented through an explicitly-implemented interface -\n[#​2152](https://redirect.github.com/fluentassertions/fluentassertions/pull/2152)\n- Fixed that the `because` and `becauseArgs` were not passed down the\nequivalency tree -\n[#​2318](https://redirect.github.com/fluentassertions/fluentassertions/pull/2318)\n- `BeEquivalentTo` can again compare a non-generic `IDictionary` with a\ngeneric one -\n[#​2358](https://redirect.github.com/fluentassertions/fluentassertions/pull/2358)\n- Fixed that the `FormattingOptions` were not respected in inner\n`AssertionScope` -\n[#​2329](https://redirect.github.com/fluentassertions/fluentassertions/pull/2329)\n- Capitalize `true` and `false` in failure messages and make them\nformattable to a custom `BooleanFormatter` -\n[#​2390](https://redirect.github.com/fluentassertions/fluentassertions/pull/2390),\n[#​2393](https://redirect.github.com/fluentassertions/fluentassertions/pull/2393)\n- Improved the failure message for `NotBeOfType` when wrapped in an\n`AssertionScope` and the subject is null -\n[#​2399](https://redirect.github.com/fluentassertions/fluentassertions/pull/2399)\n- Improved the failure message for `BeWritable`/`BeReadable` when\nwrapped in an `AssertionScope` and the subject is read-only/write-only -\n[#​2399](https://redirect.github.com/fluentassertions/fluentassertions/pull/2399)\n- Improved the failure message for `ThrowExactly[Async]` when wrapped in\nan `AssertionScope` and no exception is thrown -\n[#​2398](https://redirect.github.com/fluentassertions/fluentassertions/pull/2398)\n- Improved the failure message for `[Not]HaveExplicitProperty` when\nwrapped in an `AssertionScope` and not implementing the interface -\n[#​2403](https://redirect.github.com/fluentassertions/fluentassertions/pull/2403)\n- Improved the failure message for `[Not]HaveExplicitMethod` when\nwrapped in an `AssertionScope` and not implementing the interface -\n[#​2403](https://redirect.github.com/fluentassertions/fluentassertions/pull/2403)\n- Changed `BeEquivalentTo` to exclude `private protected` members from\nthe comparison -\n[#​2417](https://redirect.github.com/fluentassertions/fluentassertions/pull/2417)\n- Fixed using `BeEquivalentTo` on an empty `ArraySegment` -\n[#​2445](https://redirect.github.com/fluentassertions/fluentassertions/pull/2445),\n[#​2511](https://redirect.github.com/fluentassertions/fluentassertions/pull/2511)\n- `BeEquivalentTo` with a custom comparer can now handle null values -\n[#​2489](https://redirect.github.com/fluentassertions/fluentassertions/pull/2489)\n- Ensured that nested calls to `AssertionScope(context)` create a\nchained context -\n[#​2607](https://redirect.github.com/fluentassertions/fluentassertions/pull/2607)\n- One overload of the `AssertionScope` constructor would not create an\nactual scope associated with the thread -\n[#​2607](https://redirect.github.com/fluentassertions/fluentassertions/pull/2607)\n- Fixed `ThrowWithinAsync` not respecting `OperationCanceledException` -\n[#​2614](https://redirect.github.com/fluentassertions/fluentassertions/pull/2614)\n- Fixed using `BeEquivalentTo` with an `IEqualityComparer` targeting\nnullable types -\n[#​2648](https://redirect.github.com/fluentassertions/fluentassertions/pull/2648)\n\n**Full Changelog**:\nhttps://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).\nView the [repository job\nlog](https://developer.mend.io/github/Testably/Testably.Architecture.Rules).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update dependency fluentassertions to 6.12.1 (#143)"}},{"before":null,"after":"8c8443c534181a5c22593f10116bc302282a8a75","ref":"refs/heads/renovate/fluentassertions-6.x","pushedAt":"2024-09-09T14:42:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update dependency fluentassertions to 6.12.1","shortMessageHtmlLink":"chore(deps): update dependency fluentassertions to 6.12.1"}},{"before":"5b2921272164f21b28018f5f4f11818417a79f11","after":null,"ref":"refs/heads/renovate/vstest-monorepo","pushedAt":"2024-09-05T08:37:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"1c90d8d13efface3e4e7b29d73b4eee96ca78d30","after":"46578855aa79d332ccff7817d0e09082ffee1754","ref":"refs/heads/main","pushedAt":"2024-09-05T08:37:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore(deps): update dependency microsoft.net.test.sdk to 17.11.1 (#142)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest)\n| `17.11.0` -> `17.11.1` |\n[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.11.0/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.11.0/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Release Notes\n\n
\nmicrosoft/vstest (Microsoft.NET.Test.Sdk)\n\n###\n[`v17.11.1`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.11.1)\n\n#### What's Changed\n\n- \\[rel/17.11] Forward error output from testhost as info by\n[@​nohwnd](https://redirect.github.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/5193](https://redirect.github.com/microsoft/vstest/pull/5193)\n\n**Full Changelog**:\nhttps://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).\nView the [repository job\nlog](https://developer.mend.io/github/Testably/Testably.Architecture.Rules).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update dependency microsoft.net.test.sdk to 17.11.1 (#142)"}},{"before":null,"after":"5b2921272164f21b28018f5f4f11818417a79f11","ref":"refs/heads/renovate/vstest-monorepo","pushedAt":"2024-09-05T08:32:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update dependency microsoft.net.test.sdk to 17.11.1","shortMessageHtmlLink":"chore(deps): update dependency microsoft.net.test.sdk to 17.11.1"}},{"before":"6398c0032bfc801ae0eb3e48c93bd168bf23e86d","after":null,"ref":"refs/heads/renovate/minver-6.x","pushedAt":"2024-09-04T20:06:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"35b3070a4293ff71b6d78a74a4439bcbfe58a567","after":"1c90d8d13efface3e4e7b29d73b4eee96ca78d30","ref":"refs/heads/main","pushedAt":"2024-09-04T20:06:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore(deps): update dependency minver to v6 (#141)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [MinVer](https://redirect.github.com/adamralph/minver) | `5.0.0` ->\n`6.0.0` |\n[![age](https://developer.mend.io/api/mc/badges/age/nuget/MinVer/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/MinVer/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/MinVer/5.0.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/MinVer/5.0.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Release Notes\n\n
\nadamralph/minver (MinVer)\n\n###\n[`v6.0.0`](https://redirect.github.com/adamralph/minver/blob/HEAD/CHANGELOG.md#600)\n\n[Compare\nSource](https://redirect.github.com/adamralph/minver/compare/5.0.0...6.0.0)\n\n##### Enhancements\n\n- [#​983: Bump McMaster.Extensions.CommandLineUtils from 4.1.0 to\n4.1.1](https://redirect.github.com/adamralph/minver/pull/983)\n- [#​999: **\\[BREAKING\\]** Tagged version wins even if\nMinVerMinimumMajorMinor is\nhigher](https://redirect.github.com/adamralph/minver/issues/999)\n- [#​1019: Bump NuGet.Versioning from 6.8.0 to\n6.10.1](https://redirect.github.com/adamralph/minver/pull/1019)\n- [#​1021: MSBuild\ncaching](https://redirect.github.com/adamralph/minver/pull/1021)\n- [#​1034: Respect DOTNET_HOST_PATH if\nset](https://redirect.github.com/adamralph/minver/pull/1034)\n- [#​1037: Bump NuGet.Versioning from 6.10.1 to\n6.11.0](https://redirect.github.com/adamralph/minver/pull/1037)\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).\nView the [repository job\nlog](https://developer.mend.io/github/Testably/Testably.Architecture.Rules).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update dependency minver to v6 (#141)"}},{"before":null,"after":"6398c0032bfc801ae0eb3e48c93bd168bf23e86d","ref":"refs/heads/renovate/minver-6.x","pushedAt":"2024-09-04T20:01:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update dependency minver to v6","shortMessageHtmlLink":"chore(deps): update dependency minver to v6"}},{"before":"51af20d24b2d24c32be195832f1be1f759bf51c9","after":null,"ref":"refs/heads/renovate/danielpalme-reportgenerator-github-action-5.x","pushedAt":"2024-09-03T19:59:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"90b8b33b01a31cd7af80d62e29009135162f63a0","after":"35b3070a4293ff71b6d78a74a4439bcbfe58a567","ref":"refs/heads/main","pushedAt":"2024-09-03T19:59:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.9 (#140)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[danielpalme/ReportGenerator-GitHub-Action](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action)\n| action | patch | `5.3.8` -> `v5.3.9` |\n\n---\n\n### Release Notes\n\n
\ndanielpalme/ReportGenerator-GitHub-Action\n(danielpalme/ReportGenerator-GitHub-Action)\n\n###\n[`v5.3.9`](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.9...5.3.9)\n\n[Compare\nSource](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.9...5.3.9)\n\n###\n[`v5.3.9`](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.3.9)\n\n[Compare\nSource](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.8...5.3.9)\n\n-\n[#​685](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/issues/685)\nExtended \"raw mode\" for dotCover format (settings:rawMode=true) to\ndisable that coverage data of nested or compiler generated classes is\nincluded in the parent class.\n-\n[#​691](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/issues/691)\nCobertura parser: Performance and memory improvements (contributed by\n[@​afscrome](https://redirect.github.com/afscrome))\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).\nView the [repository job\nlog](https://developer.mend.io/github/Testably/Testably.Architecture.Rules).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update danielpalme/reportgenerator-github-action action โ€ฆ"}},{"before":null,"after":"51af20d24b2d24c32be195832f1be1f759bf51c9","ref":"refs/heads/renovate/danielpalme-reportgenerator-github-action-5.x","pushedAt":"2024-09-03T19:55:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.9","shortMessageHtmlLink":"chore(deps): update danielpalme/reportgenerator-github-action action โ€ฆ"}},{"before":"2ff0acc98714013284946e17729a600bac92e675","after":null,"ref":"refs/heads/renovate/vstest-monorepo","pushedAt":"2024-08-20T11:02:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"10d427c7e7568e186270bf79dda69a50ab84c996","after":"90b8b33b01a31cd7af80d62e29009135162f63a0","ref":"refs/heads/main","pushedAt":"2024-08-20T11:02:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore(deps): update dependency microsoft.net.test.sdk to v17.11.0 (#139)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |\n`17.10.0` -> `17.11.0` |\n[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Release Notes\n\n
\nmicrosoft/vstest (Microsoft.NET.Test.Sdk)\n\n###\n[`v17.11.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.11.0)\n\n#### What's Changed\n\n- Add reference to the AdapterUtilities library in the spec docs. by\n[@​peterwald](https://togithub.com/peterwald) in\n[https://github.com/microsoft/vstest/pull/4958](https://togithub.com/microsoft/vstest/pull/4958)\n- Stack trace when localized, and new messages by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/4944](https://togithub.com/microsoft/vstest/pull/4944)\n- Fix single quote and space in F# pretty methods by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/4969](https://togithub.com/microsoft/vstest/pull/4969)\n- Update .NET runtimes to latest patch version by\n[@​Evangelink](https://togithub.com/Evangelink) in\n[https://github.com/microsoft/vstest/pull/4975](https://togithub.com/microsoft/vstest/pull/4975)\n- Update dotnetcoretests.md by\n[@​DickBaker](https://togithub.com/DickBaker) in\n[https://github.com/microsoft/vstest/pull/4977](https://togithub.com/microsoft/vstest/pull/4977)\n- Add list of known TestingPlatform dlls by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/4983](https://togithub.com/microsoft/vstest/pull/4983)\n- Update framework version used for testing, and test matrix by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/4970](https://togithub.com/microsoft/vstest/pull/4970)\n- Add output forwarding for .NET by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/4988](https://togithub.com/microsoft/vstest/pull/4988)\n- Remove usage of pt images before decomissioning by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/4994](https://togithub.com/microsoft/vstest/pull/4994)\n- chore: Add more details to acquistion section. by\n[@​voroninp](https://togithub.com/voroninp) in\n[https://github.com/microsoft/vstest/pull/4999](https://togithub.com/microsoft/vstest/pull/4999)\n- Simplify banner by [@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/5013](https://togithub.com/microsoft/vstest/pull/5013)\n- Forward standard output of testhost by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/4998](https://togithub.com/microsoft/vstest/pull/4998)\n- Add missing copyright header by\n[@​MichaelSimons](https://togithub.com/MichaelSimons) in\n[https://github.com/microsoft/vstest/pull/5020](https://togithub.com/microsoft/vstest/pull/5020)\n- Add option to not share .NET Framework testhosts by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/5018](https://togithub.com/microsoft/vstest/pull/5018)\n- GetTypesToLoad Attribute cant be null by\n[@​SimonCropp](https://togithub.com/SimonCropp) in\n[https://github.com/microsoft/vstest/pull/5054](https://togithub.com/microsoft/vstest/pull/5054)\n- rawArgument in GetArgumentList cant be null by\n[@​SimonCropp](https://togithub.com/SimonCropp) in\n[https://github.com/microsoft/vstest/pull/5056](https://togithub.com/microsoft/vstest/pull/5056)\n- fix Atribute typo by\n[@​SimonCropp](https://togithub.com/SimonCropp) in\n[https://github.com/microsoft/vstest/pull/5057](https://togithub.com/microsoft/vstest/pull/5057)\n- remove unnecessary list alloc for 2 scenarios in\nTestRequestManager.GetSources by\n[@​SimonCropp](https://togithub.com/SimonCropp) in\n[https://github.com/microsoft/vstest/pull/5058](https://togithub.com/microsoft/vstest/pull/5058)\n- fix incompatiblity typo by\n[@​SimonCropp](https://togithub.com/SimonCropp) in\n[https://github.com/microsoft/vstest/pull/5059](https://togithub.com/microsoft/vstest/pull/5059)\n- remove redundant inline method in IsPlatformIncompatible by\n[@​SimonCropp](https://togithub.com/SimonCropp) in\n[https://github.com/microsoft/vstest/pull/5060](https://togithub.com/microsoft/vstest/pull/5060)\n- fix Sucess typo by\n[@​SimonCropp](https://togithub.com/SimonCropp) in\n[https://github.com/microsoft/vstest/pull/5061](https://togithub.com/microsoft/vstest/pull/5061)\n- use some null coalescing by\n[@​SimonCropp](https://togithub.com/SimonCropp) in\n[https://github.com/microsoft/vstest/pull/5062](https://togithub.com/microsoft/vstest/pull/5062)\n- Add cts into friends of TranslationLayer by\n[@​jakubch1](https://togithub.com/jakubch1) in\n[https://github.com/microsoft/vstest/pull/5075](https://togithub.com/microsoft/vstest/pull/5075)\n- Use built in sha1 for id generation by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/5081](https://togithub.com/microsoft/vstest/pull/5081)\n- All output in terminal logger by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/5083](https://togithub.com/microsoft/vstest/pull/5083)\n- Ignore env test by [@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/5095](https://togithub.com/microsoft/vstest/pull/5095)\n- Dispose XmlReader in XmlRunSettingsUtilities by\n[@​omajid](https://togithub.com/omajid) in\n[https://github.com/microsoft/vstest/pull/5094](https://togithub.com/microsoft/vstest/pull/5094)\n- Bump to macos-12 build image by\n[@​akoeplinger](https://togithub.com/akoeplinger) in\n[https://github.com/microsoft/vstest/pull/5101](https://togithub.com/microsoft/vstest/pull/5101)\n- Handle ansi escape in terminal logger reporter by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/5084](https://togithub.com/microsoft/vstest/pull/5084)\n- remove disable interactive auth by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/5110](https://togithub.com/microsoft/vstest/pull/5110)\n- Error output as info in terminal logger by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/5113](https://togithub.com/microsoft/vstest/pull/5113)\n- Write dll instead of target on abort, rename errors by\n[@​nohwnd](https://togithub.com/nohwnd) in\n[https://github.com/microsoft/vstest/pull/5115](https://togithub.com/microsoft/vstest/pull/5115)\n- - \\[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage\nby [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in\n[https://github.com/microsoft/vstest/pull/5152](https://togithub.com/microsoft/vstest/pull/5152)\n\n#### New Contributors\n\n- [@​peterwald](https://togithub.com/peterwald) made their first\ncontribution in\n[https://github.com/microsoft/vstest/pull/4958](https://togithub.com/microsoft/vstest/pull/4958)\n- [@​DickBaker](https://togithub.com/DickBaker) made their first\ncontribution in\n[https://github.com/microsoft/vstest/pull/4977](https://togithub.com/microsoft/vstest/pull/4977)\n- [@​voroninp](https://togithub.com/voroninp) made their first\ncontribution in\n[https://github.com/microsoft/vstest/pull/4999](https://togithub.com/microsoft/vstest/pull/4999)\n- [@​akoeplinger](https://togithub.com/akoeplinger) made their\nfirst contribution in\n[https://github.com/microsoft/vstest/pull/5101](https://togithub.com/microsoft/vstest/pull/5101)\n\n**Full Changelog**:\nhttps://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0-release-24352-06\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR was generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View the\n[repository job\nlog](https://developer.mend.io/github/Testably/Testably.Architecture.Rules).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update dependency microsoft.net.test.sdk to v17.11.0 (#139)"}},{"before":null,"after":"2ff0acc98714013284946e17729a600bac92e675","ref":"refs/heads/renovate/vstest-monorepo","pushedAt":"2024-08-20T10:57:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update dependency microsoft.net.test.sdk to v17.11.0","shortMessageHtmlLink":"chore(deps): update dependency microsoft.net.test.sdk to v17.11.0"}},{"before":"3d6c7fc8cc460aa4ef9de7bbb7f487b1338480f2","after":null,"ref":"refs/heads/renovate/danielpalme-reportgenerator-github-action-5.x","pushedAt":"2024-07-15T21:15:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"6fcb87f362969a3e1fd705ef15bb2821b8edb754","after":"10d427c7e7568e186270bf79dda69a50ab84c996","ref":"refs/heads/main","pushedAt":"2024-07-15T21:15:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.8 (#138)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[danielpalme/ReportGenerator-GitHub-Action](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action)\n| action | patch | `5.3.7` -> `5.3.8` |\n\n---\n\n### Release Notes\n\n
\ndanielpalme/ReportGenerator-GitHub-Action\n(danielpalme/ReportGenerator-GitHub-Action)\n\n###\n[`v5.3.8`](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.3.8)\n\n[Compare\nSource](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.7...5.3.8)\n\n-\n[#​681](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/issues/681)\nUpdated System.Text.Json to address CVE-2024-30105 (contributed by\n[@​304NotModified](https://togithub.com/304NotModified))\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/Testably/Testably.Architecture.Rules).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update danielpalme/reportgenerator-github-action action โ€ฆ"}},{"before":null,"after":"3d6c7fc8cc460aa4ef9de7bbb7f487b1338480f2","ref":"refs/heads/renovate/danielpalme-reportgenerator-github-action-5.x","pushedAt":"2024-07-15T21:10:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.8","shortMessageHtmlLink":"chore(deps): update danielpalme/reportgenerator-github-action action โ€ฆ"}},{"before":"513d0fce85b42944d09d1dd8e478df080651af6d","after":null,"ref":"refs/heads/renovate/xunit-dotnet-monorepo","pushedAt":"2024-07-08T18:17:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"8e47c79ccdd45ab824aae2b3f020867126a97896","after":"6fcb87f362969a3e1fd705ef15bb2821b8edb754","ref":"refs/heads/main","pushedAt":"2024-07-08T18:17:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore(deps): update xunit-dotnet monorepo (#137)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [xunit](https://togithub.com/xunit/xunit) | `2.8.1` -> `2.9.0` |\n[![age](https://developer.mend.io/api/mc/badges/age/nuget/xunit/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/xunit/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/xunit/2.8.1/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/xunit/2.8.1/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n|\n[xunit.runner.visualstudio](https://togithub.com/xunit/visualstudio.xunit)\n| `2.8.1` -> `2.8.2` |\n[![age](https://developer.mend.io/api/mc/badges/age/nuget/xunit.runner.visualstudio/2.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/xunit.runner.visualstudio/2.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/xunit.runner.visualstudio/2.8.1/2.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/xunit.runner.visualstudio/2.8.1/2.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Release Notes\n\n
\nxunit/xunit (xunit)\n\n### [`v2.9.0`](https://togithub.com/xunit/xunit/compare/2.8.1...2.9.0)\n\n[Compare Source](https://togithub.com/xunit/xunit/compare/2.8.1...2.9.0)\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ‘ป **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://togithub.com/renovatebot/renovate/discussions) if\nthat's undesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/Testably/Testably.Architecture.Rules).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update xunit-dotnet monorepo (#137)"}},{"before":null,"after":"513d0fce85b42944d09d1dd8e478df080651af6d","ref":"refs/heads/renovate/xunit-dotnet-monorepo","pushedAt":"2024-07-08T18:12:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update xunit-dotnet monorepo","shortMessageHtmlLink":"chore(deps): update xunit-dotnet monorepo"}},{"before":"357a1a52b4fe2f7c574013a23617721619ec7ba3","after":null,"ref":"refs/heads/renovate/danielpalme-reportgenerator-github-action-5.x","pushedAt":"2024-06-28T21:05:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"600c1730cf0f2b9b3bf3dc9e7717fc39355a0d57","after":"8e47c79ccdd45ab824aae2b3f020867126a97896","ref":"refs/heads/main","pushedAt":"2024-06-28T21:04:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.7 (#136)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[danielpalme/ReportGenerator-GitHub-Action](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action)\n| action | patch | `5.3.6` -> `5.3.7` |\n\n---\n\n### Release Notes\n\n
\ndanielpalme/ReportGenerator-GitHub-Action\n(danielpalme/ReportGenerator-GitHub-Action)\n\n###\n[`v5.3.7`](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.3.7)\n\n[Compare\nSource](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.6...5.3.7)\n\n- Exclude empty modules/assemblies from reports\n\\-Fix sort direction triangles (contributed by\n[@​YuriyDurov](https://togithub.com/YuriyDurov))\n\n\\-[#​602](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/issues/602):\nHtmlSummary and Html_BlueRed_Summary report types now also create an\nindex.html file\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/Testably/Testably.Architecture.Rules).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update danielpalme/reportgenerator-github-action action โ€ฆ"}},{"before":null,"after":"357a1a52b4fe2f7c574013a23617721619ec7ba3","ref":"refs/heads/renovate/danielpalme-reportgenerator-github-action-5.x","pushedAt":"2024-06-28T21:00:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.7","shortMessageHtmlLink":"chore(deps): update danielpalme/reportgenerator-github-action action โ€ฆ"}},{"before":"709ada6d5ab18e19f9663cf029ba930161f63f82","after":null,"ref":"refs/heads/renovate/danielpalme-reportgenerator-github-action-5.x","pushedAt":"2024-06-03T17:11:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"fb394e12047dffc795920afcf8dae085529b4de7","after":"600c1730cf0f2b9b3bf3dc9e7717fc39355a0d57","ref":"refs/heads/main","pushedAt":"2024-06-03T17:11:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.6 (#135)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[danielpalme/ReportGenerator-GitHub-Action](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action)\n| action | patch | `5.3.5` -> `5.3.6` |\n\n---\n\n### Release Notes\n\n
\ndanielpalme/ReportGenerator-GitHub-Action\n(danielpalme/ReportGenerator-GitHub-Action)\n\n###\n[`v5.3.6`](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.3.6)\n\n[Compare\nSource](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.5...5.3.6)\n\n\n[#​676](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/issues/676):\nFixed issue with Cobertura files with empty class names\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/Testably/Testably.Architecture.Rules).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update danielpalme/reportgenerator-github-action action โ€ฆ"}},{"before":null,"after":"709ada6d5ab18e19f9663cf029ba930161f63f82","ref":"refs/heads/renovate/danielpalme-reportgenerator-github-action-5.x","pushedAt":"2024-06-03T17:06:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.6","shortMessageHtmlLink":"chore(deps): update danielpalme/reportgenerator-github-action action โ€ฆ"}},{"before":"8e6fc93d688d46b6254926bacfb8757b8192919a","after":null,"ref":"refs/heads/renovate/danielpalme-reportgenerator-github-action-5.x","pushedAt":"2024-06-01T10:44:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"92e1c4ba7ba18332658c5c440ba9450e41d5f865","after":"fb394e12047dffc795920afcf8dae085529b4de7","ref":"refs/heads/main","pushedAt":"2024-06-01T10:44:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.5 (#134)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[danielpalme/ReportGenerator-GitHub-Action](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action)\n| action | patch | `5.3.4` -> `5.3.5` |\n\n---\n\n### Release Notes\n\n
\ndanielpalme/ReportGenerator-GitHub-Action\n(danielpalme/ReportGenerator-GitHub-Action)\n\n###\n[`v5.3.5`](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.3.5)\n\n[Compare\nSource](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.4...5.3.5)\n\n-\n[#​663](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/issues/663):\nImproved support for Cobertura files generated by \"Microsoft\nCodeCoverage\"\n-\n[#​674](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/issues/674):\nLicense can now be supplied via the REPORTGENERATOR_LICENSE environment\nvariable\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/Testably/Testably.Architecture.Rules).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update danielpalme/reportgenerator-github-action action โ€ฆ"}},{"before":null,"after":"8e6fc93d688d46b6254926bacfb8757b8192919a","ref":"refs/heads/renovate/danielpalme-reportgenerator-github-action-5.x","pushedAt":"2024-06-01T10:40:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.5","shortMessageHtmlLink":"chore(deps): update danielpalme/reportgenerator-github-action action โ€ฆ"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wOVQxNDo0Nzo1Mi4wMDAwMDBazwAAAASxBuva","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wOVQxNDo0Nzo1Mi4wMDAwMDBazwAAAASxBuva","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0wMVQxMDo0MDoxMS4wMDAwMDBazwAAAARZrZ8W"}},"title":"Activity ยท Testably/Testably.Architecture.Rules"}