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

Themes\Generic.xaml only compiled to .baml for command line builds #138

Open
jcansdale opened this issue Dec 11, 2018 · 0 comments
Open

Comments

@jcansdale
Copy link

jcansdale commented Dec 11, 2018

We've had a strange issue where our Themes\Generic.xaml file was only being compiled to .baml for command line builds. When compiled inside Visual Studio it was being included as a .xaml resource.

See the issue github/VisualStudio#2110.

A proposed fix it so add <ExtrasEnableDefaultResourceItems>false</ExtrasEnableDefaultResourceItems> to the top of our project. See github/VisualStudio#2124.

Does that fix make sense?

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

No branches or pull requests

1 participant