Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add winui desktop test app #124

Merged
merged 9 commits into from
Apr 10, 2020
Merged

add winui desktop test app #124

merged 9 commits into from
Apr 10, 2020

Conversation

stevenbrix
Copy link
Contributor

This PR adds a WinUI test app to the cswinrt.sln. In order to properly build the test app, we have a separate project which builds the projection. This is primarily due to the way that the WinUI markup compiler works - during our Pass1 compilation we need a reference assembly with the platform types - and when building the projection into the app, we don't have that assembly yet.

This also has a checked-in version of our workaround for the ContentPropertyAttribute not being generated.

This app reproes the issues that we are currently hitting with WinUI.

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
nuget.config Outdated Show resolved Hide resolved
@microsoft microsoft deleted a comment from stevenbrix Apr 9, 2020
@Scottj1s
Copy link
Member

just one more request - gather all winui projects into a subdir

@stevenbrix
Copy link
Contributor Author

just one more request - gather all winui projects into a subdir

Will do - I wish VS did this automatically when you created solution folders.

@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Beware Dragons:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you drop these specific comments so we know when to revisit?

@stevenbrix stevenbrix merged commit 9871382 into master Apr 10, 2020
@Scottj1s Scottj1s deleted the stevenbrix/winui-app branch April 28, 2020 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants