Windows App SDK 1.7.0 (1.7.250310001) #5245
Replies: 9 comments 23 replies
-
Congratulations on the release of Windows App SDK 1.7. Thank you. Please check if the Windows App SDK 1.7 Runtime file is correct. 1.7.0 (1.7.250310001) https://aka.ms/windowsappsdk/1.7/1.7.250310001/windowsappruntimeinstall-x64.exe Please check if the Windows App SDK 1.7 Runtime file is correct. |
Beta Was this translation helpful? Give feedback.
-
After upgrading to 1.7.250310001, my app can't run. Trying to install the latest version of WebView2 is the same problem. How to fix it ? Error message: Method 'GetVirtualMethodTableInfoForKey' in type 'Microsoft.Web.WebView2.Core.CoreWebView2' from assembly 'Microsoft.Web.WebView2.Core.Projection, Version=1.0.2903.40, Culture=neutral, PublicKeyToken=2a8ab48044d2601e' does not have an implementation. |
Beta Was this translation helpful? Give feedback.
-
Hi, the link to Dynamic Dependencies APIs leads to a not found error, i think the link should be this: https://learn.microsoft.com/en-us/windows/apps/desktop/modernize/framework-packages/use-the-dynamic-dependency-api |
Beta Was this translation helpful? Give feedback.
-
New preferred minimum size APIs are bugged and only take the scaling of the main display into account. |
Beta Was this translation helpful? Give feedback.
-
I filed an issue for 1.7: https://github.com/microsoft/WindowsAppSDK/issues/5251 |
Beta Was this translation helpful? Give feedback.
-
How is REBox.Document.SetMathMode(RichEditMathMode.MathOnly);
REBox.Document.SetMathML("a^2 + b^2 = c^2"); |
Beta Was this translation helpful? Give feedback.
-
Please fix this issue, makes apps unusable, and has been reported for some time. Should be prioritized. |
Beta Was this translation helpful? Give feedback.
-
Is this version now officially supported on .NET9? |
Beta Was this translation helpful? Give feedback.
-
After upgrading to version 1.7, I started getting an exception error when setting ExtendsContentIntoTitleBar to true on a window that is not the main window, and enabling native code debugging. It would be helpful if you could check this. |
Beta Was this translation helpful? Give feedback.
-
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.AppWindow
APIs make it easier to control your app windows to create a great experience. New capabilities include using:SetTaskBarIcon
andSetTitleBarIcon
to independently set the taskbar and titlebar iconsAppWindowTitleBar.PreferredTheme
to set the light/dark theme of the titlebarOverlappedPresenter.PreferredMinimumWidth
OverlappedPresenter.PreferredMaximumHeight
to set a minimum or maximum width or height for the window.Microsoft.Windows.Media.Capture.CameraCaptureUI
API to WinAppSDK to provide a streamlined solution with feature parity, now supporting WindowID in the constructor for enhanced desktop compatibility.OAuth2Manager
API 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.BackgroundTaskBuilder
API provides WinAppSDK dependent apps the ability to directly register the full trust COM components with background tasks, removing the need to implement a workaround.TitleBar
control makes it much easier to create a great, customizable titlebar for your app.RichEditBox
now supports MathML, viaRichEditTextDocument.SetMathMode
andRichEditTextDocument.SetMathML
.DesktopPopupSiteBridge
: Enables hosting aContentIsland
in the environment of a Win32 window with WS_POPUP style.ChildSiteLink
: Allows a parentContentIsland
to 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 aContentIsland
with Windows.UI.Composition.Visuals at the root of the Win32 window hierarchy, ensuring full control over Win32-based input processing and accessibility.RuntimeCompatibilityOptions
support will allow more control over how servicing changes affect apps. For more info, see GitHub #4966.ReleaseInfo
API 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:
This discussion was created from the release Windows App SDK 1.7.0 (1.7.250310001).
Beta Was this translation helpful? Give feedback.
All reactions