View Issue Details

IDProjectCategoryView StatusLast Update
0004369NoesisGUIC++ SDKpublic2025-10-14 11:58
Reportermaherne Assigned Tosfernandez  
PrioritynormalSeveritycrash 
Status resolvedResolutionfixed 
Product Version3.2.8 
Target Version3.2.10Fixed in Version3.2.10 
Summary0004369: A circular reference in a ResourceDictionary causes a stack overflow
Description
<Page
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  mc:Ignorable="d"
  d:DesignHeight="1080" d:DesignWidth="1920"
  Title="MainPage" Height="auto" Width="auto" Padding="0">

  <Page.Resources>
    <ResourceDictionary>
      <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="Resources.xaml"/>
      </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
  </Page.Resources>
</Page>
<ResourceDictionary
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:noesis="clr-namespace:NoesisGUIExtensions">  
    <ResourceDictionary.MergedDictionaries>
      <ResourceDictionary Source="Resources.xaml"/>
    </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-09-05 10:31 maherne New Issue
2025-09-05 10:31 maherne File Added: Example.zip
2025-09-05 10:32 maherne Target Version => 3.2
2025-09-08 11:07 sfernandez Assigned To => sfernandez
2025-09-08 11:07 sfernandez Status new => assigned
2025-09-08 11:07 sfernandez Product Version 3.2.9 => 3.2.8
2025-09-08 11:07 sfernandez Target Version 3.2 => 3.2.9
2025-10-02 00:48 jsantos Target Version 3.2.9 => 3.2.10
2025-10-13 11:42 jsantos Description Updated
2025-10-13 11:42 jsantos File Deleted: Example.zip
2025-10-14 11:58 sfernandez Status assigned => resolved
2025-10-14 11:58 sfernandez Resolution open => fixed
2025-10-14 11:58 sfernandez Fixed in Version => 3.2.10