Windows App SDK 1.8.8 (1.8.260508005) #6475
agniuks
started this conversation in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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:
This discussion was created from the release Windows App SDK 1.8.8 (1.8.260508005).
Beta Was this translation helpful? Give feedback.
All reactions