You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
A proposed fix it so add <ExtrasEnableDefaultResourceItems>false</ExtrasEnableDefaultResourceItems> to the top of our project. See github/VisualStudio#2124.
Does that fix make sense?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: