Showing archive results for 2026

Aug 18, 2026
Post comments count0
Post likes count1

Announcing AppxManifest IntelliSense Support in the WinApp VS Code Extension

Chiara Mooney

The WinApp VS Code extension exists to make Windows app development feel at home in VS Code. It brings the Windows App Development CLI right into the editor, so you can initialize, run, debug, define the identity of, package, and sign Windows apps built with .NET, WPF, WinUI, C++, Electron, Rust, Tauri, or Flutter, all without switching tools. ...

ifdef-Windows
Aug 14, 2026
Post comments count0
Post likes count1

Windows App Development CLI v0.6 – create new WinUI applications, sign packages with Azure, and more

Zachary Teutsch

Windows App Development CLI v0.6.0 has just shipped and contains a ton of new features. Much of the changes in this release focus on getting from zero to a running app faster: scaffold a fresh WinUI project with a single command, search real WinUI controls and samples without leaving the terminal, and run your app straight from a .csproj with n...

ifdef-Windows
Jul 27, 2026
Post comments count2
Post likes count3

A new way to bring native Windows APIs to JavaScript – introducing dynamic API projections for Node.js

Leilei Zhang

Electron and Node.js make it straightforward to build Windows desktop apps in JavaScript. Calling Windows Runtime APIs has been less straightforward: features such as on-device AI often required a C++ or C# bridge, manual translation of WinRT types and asynchronous behavior, and wrapper code for every exposed API. That meant another languag...

ifdef-Windows
Jul 22, 2026
Post comments count0
Post likes count0

Windows App Development CLI v0.5.0 – expanded UI automation, JS/TS bindings, and more

Zachary Teutsch

WinApp CLI v0.5.0 greatly expands the UI automation toolkit (recording, touch, pen, and keyboard injection), lets you call Windows Runtime APIs straight from JavaScript and TypeScript with zero native addons, and makes WinUI crashes far easier to diagnose. Get the update by running winget install Microsoft.WinAppCLI or check the repo for other ...

ifdef-Windows
Jul 20, 2026
Post comments count0
Post likes count1

Announcing a New Visual Manifest Editor in the WinApp VS Code Extension

Chiara Mooney

The WinApp VS Code extension exists to make Windows app development feel at home in VS Code. It brings the Windows App Development CLI right into the editor, so you can initialize, run, debug, package, and sign Windows apps built with .NET, WPF, WinUI, C++, Electron, Rust, Tauri, or Flutter, all without switching tools. Get it now: Install t...

ifdef-Windows
Jun 11, 2026
Post comments count0
Post likes count3

Windows App Development CLI v0.3.2 — bundling support, smarter initialization, and more

Zachary Teutsch

Windows App Development CLI v0.3.2 is here! This release brings MSIX bundle support for multi-architecture packaging, a smarter winapp init experience that auto-detects your projects, higher quality UI screenshots, and a handful of reliability fixes across the board. Get the update by running winget install Microsoft.WinAppCLI or check the repo...

Windows App Development CLIifdef-Windows
May 13, 2026
Post comments count5
Post likes count13

Introducing WinUI agent plugin for GitHub Copilot and Claude Code

Nikola Metulev

These skills enable your agent to take your ideas to a native Windows app in minutes! They are built around the end-to-end loop: scaffold, build, run, test, iterate. They've been optimized to know how to drive each stage, recognize common failures that get normal agents stuck in loops, and steer towards successful patterns, while also minimizin...

ifdef-Windows
May 12, 2026
Post comments count4
Post likes count12

Introducing dotnet new WinUI templates

Niels,
Dinah,
Nikola

  We've been working on something new for WinUI developers: a set of open-source project and item templates for WinUI you can use directly from the command line. 🚀 With these templates, you can now create and run a new WinUI app using , without needing to go through Visual Studio. This makes it easier to get started quickly, script y...

ifdef-WindowsWindows App Development CLI
May 4, 2026
Post comments count0
Post likes count3

Announcing the WinApp VS Code Extension — Run, Debug, and Package Windows Apps in VS Code

Chiara Mooney

VS Code is where many cross-platform and web developers already work, but getting package identity, MSIX packaging, and Windows SDK tooling often meant reaching for Visual Studio or command-line tools. The WinApp VS Code extension brings the full power of the Windows App Development CLI directly into VS Code. Via the extension, you can initiali...

ifdef-Windows
Apr 30, 2026
Post comments count2
Post likes count9

Announcing WinUI 3 Gallery 2.9

Niels,
Marcel

  Hey WinUI developers! If you’re new around here, WinUI Gallery is the go-to app for exploring WinUI 3 controls, samples, design guidance, and handy tools — all in one place. Today, we’re excited to announce WinUI 3 Gallery 2.9, our first release built on Windows App SDK 2.0, packed with brand new control samples and a few delightful a...

ifdef-Windows