-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Microsoft.Windows.SDK.NET.Ref error coming when debugging WinApp SDK #951
Comments
@jeromelaban The issue is still happening in 5.5.0-dev.21 |
There is no fix available for this. If you do not see any related change, the issue is likely still present. |
No worries , Sounds good @jeromelaban |
@jhanvi03 and I are able to reproduce this issue wtih 5.4 stable version also. Uno.sdk / Uno.templaets :- 5.4.2 cc @agneszitte |
We're not able to fix issue at this time, as it breaks for multiple reasons (mono/SkiaSharp#2999). Make the modification manually to get around it by adding |
Fixed in 5.4.5 and later (74a36bf) |
Current behavior
When creating an application with the 5.5 dev and running with WinApp SDK as the debugging target then in those cases there is a wired error coming asking us to change the Windows.SDK.NET , telling us to add a new PropertyGroup in the .csproj file. The error is coming with 5.5 dev version only.
Here is the message in error list.
Here is the result of
Build
in output tab.Expected behavior
It should build the app without having any error when debugging with WinApp SDK as debugging target.
Affected platforms
Windows (WinAppSdk)
Template Host
dotnet new
Host OS
Windows
Template Options
Here is the command used to create using blank project.
dotnet new unoapp -preset=blank -o test
WinApp SDK
as the debugging target.Template Version
Anything else we need to know?
Visual Studio Version:- 17.11.3
The text was updated successfully, but these errors were encountered: