Using Uno.Sdk get the error of error UNOB0008: Building a WinUI class library with dotnet build is not supported when XAML files are present. Use msbuild
instead.
#16602
cconner100
started this conversation in
General
Replies: 1 comment 3 replies
-
Thanks for the report. The error really means what it says, this is a winui issue for building apps with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Migrating my code to the new Uno.Sdk csproj format. I get the following error some of my dll support projects of error UNOB0008: Building a WinUI class library with dotnet build is not supported when XAML files are present. Use
msbuild
instead.my new csproj looks like this
Beta Was this translation helpful? Give feedback.
All reactions