View Issue Details

IDProjectCategoryView StatusLast Update
0004411NoesisGUIUnitypublic2025-10-17 15:44
ReporterFeldruebe Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.2.9 
Fixed in Version3.2.10 
Summary0004411: Xaml.Dependencies is broken
Description
<UserControl
    x:Class="NoesisMinimalExample.NoesisMinimalExampleMainView"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:noesisGuiExtensions="clr-namespace:NoesisGUIExtensions;assembly=Noesis.GUI.Extensions">
    <noesisGuiExtensions:Xaml.Dependencies>
        <noesisGuiExtensions:Dependency Source="Controls/Test/TestControl.xaml" />
    </noesisGuiExtensions:Xaml.Dependencies>
</UserControl>

Produces the following error at compile time:

Assets/NoesisMinimalExampleMainView.xaml(7,9): Cannot create 'System.Collections.Generic.List`1[[NoesisGUIExtensions.Dependency, Noesis.NoesisGUI, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]', component not registered
UnityEngine.Debug:Log (object,UnityEngine.Object)
NoesisPostprocessor/<>c__DisplayClass4_0:<Update>b__1 (string) (at C:/UnityPackages/NoesisGUI-Unity-3.2.9-Indie/Editor/NoesisPostprocessor.cs:120)
Noesis.GUI:LoadComponent (object,string) (at C:/UnityPackages/NoesisGUI-Unity-3.2.9-Indie/Runtime/API/Core/NoesisGUI.cs:354)
NoesisUnity:LoadComponent (object,string) (at C:/UnityPackages/NoesisGUI-Unity-3.2.9-Indie/Runtime/NoesisUnity.cs:325)
NoesisMinimalExample.NoesisMinimalExampleMainView:InitializeComponent () (at Assets/NoesisMinimalExampleMainView.xaml.cs:37)
NoesisMinimalExample.NoesisMinimalExampleMainView:.ctor () (at Assets/NoesisMinimalExampleMainView.xaml.cs:24)
(wrapper dynamic-method) object:lambda_method (System.Runtime.CompilerServices.Closure)
Noesis.Extend:CreateInstance (intptr,intptr) (at C:/UnityPackages/NoesisGUI-Unity-3.2.9-Indie/Runtime/API/Core/Extend.cs:5814)
Noesis.GUI:LoadXaml (System.IO.Stream,string) (at C:/UnityPackages/NoesisGUI-Unity-3.2.9-Indie/Runtime/API/Core/NoesisGUI.cs:302)
NoesisXaml:Load () (at C:/UnityPackages/NoesisGUI-Unity-3.2.9-Indie/Runtime/NoesisXaml.cs:17)
NoesisPostprocessor:Update () (at C:/UnityPackages/NoesisGUI-Unity-3.2.9-Indie/Editor/NoesisPostprocessor.cs:125)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

Same happens at runtime.

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-10-08 23:19 Feldruebe New Issue
2025-10-09 13:01 jsantos Assigned To => sfernandez
2025-10-09 13:01 jsantos Status new => assigned
2025-10-09 13:01 jsantos Description Updated
2025-10-10 13:29 jsantos Category Unity3D => Unity
2025-10-17 15:44 jsantos Status assigned => resolved
2025-10-17 15:44 jsantos Resolution open => fixed
2025-10-17 15:44 jsantos Fixed in Version => 3.2.10