-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Description
Hi Team,
I am trying to build and publish my WPF(.net7-windows) through the github action pipeline. After reading this blog, I find EnableWindowsTargeting can be used for build Windows App on a linux machine.
However, after publishing the app in ubuntu-latest runner and run it, I find there is a unwanted console output window after my app is lauching. It does not act like the building artifact from windows machine.
I also tried publish the app on ther linux machines and found the same behavior. The console output window is annoying.
You can also see this issue in this blog.
Please kindly let me know if there is any other properties need to combine with EnableWindowsTargeting for building a WPF app in linux, or it is a bug?
BTW, the windows runner for github action is really slow, and expensive, comparing to ubuntu runner. :(
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: b07d5584-04d1-9972-c2d6-ffaa3cf5512a
- Version Independent ID: 5aa55844-314a-2c33-4cdc-b9e1de62e029
- Content: NETSDK1100: Set the
EnableWindowsTargetingproperty to true - .NET CLI - Content Source: docs/core/tools/sdk-errors/netsdk1100.md
- Product: dotnet-fundamentals
- Technology: dotnet-cli
- GitHub Login: @tdykstra
- Microsoft Alias: tdykstra