Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove javascript in HtmlLogger #4744

Merged
merged 4 commits into from Nov 14, 2023
Merged

Conversation

daveMueller
Copy link
Contributor

Description

Remove javascript in HtmlLoggers xslt template

Related issue

closes #4365

  • [x ] I have ensured that there is a previously discussed and approved issue.

@daveMueller
Copy link
Contributor Author

Not sure why build is failing. Also I'm having issues testing the HtmlLogger when compiling vstest locally. Any guidance on that would be helpful to completely verify the changes. Currently I only emulated the use of Html.xslt.

@nohwnd
Copy link
Member

nohwnd commented Nov 9, 2023

Those fails look unrelated to your change, maybe this is just flakiness. Let me know when you are done with your changes, and I can review and help you fix it the tests.

Testing html logger is probably easiest if you build via build.cmd, it will create nuget in "artifacts\packages\Debug\Shipping\Microsoft.TestPlatform.17.9.0-dev.nupkg" that you can unpack and run vstest.console from there with --logger:html

Vstest.console is in the package in this path: "tools\net462\Common7\IDE\Extensions\TestPlatform\vstest.console.exe"

so e.g.: & "S:\p\vstest2\artifacts\packages\Debug\Shipping\Microsoft.TestPlatform.17.9.0-dev\tools\net462\Common7\IDE\Extensions\TestPlatform\vstest.console.exe" --logger:html s:\t\mstest81\bin\Debug\net8.0\mstest81.dll

@nohwnd
Copy link
Member

nohwnd commented Nov 9, 2023

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@nohwnd
Copy link
Member

nohwnd commented Nov 9, 2023

re-run, fails now on acceptance:

image

You can also test that way. But you must always build.cmd before running the acceptance tests, we pick up all the runners from the produced nugets to ensure what we ship is working. So the workflow is a bit clunky.

Adding some unit tests for the content produced by the html logger is probably not a bad idea.

@daveMueller
Copy link
Contributor Author

Thanks, I let you know once I adapted the tests.

@daveMueller
Copy link
Contributor Author

I fixed the issue and added an integration test. I can also confirm now that the look and feel of the pure HTML report is identical to the javascript solution. I think it even improved a bit as the black arrows now indicate that the results can be collapsed. Just let me know if I should improve something.

grafik

@nohwnd nohwnd merged commit 21b9259 into microsoft:main Nov 14, 2023
7 checks passed
@nohwnd
Copy link
Member

nohwnd commented Nov 14, 2023

It's perfect, thank you :)

@0xced
Copy link

0xced commented Nov 16, 2023

Could it be that this change is responsible for this new stairs effect? 🤔 I'm pretty sure I've never seen that before!

Screenshot 2023-11-17 at 00 21 54

@daveMueller
Copy link
Contributor Author

Could it be that this change is responsible for this new stairs effect? 🤔 I'm pretty sure I've never seen that before!

Yes you are right, thanks for reporting 🙏 . Sorry I made a mistake in the xslt template, I'll fix this tomorrow.

@daveMueller
Copy link
Contributor Author

@0xced I checked this again today and it seems this is not related to the changes in this PR. The issue already exists in v17.9.0-preview-23531-01 which is before these changes. I analyzed this a bit further and the issue doesn't exist in v17.7.2 Could be that a dependency update caused this because there is definitely no change in the xslt template between those two version.

Continuing the analyzis by inspecting the generated HTML, it looks like the transformation is loosing a closing </div> from the template...
I suggest to open another issue for this.

@0xced
Copy link

0xced commented Nov 18, 2023

I have submitted #4754 with full reproduction steps. The "only" difference between the correct and the erroneous report is the SDK version (respectively 6.0.417 and 8.0.100).

@nohwnd
Copy link
Member

nohwnd commented Nov 20, 2023

Thanks for the analysis here Dave, it helped a lot. The issue was that with the new writer the settings from xslt were not copied, and it output a self-closing

tag when there was no content in error-info. This is a valid XML syntax but not valid HTML syntax.

