View Issue Details

IDProjectCategoryView StatusLast Update
0001699NoesisGUIUnity3Dpublic2020-05-26 13:17
Reportersfernandez Assigned Tosfernandez  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.0.0 
Target Version3.0.1Fixed in Version3.0.1 
Summary0001699: Application resources can't use StaticResource between merged dictionaries
DescriptionGiven the following Resources.xaml used as Application Resources in Unity:

<ResourceDictionary
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="Colors.xaml"/>
        <ResourceDictionary Source="Brushes.xaml"/>
    </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>

If Brushes.xaml uses a StaticResource defined in Colors.xaml it won't work.
TagsNo tags attached.
PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-05-26 13:15 sfernandez New Issue
2020-05-26 13:16 sfernandez Assigned To => sfernandez
2020-05-26 13:16 sfernandez Status new => assigned
2020-05-26 13:16 sfernandez Target Version => 3.0.1
2020-05-26 13:17 sfernandez Status assigned => resolved
2020-05-26 13:17 sfernandez Resolution open => fixed
2020-05-26 13:17 sfernandez Fixed in Version => 3.0.1