Bump the all group with 5 updates#245
Merged
github-actions[bot] merged 1 commit intoJun 15, 2026
Merged
Conversation
Bumps Microsoft.Extensions.Logging.Debug from 10.0.8 to 10.0.9 Bumps Microsoft.Maui.Controls from 10.0.70 to 10.0.71 Bumps Microsoft.Windows.CsWin32 from 0.3.275 to 0.3.296 Bumps Microsoft.WindowsAppSDK from 2.1.3 to 2.2.0 Bumps System.Resources.Extensions from 10.0.8 to 10.0.9 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Debug dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.Maui.Controls dependency-version: 10.0.71 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.Windows.CsWin32 dependency-version: 0.3.296 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.WindowsAppSDK dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: System.Resources.Extensions dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... 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 Microsoft.Extensions.Logging.Debug from 10.0.8 to 10.0.9.
Release notes
Sourced from Microsoft.Extensions.Logging.Debug's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Maui.Controls from 10.0.70 to 10.0.71.
Release notes
Sourced from Microsoft.Maui.Controls's releases.
10.0.71
What's Changed
Full Changelog: dotnet/maui@10.0.70...10.0.71
Commits viewable in compare view.
Updated Microsoft.Windows.CsWin32 from 0.3.275 to 0.3.296.
Release notes
Sourced from Microsoft.Windows.CsWin32's releases.
0.3.287
Changes:
Fixes:
CS3016under[assembly: CLSCompliant(true)]IComIIDis not emitted onnet472/netstandard2.0Enhancements:
Others:
See More
[CLSCompliant(false)]when they carry CCW thunksIComIIDon downlevel TFMs (net472 / netstandard2.0)uncheckedregionsThis list of changes was auto generated.
Commits viewable in compare view.
Updated Microsoft.WindowsAppSDK from 2.1.3 to 2.2.0.
Release notes
Sourced from Microsoft.WindowsAppSDK's releases.
2.2.0
Windows App SDK 2.2.0
WinAppSDK 2.2.0 is the latest stable servicing release for 2.0, with a new Windows AI video upscaling API, a first-class
ApplicationDataentry point for unpackaged apps, additions toXamlBindingHelper, and a batch of WinUI and Windows ML reliability fixes.What's new in WinAppSDK 2.2.0:
Microsoft.Windows.AI.Video.VideoScalerAPI delivers real-time video enhancement through advanced AI upscaling, optimized for streams featuring people in conversation. It enables developers to provide sharper, clearer visuals across conferencing, streaming, and editing platforms, even under poor network conditions. The API supports customization of output resolution, frame rate, and regions of interest, with compatibility for multiple video formats including BGR, RGB, and NV12.VideoScaleris disposable, and includes a capability check so apps can validate VSR support at runtime. Explicit Windows ML initialization is not required.ApplicationDataAPI for unpackaged apps.Microsoft.Windows.Storage.ApplicationData.GetForUnpackaged()gives unpackaged apps a first-class WinRT entry point to per-user / per-machine application data, matching the surface previously available only to packaged apps. This simplifies future packaged ↔ unpackaged migration and removes the need for Registry-API workarounds.XamlBindingHelperAPIs. Added boxing-free value setter overloads toXamlBindingHelper(SetPropertyFromThickness,SetPropertyFromCornerRadius,SetPropertyFromColor) and exposed theSetter.ValuePropertydependency property.Bug fixes:
RenderTargetBitmapwhen the target element leaves the visual tree (for example, a popup closes) beforePreCommitcompletes.RenderAsyncnow returnsE_ABORTinstead of crashing.ScrollViewwhen the control is destroyed while its hide-indicators timer tick is still pending. See microsoft/microsoft-ui-xaml#10514.Microsoft.UI.Xaml.dll!DirectUI::DXamlCore::GetPeerPrivatecaused by attempting to access an object scheduled to be freed.Microsoft.UI.System.ThemeSettingscould crash an app if it was destroyed on a background thread (for example, when destroyed by the .NET garbage collector).New or updated APIs (since 2.1.3):