image

Same issue solved on SO: https://stackoverflow.com/questions/71357056/c-sharp-xslt-transformer-uses-self-closing-html-tags-which-are-invalid

ThorstenSauter pushed a commit to ThorstenSauter/NoPlan that referenced this pull request Feb 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[Microsoft.Identity.Web](https://togithub.com/AzureAD/microsoft-identity-web)
| `2.16.1` -> `2.17.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Identity.Web/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.Identity.Web/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.Identity.Web/2.16.1/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Identity.Web/2.16.1/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.8.0` -> `17.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>AzureAD/microsoft-identity-web
(Microsoft.Identity.Web)</summary>

###
[`v2.17.0`](https://togithub.com/AzureAD/microsoft-identity-web/blob/HEAD/changelog.md#2170)

[Compare
Source](https://togithub.com/AzureAD/microsoft-identity-web/compare/2.16.1...2.17.0)

\=========

-   Updated to Microsoft.IdentityModel.\* 7.3.1 and MSAL.NET 4.59.0

##### New features

- Added support for Microsoft.NET.Sdk.Worker. See [Worker calling
APIs](https://togithub.com/AzureAD/microsoft-identity-web/wiki/worker%E2%80%90app%E2%80%90calling%E2%80%90downstream%E2%80%90apis)
- Added support for Managed identity when calling a downstream API on
behalf of the app. See [Calling APIs with Managed
Identity](https://togithub.com/AzureAD/microsoft-identity-web/wiki/calling-apis-with-managed-identity)
and [PR
2650](https://togithub.com/AzureAD/microsoft-identity-web/pull/2650).
For details see [PR
#&#8203;2645](https://togithub.com/AzureAD/microsoft-identity-web/issues/2645)

##### Bug fixes

- In OWIN applications, GetTokenForUserAsync now respects the
ClaimsPrincipal. See issue
[#&#8203;2629](https://togithub.com/AzureAD/microsoft-identity-web/issues/2629)
for details.
- After setting `AddTokenAcquisition(useSingleton:true)` to use token
acquisition as a singleton, if you use `.AddMicrosoftGraph` and/or
`.AddDownstreamApi` after this call,
the GraphServiceClient and IDownstreamApis are now registered as a
singleton service. For details see [PR
#&#8203;2645](https://togithub.com/AzureAD/microsoft-identity-web/issues/2645)
- Added check Against Injection Attacks. For details see [PR
2619](https://togithub.com/AzureAD/microsoft-identity-web/issues/2619)

##### Engineering excellence

- Added a benchmark running on PR merges, available from
<https://azuread.github.io/microsoft-identity-web/benchmarks> on GitHub
pages

</details>

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0)

##### What's Changed

- Remove dependency on Nuget.Frameworks by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4693
- Add platform guard by
[@&#8203;dotMorten](https://togithub.com/dotMorten) in
[microsoft/vstest#4737
- Remove javascript in `HtmlLogger` by
[@&#8203;daveMueller](https://togithub.com/daveMueller) in
[microsoft/vstest#4744
- Fix CPU is consumed by polling frequently when there is no subscriber
by [@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4735
- Create a proper MSBuild ToolTask based VSTestTask by
[@&#8203;mcartoixa](https://togithub.com/mcartoixa) in
[microsoft/vstest#2702
- Update SDK, copy logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4755
- Fix staircase in logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4756
- Update dump client to latest by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4724
- \[rel/17.9] Disable testhost prestart by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4836

##### New Contributors

- [@&#8203;jithu7432](https://togithub.com/jithu7432) made their first
contribution in
[microsoft/vstest#4698
- [@&#8203;mcartoixa](https://togithub.com/mcartoixa) made their first
contribution in
[microsoft/vstest#2702

**Full Changelog**:
microsoft/vstest@v17.8.0...v17.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ThorstenSauter/NoPlan).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
}
</script>
<style>
<style>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix indentation

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is merged, if this bothers you, please start a new PR with the fix.

mergify bot pushed a commit to Testably/Testably.Abstractions that referenced this pull request Feb 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.8.0` -> `17.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0)

##### What's Changed

- Remove dependency on Nuget.Frameworks by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4693
- Add platform guard by
[@&#8203;dotMorten](https://togithub.com/dotMorten) in
[microsoft/vstest#4737
- Remove javascript in `HtmlLogger` by
[@&#8203;daveMueller](https://togithub.com/daveMueller) in
[microsoft/vstest#4744
- Fix CPU is consumed by polling frequently when there is no subscriber
by [@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4735
- Create a proper MSBuild ToolTask based VSTestTask by
[@&#8203;mcartoixa](https://togithub.com/mcartoixa) in
[microsoft/vstest#2702
- Update SDK, copy logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4755
- Fix staircase in logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4756
- Update dump client to latest by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4724
- \[rel/17.9] Disable testhost prestart by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4836

##### New Contributors

- [@&#8203;jithu7432](https://togithub.com/jithu7432) made their first
contribution in
[microsoft/vstest#4698
- [@&#8203;mcartoixa](https://togithub.com/mcartoixa) made their first
contribution in
[microsoft/vstest#2702

**Full Changelog**:
microsoft/vstest@v17.8.0...v17.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Testably/Testably.Abstractions).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to apollographql/subgraph-csharp-hotchocolate-annotation that referenced this pull request Feb 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.8.0` -> `17.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0)

##### What's Changed

- Remove dependency on Nuget.Frameworks by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4693
- Add platform guard by
[@&#8203;dotMorten](https://togithub.com/dotMorten) in
[microsoft/vstest#4737
- Remove javascript in `HtmlLogger` by
[@&#8203;daveMueller](https://togithub.com/daveMueller) in
[microsoft/vstest#4744
- Fix CPU is consumed by polling frequently when there is no subscriber
by [@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4735
- Create a proper MSBuild ToolTask based VSTestTask by
[@&#8203;mcartoixa](https://togithub.com/mcartoixa) in
[microsoft/vstest#2702
- Update SDK, copy logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4755
- Fix staircase in logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4756
- Update dump client to latest by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4724
- \[rel/17.9] Disable testhost prestart by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4836

##### New Contributors

- [@&#8203;jithu7432](https://togithub.com/jithu7432) made their first
contribution in
[microsoft/vstest#4698
- [@&#8203;mcartoixa](https://togithub.com/mcartoixa) made their first
contribution in
[microsoft/vstest#2702

**Full Changelog**:
microsoft/vstest@v17.8.0...v17.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/apollographql/subgraph-csharp-hotchocolate-annotation).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mergify bot pushed a commit to Testably/Testably.Architecture.Rules that referenced this pull request Feb 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.8.0` -> `17.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0)

##### What's Changed

- Remove dependency on Nuget.Frameworks by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4693
- Add platform guard by
[@&#8203;dotMorten](https://togithub.com/dotMorten) in
[microsoft/vstest#4737
- Remove javascript in `HtmlLogger` by
[@&#8203;daveMueller](https://togithub.com/daveMueller) in
[microsoft/vstest#4744
- Fix CPU is consumed by polling frequently when there is no subscriber
by [@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4735
- Create a proper MSBuild ToolTask based VSTestTask by
[@&#8203;mcartoixa](https://togithub.com/mcartoixa) in
[microsoft/vstest#2702
- Update SDK, copy logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4755
- Fix staircase in logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4756
- Update dump client to latest by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4724
- \[rel/17.9] Disable testhost prestart by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4836

##### New Contributors

- [@&#8203;jithu7432](https://togithub.com/jithu7432) made their first
contribution in
[microsoft/vstest#4698
- [@&#8203;mcartoixa](https://togithub.com/mcartoixa) made their first
contribution in
[microsoft/vstest#2702

**Full Changelog**:
microsoft/vstest@v17.8.0...v17.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Testably/Testably.Architecture.Rules).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mergify bot pushed a commit to Testably/Testably.Abstractions.FluentAssertions that referenced this pull request Feb 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.8.0` -> `17.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0)

##### What's Changed

- Remove dependency on Nuget.Frameworks by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4693
- Add platform guard by
[@&#8203;dotMorten](https://togithub.com/dotMorten) in
[microsoft/vstest#4737
- Remove javascript in `HtmlLogger` by
[@&#8203;daveMueller](https://togithub.com/daveMueller) in
[microsoft/vstest#4744
- Fix CPU is consumed by polling frequently when there is no subscriber
by [@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4735
- Create a proper MSBuild ToolTask based VSTestTask by
[@&#8203;mcartoixa](https://togithub.com/mcartoixa) in
[microsoft/vstest#2702
- Update SDK, copy logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4755
- Fix staircase in logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4756
- Update dump client to latest by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4724
- \[rel/17.9] Disable testhost prestart by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4836

##### New Contributors

- [@&#8203;jithu7432](https://togithub.com/jithu7432) made their first
contribution in
[microsoft/vstest#4698
- [@&#8203;mcartoixa](https://togithub.com/mcartoixa) made their first
contribution in
[microsoft/vstest#2702

**Full Changelog**:
microsoft/vstest@v17.8.0...v17.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Testably/Testably.Abstractions.FluentAssertions).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to bruxisma/atmosphere that referenced this pull request Feb 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.8.0` -> `17.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0)

##### What's Changed

- Remove dependency on Nuget.Frameworks by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4693
- Add platform guard by
[@&#8203;dotMorten](https://togithub.com/dotMorten) in
[microsoft/vstest#4737
- Remove javascript in `HtmlLogger` by
[@&#8203;daveMueller](https://togithub.com/daveMueller) in
[microsoft/vstest#4744
- Fix CPU is consumed by polling frequently when there is no subscriber
by [@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4735
- Create a proper MSBuild ToolTask based VSTestTask by
[@&#8203;mcartoixa](https://togithub.com/mcartoixa) in
[microsoft/vstest#2702
- Update SDK, copy logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4755
- Fix staircase in logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4756
- Update dump client to latest by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4724
- \[rel/17.9] Disable testhost prestart by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4836

##### New Contributors

- [@&#8203;jithu7432](https://togithub.com/jithu7432) made their first
contribution in
[microsoft/vstest#4698
- [@&#8203;mcartoixa](https://togithub.com/mcartoixa) made their first
contribution in
[microsoft/vstest#2702

**Full Changelog**:
microsoft/vstest@v17.8.0...v17.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/bruxisma/atmosphere).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to orso-co/Orso.Arpa.Api that referenced this pull request Feb 9, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.8.0` -> `17.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0)

##### What's Changed

- Remove dependency on Nuget.Frameworks by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4693
- Add platform guard by
[@&#8203;dotMorten](https://togithub.com/dotMorten) in
[microsoft/vstest#4737
- Remove javascript in `HtmlLogger` by
[@&#8203;daveMueller](https://togithub.com/daveMueller) in
[microsoft/vstest#4744
- Fix CPU is consumed by polling frequently when there is no subscriber
by [@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4735
- Create a proper MSBuild ToolTask based VSTestTask by
[@&#8203;mcartoixa](https://togithub.com/mcartoixa) in
[microsoft/vstest#2702
- Update SDK, copy logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4755
- Fix staircase in logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4756
- Update dump client to latest by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4724
- \[rel/17.9] Disable testhost prestart by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4836

##### New Contributors

- [@&#8203;jithu7432](https://togithub.com/jithu7432) made their first
contribution in
[microsoft/vstest#4698
- [@&#8203;mcartoixa](https://togithub.com/mcartoixa) made their first
contribution in
[microsoft/vstest#2702

**Full Changelog**:
microsoft/vstest@v17.8.0...v17.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge -
At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/orso-co/Orso.Arpa.Api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
oguzhand95 pushed a commit to cerbos/cerbos-sdk-net that referenced this pull request Feb 12, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.8.0` -> `17.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0)

##### What's Changed

- Remove dependency on Nuget.Frameworks by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4693
- Add platform guard by
[@&#8203;dotMorten](https://togithub.com/dotMorten) in
[microsoft/vstest#4737
- Remove javascript in `HtmlLogger` by
[@&#8203;daveMueller](https://togithub.com/daveMueller) in
[microsoft/vstest#4744
- Fix CPU is consumed by polling frequently when there is no subscriber
by [@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4735
- Create a proper MSBuild ToolTask based VSTestTask by
[@&#8203;mcartoixa](https://togithub.com/mcartoixa) in
[microsoft/vstest#2702
- Update SDK, copy logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4755
- Fix staircase in logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4756
- Update dump client to latest by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4724
- \[rel/17.9] Disable testhost prestart by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4836

##### New Contributors

- [@&#8203;jithu7432](https://togithub.com/jithu7432) made their first
contribution in
[microsoft/vstest#4698
- [@&#8203;mcartoixa](https://togithub.com/mcartoixa) made their first
contribution in
[microsoft/vstest#2702

**Full Changelog**:
microsoft/vstest@v17.8.0...v17.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cerbos/cerbos-sdk-net).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
glennawatson pushed a commit to reactiveui/ReactiveUI that referenced this pull request Feb 16, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.8.0` -> `17.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0)

##### What's Changed

- Remove dependency on Nuget.Frameworks by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4693
- Add platform guard by
[@&#8203;dotMorten](https://togithub.com/dotMorten) in
[microsoft/vstest#4737
- Remove javascript in `HtmlLogger` by
[@&#8203;daveMueller](https://togithub.com/daveMueller) in
[microsoft/vstest#4744
- Fix CPU is consumed by polling frequently when there is no subscriber
by [@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4735
- Create a proper MSBuild ToolTask based VSTestTask by
[@&#8203;mcartoixa](https://togithub.com/mcartoixa) in
[microsoft/vstest#2702
- Update SDK, copy logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4755
- Fix staircase in logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4756
- Update dump client to latest by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4724
- \[rel/17.9] Disable testhost prestart by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4836

##### New Contributors

- [@&#8203;jithu7432](https://togithub.com/jithu7432) made their first
contribution in
[microsoft/vstest#4698
- [@&#8203;mcartoixa](https://togithub.com/mcartoixa) made their first
contribution in
[microsoft/vstest#2702

**Full Changelog**:
microsoft/vstest@v17.8.0...v17.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/reactiveui/ReactiveUI).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to smartive/cas-fee-adv-mumble-api that referenced this pull request Apr 23, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.8.0` -> `17.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0)

##### What's Changed

- Remove dependency on Nuget.Frameworks by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4693
- Add platform guard by
[@&#8203;dotMorten](https://togithub.com/dotMorten) in
[microsoft/vstest#4737
- Remove javascript in `HtmlLogger` by
[@&#8203;daveMueller](https://togithub.com/daveMueller) in
[microsoft/vstest#4744
- Fix CPU is consumed by polling frequently when there is no subscriber
by [@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4735
- Create a proper MSBuild ToolTask based VSTestTask by
[@&#8203;mcartoixa](https://togithub.com/mcartoixa) in
[microsoft/vstest#2702
- Update SDK, copy logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4755
- Fix staircase in logger by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4756
- Update dump client to latest by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4724
- \[rel/17.9] Disable testhost prestart by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4836

##### New Contributors

- [@&#8203;jithu7432](https://togithub.com/jithu7432) made their first
contribution in
[microsoft/vstest#4698
- [@&#8203;mcartoixa](https://togithub.com/mcartoixa) made their first
contribution in
[microsoft/vstest#2702

**Full Changelog**:
microsoft/vstest@v17.8.0...v17.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/smartive/cas-fee-adv-mumble-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTML logger use <summary> tag instead of JavaScript in template
4 participants