Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Updated Avalonia from 11.3.8 to 11.3.9.

Release notes

Sourced from Avalonia's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Avalonia.Desktop from 11.3.8 to 11.3.9.

Release notes

Sourced from Avalonia.Desktop's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Avalonia.Diagnostics from 11.3.8 to 11.3.9.

Release notes

Sourced from Avalonia.Diagnostics's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated CSharpier.MsBuild from 1.1.2 to 1.2.1.

Release notes

Sourced from CSharpier.MsBuild's releases.

1.2.1

What's Changed

Multiline comments are now formatted in a single line in XML format #​1747

The 1.2.0 release was combining xml comments into a single line.

<!-- input & expected output -->
<Root>
  <!-- This is the first line comment-->
  <!-- This is the second line of my comment-->
</Root>

<!-- 1.2.0 -->
<Root>
  <!-- This is the first line comment--><!-- This is the second line of my comment-->
</Root>

Full Changelog: belav/csharpier@1.2.0...1.2.1

1.2.0

What's Changed

Custom XML Parser #​1679

CSharpier now has a custom xml parser. XmlDocument and XDocument do not provide the original white space or the original attribute values from the file that was parsed which blocked the ability to implement supporting keeping empty new lines and not automatically encoding attributes.

Support for keeping empty lines in xml files #​1599

CSharpier now supports keeping a single empty line between elements in xml files. It will remove any initial or trailing empty lines.

<!-- input -->
<Root>

  <Element />


  <Element />

</Root>

<!-- expected output -->
<Root>
  <Element />

  <Element />
</Root>

<!-- 1.1.2 -->
<Root>
  <Element />
  <Element />
</Root>

Xml - don't automatically encode attribute values #​1610

CSharpier will no longer encode attribute values. It will leave them encoded if they are supplied that way.

<!-- input & expected output -->
<Target Name="Transform" BeforeTargets="Build">
  <Message Importance="high" Text="@(MyItems->'MyItems has %(Identity)', ', ')" />
</Target>

<!-- 1.1.2 -->
<Target Name="Transform" BeforeTargets="Build">
  <Message Importance="high" Text="@(MyItems-&gt;'MyItems has %(Identity)', ', ')" />
</Target>

Add option to all integrations to report incorrect formatting as a warning instead of error #​1687

Formatting "using" import split on multiple lines requires formatting it twice to get the expected result #​1698

When a using contained a newline before the namespace it was not being sorted properly.

// input
using System.Net;
using
 ... (truncated)

Commits viewable in [compare view](https://github.com/belav/csharpier/compare/1.1.2...1.2.1).
</details>

Updated [DialogHost.Avalonia](https://github.com/AvaloniaUtils/DialogHost.Avalonia) from 0.9.3 to 0.10.2.

<details>
<summary>Release notes</summary>

_Sourced from [DialogHost.Avalonia's releases](https://github.com/AvaloniaUtils/DialogHost.Avalonia/releases)._

## 0.10.2

## What's Changed
* Throw exception in IsDialogOpen with content when IsMultipleDialogsEnabled disabled by @​Coloryr in https://github.com/AvaloniaUtils/DialogHost.Avalonia/pull/93


**Full Changelog**: https://github.com/AvaloniaUtils/DialogHost.Avalonia/compare/v0.10.1...v0.10.2

## 0.10.1

## What's Changed
* fix bug, change close by @​Coloryr in https://github.com/AvaloniaUtils/DialogHost.Avalonia/pull/92


**Full Changelog**: https://github.com/AvaloniaUtils/DialogHost.Avalonia/compare/v0.10.0...v0.10.1

## 0.10.0

## What's Changed
* make dialog can be stack popup by @​Coloryr in https://github.com/AvaloniaUtils/DialogHost.Avalonia/pull/86

## New Contributors
* @​Coloryr made their first contribution in https://github.com/AvaloniaUtils/DialogHost.Avalonia/pull/86

**Full Changelog**: https://github.com/AvaloniaUtils/DialogHost.Avalonia/compare/v0.9.3...v0.10.0

Commits viewable in [compare view](https://github.com/AvaloniaUtils/DialogHost.Avalonia/compare/v0.9.3...v0.10.2).
</details>

Updated [GitHubActionsTestLogger](https://github.com/Tyrrrz/GitHubActionsTestLogger) from 2.4.1 to 3.0.1.

<details>
<summary>Release notes</summary>

_Sourced from [GitHubActionsTestLogger's releases](https://github.com/Tyrrrz/GitHubActionsTestLogger/releases)._

## 3.0.1

**Full Changelog**: https://github.com/Tyrrrz/GitHubActionsTestLogger/compare/3.0...3.0.1

## 3.0

## Configuration breaking changes

- Passed tests are now included by default.
- Skipped tests are now included by default.
- Empty test summaries are now not allowed by default.
- `@​trait.XYZ` replacement token has been removed.
- Options have been renamed.

See the readme for updated usage instructions.

## What's Changed
* Bump the nuget group with 2 updates by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/28
* Bump the nuget group with 3 updates by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/29
* Bump the nuget group with 5 updates by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/30
* Bump PolyShim from 1.13.0 to 1.14.0 in the nuget group by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/32
* Remove redundant target frameworks by @​Tyrrrz in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/33
* Bump the nuget group with 4 updates by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/34
* Bump the nuget group with 5 updates by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/38
* Bump the nuget group with 5 updates by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/39
* Bump the nuget group with 5 updates by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/42
* Clarify wording in readme regarding MTP limitation by @​Youssef1313 in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/44
* Bump the nuget group with 2 updates by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/46
* Bump CSharpier.MsBuild and 4 others by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/48
* Bump the nuget group with 6 updates by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/49
* Bump xunit.runner.visualstudio from 3.1.1 to 3.1.3 by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/51
* Bump the nuget group with 2 updates by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/50
* Bump the nuget group with 3 updates by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/52
* Bump the nuget group with 3 updates by @​dependabot[bot] in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/54
* Add support for `Microsoft.Testing.Platform` by @​Tyrrrz in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/53
* Drop support for traits within annotation title/message format by @​Tyrrrz in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/55
* Skip updates for non-concluded tests by @​Tyrrrz in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/56

## New Contributors
* @​dependabot[bot] made their first contribution in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/28
* @​Youssef1313 made their first contribution in https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/44

**Full Changelog**: https://github.com/Tyrrrz/GitHubActionsTestLogger/compare/2.4.1...3.0

Commits viewable in [compare view](https://github.com/Tyrrrz/GitHubActionsTestLogger/compare/2.4.1...3.0.1).
</details>

Updated [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/dotnet) from 9.0.10 to 10.0.0.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.Extensions.DependencyInjection's releases](https://github.com/dotnet/dotnet/releases)._

## 10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building).

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources).

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

## 10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building).

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources).

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

## 10.0.0-preview.4.25258.110

You can build .NET 10.0 Preview 4 from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building).

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources).

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

## 10.0.0-preview.3.25171.5

You can build .NET 10.0 Preview 3 from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building).

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources).

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

## 10.0.0-preview.2.25163.2

You can build .NET 10.0 Preview 2 from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building).

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources).

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

