Bump Microsoft.WindowsAppSDK and xunit.runner.visualstudio - #297
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Bumps Microsoft.WindowsAppSDK from 1.6.250108002 to 1.8.260710003 Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5 --- updated-dependencies: - dependency-name: Microsoft.WindowsAppSDK dependency-version: 1.8.260710003 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/WindowsApp/Bastion.Core.Tests/nuget-patch-minor-a3ab263530
branch
from
August 13, 2026 06:36
c446397 to
1a13778
Compare
Owner
|
@dependabot recreate |
Owner
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
Bot
deleted the
dependabot/nuget/WindowsApp/Bastion.Core.Tests/nuget-patch-minor-a3ab263530
branch
August 13, 2026 09:51
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated Microsoft.WindowsAppSDK from 1.6.250108002 to 1.8.260710003.
Release notes
Sourced from Microsoft.WindowsAppSDK's releases.
1.8.10
Windows App SDK 1.8.10 (1.8.260710003)
WinAppSDK 1.8.10 is the latest stable servicing release for 1.8, with a reliability fix for
Microsoft.UI.System.ThemeSettings.Bug fixes:
Microsoft.UI.System.ThemeSettingscould crash an app if it was destroyed on a background thread, for example when destroyed by the .NET garbage collector.To see everything that's new and changed, see the full Windows App SDK 1.8.10 release notes.
Try it out
Getting started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.8.9
Windows App SDK 1.8.9 (1.8.260529003)
WinAppSDK 1.8.9 is the latest stable servicing release for 1.8, with two reliability fixes in WinUI input and items controls.
Bug fixes:
ItemsRepeaterwhere recycled elements were never garbage collected due to a reference cycle through theRecyclePool, which could also cause crashes inInvalidateChildrenMeasure.ScrollViewerbefore scrolling.Try it out
Getting started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.8.8
WinAppSDK 1.8.8 is the latest stable servicing release for 1.8, focused on reliability and developer-experience fixes across XAML, package management, Windows AI, and the build-time NuGet tooling.
Bug fixes:
OverrideScale, causing content to appear oversized and clipped (microsoft/microsoft-ui-xaml#11000).ACCESS_VIOLATIONcrash inRenderTargetBitmap.RenderAsyncthat occurred when the target element left the visual tree (for example, a popup closing) before the capture completed.GetReadyStatecould return incorrect error codes when required Windows AI packages were not yet deployed. The API now correctly reportsNotReady, improving diagnostic clarity and reducing false-positive failure signals in telemetry.LanguageModel.GenerateResponseAsyncto better identify sources of latency before the first token is returned.UIAffinityReleaseQueue::DoCleanup.Microsoft.Windows.Workloads.dllfailed to load on Windows builds prior to 22000 due to static imports of Dynamic Dependencies APIs unavailable on those OS versions. The functions are now resolved dynamically; failures on unsupported OS versions surface as a normalHRESULTinstead of a loader error dialog.dotnet build, showing onlyMSB3073: exited with code 1instead of the actual error messages (microsoft/microsoft-ui-xaml#9813)..targetsfiles where%(PreprocessorDefinitions)references inside MSBuild<Target>blocks triggered task batching, causing the same auto-initializer source file to be added toClCompilemultiple times and producing duplicate.objoutputs (MSB8027 / LNK4042 warnings). Definitions are now set via<ItemDefinitionGroup>. An opt-out property (WindowsAppSDK_Arm64EcCompilerWorkaround) is included for ARM64EC+LTCG builds (microsoft/WindowsAppSDK#5395)..targetschange)To see everything that's new and changed, see the full Windows App SDK 1.8.8 release notes.
Try it out
Getting started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.8.7
WinAppSDK 1.8.7 is the latest stable servicing release for 1.8, with two new additive APIs for Windows AI scenarios, expanded NPU hardware support, an ONNX Runtime update, and a batch of reliability fixes.
What's new in WinAppSDK 1.8.7:
EnsureReadyAsyncfailure was caused by a known install condition (such as a network failure, Windows Update error, or low disk space), so apps can handle expected install failures differently from genuine errors.Bug fixes:
LanguageModelAPIs that could occur when an exception was encountered during input processing.ImageDescription.DescribeAsyncfailing withInternalErrorwhen called concurrently from multiple threads.LanguageModelAPIs could be silently overwritten by subsequent errors, preventing callers from receiving the correct content safety signals.E_BOUNDSinSelector::OnGettingFocus) that could occur during keyboard navigation (Tab/Shift+Tab) after the items list was updated.To see everything that's new and changed, see the full Windows App SDK 1.8.7 release notes.
Try it out
Getting started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.8.6
Windows App SDK 1.8.6 (1.8.260317003)
WinAppSDK 1.8.6 is the latest stable version of WinAppSDK 1.8 providing new features and improvements to the platform.
Whats new in WinAppSDK 1.8.6:
Bug fixes:
AppInstance.RedirectActivationTo.AppBarToggleButtoninCommandBarFlyoutsecondary commands.Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.8.5
Windows App SDK 1.8.5 (1.8.260209005)
WinAppSDK 1.8.5 is the latest stable version of WinAppSDK 1.8 providing new features and improvements to the platform.
Whats new in WinAppSDK 1.8.5:
Bug fixes:
CompositionIsland.StateChangedevent handlers where not triggered when the user modified the size of a window by dragging it to the top of the screen or using the edges of the screen and the window has a non-defaultTitleBarwith anIconSourceset.GetReadyStatewhich erroneously returnsAIFeatureReadyState::NotReadyon unsupported Windows OS versions. The API now returnsAIFeatureReadyState::NotSupportedOnCurrentSystemTry it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.8.4
Windows App SDK 1.8.4 (1.8.260101001)
WinAppSDK 1.8.4 is the latest stable version of WinAppSDK 1.8 providing new features and improvements to the platform.
Whats new in WinAppSDK 1.8.4:
Bug fixes:
PublishSingleFilesupport with component packages. For more info, see GitHub issue #5969.Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.8.3
Windows App SDK 1.8.3 (1.8.251106002)
WinAppSDK 1.8.3 is the latest stable version of WinAppSDK 1.8 providing new features and improvements to the platform. To see everything that's new and changed, see the full Windows App SDK 1.8.3 release notes.
Whats new in WinAppSDK 1.8.3:
Bug fixes:
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.8.2
Windows App SDK 1.8.2 (1.8.251003001)
WinAppSDK 1.8.2 is the latest stable version of WinAppSDK 1.8 providing new features and improvements to the platform. To see everything that's new and changed, see the full Windows App SDK 1.8 release notes.
Whats new in WinAppSDK 1.8.2:
The following bugs have been fixed:
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.8.1
Windows App SDK 1.8.1 ( 1.8.250916003 )
WinAppSDK 1.8.1 is the latest stable version of WinAppSDK 1.8 providing new features and improvements to the platform. To see everything that's new and changed, see the full Windows App SDK 1.8 release notes.
Whats new in WinAppSDK 1.8.1:
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.8.0
Windows App SDK 1.8.0 (1.8.250907003)
WinAppSDK 1.8.0 is the latest stable version of WinAppSDK providing new features and improvements to the platform.
Whats new in WinAppSDK 1.8.0:
Decimalsupport offers a high-precision base-10 numeric data type. It is structured as a 96-bit (12-byte) unsigned integer, scaled by a variable power of 10, allowing for precise representation of decimal values.The following bugs have been fixed:
To see everything that's new and changed, see the full Windows App SDK 1.8 release notes.
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.8.0-preview1
1.8 Preview 1 (1.8.250814004-preview1) 🔃
The first preview of WinAppSDK 1.8 is now available! Check out the release notes for more information on the new & updated features and known issues.
Updates to this version:
The 1.8 Preview 1 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.8.250814004-preview
Bugs fixed in the new WinAppSDK Release:
BreadcrumbBarMoveFocusmethod should not use parameterlessGetFocusedElementProviding feedback
As we introduce new & upcoming features in our preview releases, we appreciate all of your feedback as we work towards a stable release:
1.8-exp4
Windows App SDK 1.8 Experimental 4 introduces exciting new features designed to bring artificial intelligence (AI) to your products with the power of Phi Silica and Windows AI APIs.
The Windows App SDK incorporates advanced Windows AI capabilities, enabling developers to seamlessly integrate intelligent features into their applications. These enhancements include:
This release also include the following:
For information on responsible development practices utilized during the creation of the Windows AI APIs, which can also be applied when creating AI-assisted features, consult the Developing Responsible Generative AI Applications and Features on Windows guidance.
1.8-exp2
Windows App SDK 1.8 Experimental 2 introduces exciting new features designed to bring artificial intelligence (AI) to your products with the power of Phi Silica and Windows AI APIs.
The Windows App SDK incorporates advanced Windows AI capabilities, enabling developers to seamlessly integrate intelligent features into their applications. These enhancements include local AI functionalities such as:
This release also include the following:
Decimalsupport which offers a high-precision base-10 numeric data type that is invaluable for financial and scientific calculations, avoiding imprecision and rounding errors inherent to floating-point data types.For information on responsible development practices utilized during the creation of the Windows AI APIs, which can also be applied when creating AI-assisted features, consult the Developing Responsible Generative AI Applications and Features on Windows guidance.
1.8-exp1
Windows App SDK 1.8 Experimental 1 introduces an exciting new features designed to bring artificial intelligence (AI) to your products with the power of Phi Silica and Windows CoPilot Runtime APIs
ImageObjectRemoverAPI can be used to remove objects from images. The model takes both an image and a greyscale mask indicating the object to be removed, erases the masked area from the image, and replaces the erased area with the image background.This release of the Windows App SDK includes bug fixes for the 1.8 release:
1.7.9
Windows App SDK 1.7.9 (1.7.260224002)
WinAppSDK 1.7.9 is the latest stable version of WinAppSDK 1.7 providing new features and improvements to the platform. To see everything that's new and changed, see the full Windows App SDK 1.7.9 release notes.
What's new in WinAppSDK 1.7.9:
Bug fixes:
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
Fixed a pointer arithmetic issue in the app-instance activation-redirection shared-memory queue that could cause incorrect behavior when using AppInstance.RedirectActivationTo. (RuntimeCompatibilityChange: AppLifecycle_SharedMemoryRedirectionQueueFix)
Fixed an issue in the deployment manager where activity data was being incorrectly reset during package installation and license operations. (RuntimeCompatibilityChange: DeploymentManager_ActivityCollectionFix)
1.7.8
Windows App SDK 1.7.8 (1.7.260208002)
WinAppSDK 1.7.8 is the latest stable version of WinAppSDK 1.7 providing new features and improvements to the platform. To see everything that's new and changed, see the full Windows App SDK 1.7.8 release notes.
What's new in WinAppSDK 1.7.8:
Bug fixes:
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.7.7
Windows App SDK 1.7.7 (1.7.251220001)
WinAppSDK 1.7.7 is the latest stable version of WinAppSDK 1.7 providing new features and improvements to the platform. To see everything that's new and changed, see the full Windows App SDK 1.7.7 release notes.
What's new in WinAppSDK 1.7.7:
Bug fixes:
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.7.6
Windows App SDK 1.7.6 (1.7.251107005)
WinAppSDK 1.7.6 is the latest stable version of WinAppSDK 1.7 providing new features and improvements to the platform. To see everything that's new and changed, see the full Windows App SDK 1.7.6 release notes.
What's new in WinAppSDK 1.7.6:
Bug fixes:
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.7.5
Windows App SDK 1.7.5 (1.7.251014001)
WinAppSDK 1.7.5 is the latest stable version of WinAppSDK 1.7 providing new features and improvements to the platform. To see everything that's new and changed, see the full Windows App SDK 1.7 release notes.
This release also includes the following Bug Fixes:
To learn more about how to disable Runtime Compatibility Changes, see RuntimeCompatibilityOptions.DisabledChanges Property
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.7.4
Windows App SDK 1.7.4 ( 1.7.250909003 )
WinAppSDK 1.7.4 is the latest stable version of WinAppSDK 1.7 providing new features and improvements to the platform. To see everything that's new and changed, see the full Windows App SDK 1.7 release notes.
This release also includes the following Bug Fixes:
To learn more about how to disable Runtime Compatibility Changes, see RuntimeCompatibilityOptions.DisabledChanges Property
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.7.3
Windows App SDK 1.7.3 (1.7.250606001)
WinAppSDK 1.7.3 is the latest stable version of WinAppSDK providing new features and improvements to the platform. WinAppSDK 1.7.3 introduces exciting new features designed to bring artificial intelligence (AI) to your products with the power of Phi Silica and Windows AI APIs.
Whats new in WinAppSDK 1.7.3:
Rankproperty to Widgets. Rank may be used by the platform's recommendation engine to sort Widgets from a same application package identity. Should multiple widgets from the same provider be recommended for a UI surface, the Rank property will determine the order in which they appear. The Rank property does not change how a Widget is placed compared to other provider's Widgets, nor does it affect the chance a Widget will be recommended.This release also includes the following Bug Fixes:
To see everything that's new and changed, see the full Windows App SDK 1.7 release notes.
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.7.2
Windows App SDK 1.7.2 (1.7.250513003)
WinAppSDK 1.7.2 is the latest stable version of WinAppSDK providing new features and improvements to the platform. WinAppSDK 1.7.2 introduces exciting new features designed to bring artificial intelligence (AI) to your products with the power of Phi Silica and Windows AI APIs.
Whats new in WinAppSDK 1.7.2:
This release also includes the following Bug Fixes:
To see everything that's new and changed, see the full Windows App SDK 1.7 release notes.
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.7.1
Windows App SDK 1.7.1 (1.7.250401001)
WinAppSDK 1.7.1 is the latest stable version of WinAppSDK providing new features and improvements to the platform.
Whats new in WinAppSDK 1.7.1:
WindowsAppRuntimeInstall-<arch>.exe. For more info, see GitHub issue #5289. (RuntimeCompatibilityChange: N/A for this installer change)FixStuckPointerInputQueue)FixStuckPointerInputQueue)FixWindowCloseFocusCrash)ProgressBar::SetProgressBarIndicatorWidthis called on a ProgressBar which is not in the tree. (RuntimeCompatibilityChange:FixSetProgressBarIndicatorWidthCrash)CPopup::EnsureBridgeClosedsometimes triggering reentrancy. (RuntimeCompatibilityChange:FixPopupClosingReentrancyCrash)CUIElement::FlushPendingKeepVisibleOperationsusing a null children collection. (RuntimeCompatibilityChange:FixPopupUnloadingCrash)PackageDeploymentManager.EnsurePackage*Readyto ensure version supersedence. For more info, see GitHub issue #5191. (RuntimeCompatibilityChange:EnsurePackageReadyVersionSupercedence)WebView2::UpdateCoreWebViewVisibilitysometimes triggering reentrancy. For more info, see GitHub issue #10305. (RuntimeCompatibilityChange:FixWebViewVisibilityReentrancyCrash)FixRandomUIFreezeInDispatcher)Note: Windows Copilot Runtime APIs are not included this release. To experiment with these APIs, please continue to use the 1.7-experimental3 release and share your feedback!
To see everything that's new and changed, see the full Windows App SDK 1.7 release notes.
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
1.7.0
Windows App SDK 1.7.0 (1.7.25031001)
WinAppSDK 1.7.0 is the latest stable version of WinAppSDK providing new features and improvements to the platform.
Whats new in WinAppSDK 1.7.0:
Microsoft.UI.Windowing.AppWindowAPIs make it easier to control your app windows to create a great experience. New capabilities include using:SetTaskBarIconandSetTitleBarIconto independently set the taskbar and titlebar iconsAppWindowTitleBar.PreferredThemeto set the light/dark theme of the titlebarOverlappedPresenter.PreferredMinimumWidthOverlappedPresenter.PreferredMaximumHeightto set a minimum or maximum width or height for the window.Microsoft.Windows.Media.Capture.CameraCaptureUIAPI to WinAppSDK to provide a streamlined solution with feature parity, now supporting WindowID in the constructor for enhanced desktop compatibility.OAuth2ManagerAPI provides a streamlined solution for web authentication, offering OAuth 2.0 capabilities with full feature parity across all Windows platforms supported by Windows App SDK.BackgroundTaskBuilderAPI provides WinAppSDK dependent apps the ability to directly register the full trust COM components with background tasks, removing the need to implement a workaround.TitleBarcontrol makes it much easier to create a great, customizable titlebar for your app.RichEditBoxnow supports MathML, viaRichEditTextDocument.SetMathModeandRichEditTextDocument.SetMathML.DesktopPopupSiteBridge: Enables hosting aContentIslandin the environment of a Win32 window with WS_POPUP style.ChildSiteLink: Allows a parentContentIslandto host a nested childContentIsland, providing a seamless partitioning of the rendering surface without user experience seams.DesktopAttachedSiteBridge: Attaches to an existing Win32 window instead of creating a new one, designed to host aContentIslandwith Windows.UI.Composition.Visuals at the root of the Win32 window hierarchy, ensuring full control over Win32-based input processing and accessibility.RuntimeCompatibilityOptionssupport will allow more control over how servicing changes affect apps. For more info, see GitHub #4966.ReleaseInfoAPI provides easy access to the version of the Windows App SDK Runtime in use. For more info, see GitHub #2893.To see everything that's new and changed, see the full Windows App SDK 1.7 release notes.
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
Description has been truncated