python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to build a WinUI 3 app using .NET 6 in an AzureDevops pipeline? Getting: error NETSDK1095
I have a blank WinUI3 desktop app:
I would like to build this app in an AzureDevops build pipeline:
pool:
vmImage: 'windows-2022'
variables:
solution: '$(Build.SourcesDirectory)/apps/windows/Win...
Felix
Votes: 0
Answers: 1
How to address the "Lock was destructed while held" Visual C++ runtime assertion
In a program that uses DirectX to render a 3D component I use a dedicated rendering thread that apparently gets created if I call DispatcherQueueController::CreateOnDedicatedThread(). What needs to be...
ackh
Votes: 0
Answers: 1
How to properly create a C# WinUI project in Visual Studio 2022?
I've been trying to create a new WinUI project. I prepared the development environment following the MS Docs page and created the new project with Blank App, Packaged (WinUI 3 in Desktop) template.
Fo...

Jakub Wrobel
Votes: 0
Answers: 1
Update the Microsoft.WindowsAppSDK from 1.0.0-experimental1 to 1.0.0
I am trying to update the Microsoft.WindowsAppSDK from 1.0.0-experimental1 to 1.0.0
but after Upgrade the NuGet I get this error
cs5001 program does not contain a static 'main' method suitable for ...
rotem
Votes: 0
Answers: 1