View Issue Details

IDProjectCategoryView StatusLast Update
0001699NoesisGUIUnitypublic2020-05-26 13:17
Reportersfernandez Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.0.0 
Target Version3.0.1Fixed in Version3.0.1 
Summary0001699: Application resources can't use StaticResource between merged dictionaries
Description

Given 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.

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
2025-10-10 13:29 jsantos Category Unity3D => Unity