## 10.0.0-preview.1.25080.5

You can build .NET 10.0 Preview 1 from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building).

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources).

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

## 9.0.112

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. -->

You can build .NET 9.0 from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building).

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources).

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

## 9.0.111

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. -->

You can build .NET 9.0 from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building).

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources).

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

## 9.0.110

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. -->

You can build .NET 9.0 from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building).

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources).

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

## 9.0.109

<!-- This file is a template for a GitHub release notes post. -->
<!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. -->

You can build .NET 9.0 from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building).

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources).

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

## 9.0.101

You can build .NET 9.0 from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building).

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources).

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits).
</details>

Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.0.0 to 18.0.1.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._

## 18.0.1

## What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

* Disable DynamicNative instrumentation by default by @​nohwnd in https://github.com/microsoft/vstest/pull/15298
* Update MicrosoftInternalCodeCoveragePackageVersion to 18.0.6 by @​nohwnd in https://github.com/microsoft/vstest/pull/15312

### Internal changes

* Update VersionPrefix to 18.0.1 by @​nohwnd in https://github.com/microsoft/vstest/pull/15301
* Update build tools to 17.8.43 by @​nohwnd in https://github.com/microsoft/vstest/pull/15305



**Full Changelog**: https://github.com/microsoft/vstest/compare/v18.0.0...v18.0.1

Commits viewable in [compare view](https://github.com/microsoft/vstest/compare/v18.0.0...v18.0.1).
</details>

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions


</details>

Bumps Avalonia from 11.3.8 to 11.3.9
Bumps Avalonia.Desktop from 11.3.8 to 11.3.9
Bumps Avalonia.Diagnostics from 11.3.8 to 11.3.9
Bumps CSharpier.MsBuild from 1.1.2 to 1.2.1
Bumps DialogHost.Avalonia from 0.9.3 to 0.10.2
Bumps GitHubActionsTestLogger from 2.4.1 to 3.0.1
Bumps Microsoft.Extensions.DependencyInjection from 9.0.10 to 10.0.0
Bumps Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1

---
updated-dependencies:
- dependency-name: Avalonia
  dependency-version: 11.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Avalonia.Desktop
  dependency-version: 11.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Avalonia.Diagnostics
  dependency-version: 11.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: CSharpier.MsBuild
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: CSharpier.MsBuild
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: CSharpier.MsBuild
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: DialogHost.Avalonia
  dependency-version: 0.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: GitHubActionsTestLogger
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <[email protected]>
@Tyrrrz Tyrrrz merged commit f9bbf68 into master Dec 2, 2025
8 checks passed
@Tyrrrz Tyrrrz deleted the dependabot/nuget/LightBulb.Core.Tests/nuget-429193b170 branch December 2, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants