View Issue Details

IDProjectCategoryView StatusLast Update
0001417NoesisGUIC++ SDKpublic2019-03-18 22:29
Reporterstonstad Assigned Tosfernandez  
PrioritynormalSeverityfeature 
Status assignedResolutionopen 
Summary0001417: Intrinsic Type Compatibility w/ XAML 2009 Spec
Description

End users are unable to use "x:" or other namespaces for intrinsic types. " xmlns:sys="clr-namespace:System;assembly=mscorlib" is required. Not high priority since there is an easy workaround.

Steps To Reproduce
  1. Create XAML with following code:

<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006 ... esentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

<x:Single x:Key="ContentFontSize">13</x:Single>

</ResourceDictionary

  1. Attempt to run/compile.
PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-03-02 21:24 stonstad New Issue
2019-03-18 22:29 sfernandez Assigned To => sfernandez
2019-03-18 22:29 sfernandez Severity minor => feature
2019-03-18 22:29 sfernandez Status new => assigned
2019-03-18 22:29 sfernandez Target Version => 2.3.0