Open
Conversation
Bumps AsyncImageLoader.Avalonia from 3.6.0 to 3.7.0 Bumps Avalonia from 11.3.12 to 11.3.13 Bumps Avalonia.Desktop from 11.3.12 to 11.3.13 Bumps Avalonia.Diagnostics from 11.3.12 to 11.3.13 Bumps CommunityToolkit.Mvvm from 8.4.0 to 8.4.2 Bumps coverlet.collector from 8.0.0 to 8.0.1 Bumps DialogHost.Avalonia from 0.10.4 to 0.11.0 Bumps FluentAssertions from 8.8.0 to 8.9.0 Bumps GitHubActionsTestLogger from 3.0.1 to 3.0.2 Bumps Markdig from 1.0.1 to 1.1.2 Bumps Material.Avalonia from 3.9.2 to 3.14.1 Bumps Material.Icons.Avalonia from 2.2.0 to 3.0.0 Bumps Microsoft.Extensions.Configuration from 10.0.3 to 10.0.5 Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 10.0.3 to 10.0.5 Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.3 to 10.0.5 Bumps Microsoft.Extensions.DependencyInjection from 10.0.3 to 10.0.5 Bumps Polly from 8.6.5 to 8.6.6 Bumps WebMarkupMin.Core from 2.20.2 to 2.21.0 --- updated-dependencies: - dependency-name: AsyncImageLoader.Avalonia dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Avalonia dependency-version: 11.3.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Avalonia.Desktop dependency-version: 11.3.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Avalonia.Diagnostics dependency-version: 11.3.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: CommunityToolkit.Mvvm dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: coverlet.collector dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: DialogHost.Avalonia dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: FluentAssertions dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: GitHubActionsTestLogger dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Markdig dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Material.Avalonia dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Material.Icons.Avalonia dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Polly dependency-version: 8.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: WebMarkupMin.Core dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated AsyncImageLoader.Avalonia from 3.6.0 to 3.7.0.
Release notes
Sourced from AsyncImageLoader.Avalonia's releases.
3.7.0
What's Changed
New Contributors
Full Changelog: AvaloniaUtils/AsyncImageLoader.Avalonia@v3.6.0...v3.7.0
Commits viewable in compare view.
Updated Avalonia from 11.3.12 to 11.3.13.
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.12 to 11.3.13.
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.12 to 11.3.13.
Release notes
Sourced from Avalonia.Diagnostics's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated CommunityToolkit.Mvvm from 8.4.0 to 8.4.2.
Release notes
Sourced from CommunityToolkit.Mvvm's releases.
8.4.2
What's Changed
Full Changelog: CommunityToolkit/dotnet@v8.4.1...v8.4.2
8.4.1
This release of the .NET Community Toolkit updates the MVVM Toolkit analyzers and source generator to Roslyn 5.0, so they can work with C# 14 out of the box. This means that
[ObservableProperty]on partial properties no longer needspreviewlanguage version 🎉What's Changed 🆕
--no-buildargument in dotnet test invokation by @echoix in Remove extra dash in--no-buildargument in dotnet test invokation CommunityToolkit/dotnet#1132[ObservableProperty]by @Sergio0694 in Fix C# language version checks for[ObservableProperty]CommunityToolkit/dotnet#1140New Contributors
--no-buildargument in dotnet test invokation CommunityToolkit/dotnet#1132Full Changelog: CommunityToolkit/dotnet@v8.4.0...v8.4.1
Commits viewable in compare view.
Updated coverlet.collector from 8.0.0 to 8.0.1.
Release notes
Sourced from coverlet.collector's releases.
8.0.1
Fixed
Improvements
Diff between 8.0.0 and 8.0.1
Commits viewable in compare view.
Updated DialogHost.Avalonia from 0.10.4 to 0.11.0.
Release notes
Sourced from DialogHost.Avalonia's releases.
0.11.0
What's Changed
Full Changelog: AvaloniaUtils/DialogHost.Avalonia@v0.10.4...v0.11.0
0.11.0-avalonia12
What's Changed
Full Changelog: AvaloniaUtils/DialogHost.Avalonia@v0.10.4-avalonia12...v0.11.0-avalonia12
Commits viewable in compare view.
Updated FluentAssertions from 8.8.0 to 8.9.0.
Release notes
Sourced from FluentAssertions's releases.
8.9.0
What's Changed
New features
Span<T>,ReadOnlySpan<T>,Memory<T>andReadOnlyMemory<T>by @dennisdoomen in Add support for Span<T>, ReadOnlySpan<T>, Memory<T> and ReadOnlyMemory<T> fluentassertions/fluentassertions#3172Improvements
BeEquivalentToby @Copilot in Allow excluding all properties by type from BeEquivalentTo fluentassertions/fluentassertions#3115BeEquivalentToby @dennisdoomen in Improve reporting the differences between differently sized collections in BeEquivalentTo fluentassertions/fluentassertions#3133ThrowandWhichby @dennisdoomen in Improve reporting the subject when chaining Throw and Which fluentassertions/fluentassertions#3160HaveMillisecond/NotHaveMillisecondassertion methods forDateTimeandDateTimeOffsetby @Copilot in Add HaveMillisecond/NotHaveMillisecond assertion methods for DateTime and DateTimeOffset fluentassertions/fluentassertions#3164BeEqualToandNotBeEqualToas collection assertion aliases by @Copilot in AddBeEqualToandNotBeEqualToas collection assertion aliases fluentassertions/fluentassertions#3166Fixes
Documentation
Others
==or!=when comparing Nullable against constants by @jnyrup in Use==or!=when comparing Nullable<T> against constants fluentassertions/fluentassertions#3129string.Createby @jnyrup in Create polyfill forstring.Createfluentassertions/fluentassertions#3130UnassignedGetOnlyAutoPropertyforNode.GetHashCodeby @jnyrup in SuppressUnassignedGetOnlyAutoPropertyforNode.GetHashCodefluentassertions/fluentassertions#3138NonReadonlyMemberInGetHashCodeby @jnyrup in UseNonReadonlyMemberInGetHashCodefluentassertions/fluentassertions#3140paramNameparameter by @jnyrup in Use compiler-generatedparamNameparameter fluentassertions/fluentassertions#3143When_concurrently_getting_equality_strategy_it_should_not_throwby @jnyrup in FixWhen_concurrently_getting_equality_strategy_it_should_not_throwfluentassertions/fluentassertions#3144... (truncated)
Commits viewable in compare view.
Updated GitHubActionsTestLogger from 3.0.1 to 3.0.2.
Release notes
Sourced from GitHubActionsTestLogger's releases.
3.0.2
What's Changed
SubstringAfterLastby @Copilot in Use range indexer inSubstringAfterLastTyrrrz/GitHubActionsTestLogger#62New Contributors
Full Changelog: Tyrrrz/GitHubActionsTestLogger@3.0.1...3.0.2
Commits viewable in compare view.
Updated Markdig from 1.0.1 to 1.1.2.
Release notes
Sourced from Markdig's releases.
1.1.2
Changes
🐛 Bug Fixes
Full Changelog: 1.1.1...1.1.2
Published with dotnet-releaser
1.1.1
Changes
🐛 Bug Fixes
Full Changelog: 1.1.0...1.1.1
Published with dotnet-releaser
1.1.0
Changes
🚀 Enhancements
🧰 Misc
Full Changelog: 1.0.1...1.1.0
Published with dotnet-releaser
Commits viewable in compare view.
Updated Material.Avalonia from 3.9.2 to 3.14.1.
Release notes
Sourced from Material.Avalonia's releases.
3.14.1
What's Changed
Full Changelog: AvaloniaCommunity/Material.Avalonia@v3.14.0...v3.14.1
3.14.0
What's Changed
New Contributors
Full Changelog: AvaloniaCommunity/Material.Avalonia@v3.13.4...v3.14.0
3.13.4
What's Changed
New Contributors
Full Changelog: AvaloniaCommunity/Material.Avalonia@v3.13.3...v3.13.4
3.13.3
What's Changed
New Contributors
Full Changelog: AvaloniaCommunity/Material.Avalonia@v3.13.2...v3.13.3
3.13.2
What's Changed
Full Changelog: AvaloniaCommunity/Material.Avalonia@v3.13.1...v3.13.2
3.13.1
What's Changed
New Contributors
Full Changelog: AvaloniaCommunity/Material.Avalonia@v3.13.0...v3.13.1
3.13.0
What's Changed
Material.Avalonia.TreeDataGridproject with TreeDataGrid styles by @klorman in AddMaterial.Avalonia.TreeDataGridproject with TreeDataGrid styles AvaloniaCommunity/Material.Avalonia#467New Contributors
Full Changelog: AvaloniaCommunity/Material.Avalonia@v3.12.0...v3.13.0
3.12.0
What's Changed
New Contributors
Full Changelog: AvaloniaCommunity/Material.Avalonia@v3.11.0...v3.12.0
3.11.0
What's Changed
Full Changelog: AvaloniaCommunity/Material.Avalonia@v3.10.2...v3.11.0
3.10.2
What's Changed
Full Changelog: AvaloniaCommunity/Material.Avalonia@v3.10.1...v3.10.2
3.10.1
What's Changed
Full Changelog: AvaloniaCommunity/Material.Avalonia@v3.9.2...v3.10.1
Commits viewable in compare view.
Updated Material.Icons.Avalonia from 2.2.0 to 3.0.0.
Release notes
Sourced from Material.Icons.Avalonia's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration from 10.0.3 to 10.0.5.
Release notes
Sourced from Microsoft.Extensions.Configuration's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.EnvironmentVariables from 10.0.3 to 10.0.5.
Release notes
Sourced from Microsoft.Extensions.Configuration.EnvironmentVariables's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.UserSecrets from 10.0.3 to 10.0.5.
Release notes
Sourced from Microsoft.Extensions.Configuration.UserSecrets's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.DependencyInjection from 10.0.3 to 10.0.5.
Release notes
Sourced from Microsoft.Extensions.DependencyInjection's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Polly from 8.6.5 to 8.6.6.
Release notes
Sourced from Polly's releases.
8.6.6
Highlights
ScheduledTaskExecutordeadlock whenTrySetResultruns continuations inline by @crnhrv in FixScheduledTaskExecutordeadlock whenTrySetResultruns continuations inline App-vNext/Polly#2953What's Changed
New Contributors
ScheduledTaskExecutordeadlock whenTrySetResultruns continuations inline App-vNext/Polly#2953Full Changelog: App-vNext/Polly@8.6.5...8.6.6
Commits viewable in compare view.
Updated WebMarkupMin.Core from 2.20.2 to 2.21.0.
Release notes
Sourced from WebMarkupMin.Core's releases.
2.21.0
Version: 2.21.0
Published: 3/18/2026
Change Set: a1482ef
RemoveRedundantSelectors(defaultfalse),RemoveTrailingSemicolons(defaulttrue) andRemoveUnitsFromZeroValues(defaultfalse)NuGet Packages
Core
ASP.NET Extensions
Commits viewable in compare view.
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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