View Issue Details

IDProjectCategoryView StatusLast Update
0001471NoesisGUIC# SDKpublic2025-10-02 00:52
Reporterdarthmaule2 Assigned Tosfernandez  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Product Version2.2.2 
Target Version3.2.9Fixed in Version3.2.9 
Summary0001471: Support XamlReader.Load from Stream
Description

XamlReader:
public static ModuleCatalog CreateFromXaml(Stream xamlStream)
{
// BDM: This is Windows only WPF code.
// We could ask Noesis to implement this in their XamlReader if we want this capability in the future.
throw new NotImplementedException("BDM: Ask Noesis to implement if needed.");
//if (xamlStream == null)
//{
// throw new ArgumentNullException(nameof(xamlStream));
//}
//return XamlReader.Load(xamlStream) as ModuleCatalog;
}

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-05-21 08:40 jsantos New Issue
2019-05-21 08:41 jsantos Reporter jsantos => darthmaule2
2019-05-21 08:41 jsantos Assigned To => sfernandez
2019-05-21 08:41 jsantos Status new => assigned
2019-06-04 10:37 sfernandez Target Version => 2.3.0
2025-08-06 17:21 sfernandez Status assigned => resolved
2025-08-06 17:21 sfernandez Resolution open => fixed
2025-08-06 17:21 sfernandez Fixed in Version => 3.2.9
2025-10-02 00:52 jsantos Target Version => 3.2.9