2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 16 Apr 2010 09:31:50 +0000 (09:31 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 16 Apr 2010 09:31:50 +0000 (09:31 -0000)
commit178841ff1c171ca978fd79d68240b678c99a5a50
treeb5e6450e33b84222ae00b308a15177d8624a0f07
parentbb1afbe6e3faa0c37c72882b1a27eab54415c998
2010-04-16  Atsushi Enomoto  <atsushi@ximian.com>

* XamlXmlReader.cs : Resolve generic type names. Process attribute
  members.
* XamlLanguage.cs : add XamlTypeName-to-ClrType method.
* XmlSchemaContext.cs : extracted special type name handling to above.

* XamlXmlReaderTest.cs : add more detailed read tests, and more
  file-based tests (not working yet).

* Dictionary_Int32_String.xml, Dictionary_String_Type.xml :
  add more test files (not working though).

svn path=/trunk/mcs/; revision=155619
mcs/class/System.Xaml/System.Xaml/ChangeLog
mcs/class/System.Xaml/System.Xaml/XamlLanguage.cs
mcs/class/System.Xaml/System.Xaml/XamlSchemaContext.cs
mcs/class/System.Xaml/System.Xaml/XamlXmlReader.cs
mcs/class/System.Xaml/Test/System.Xaml/ChangeLog
mcs/class/System.Xaml/Test/System.Xaml/XamlXmlReaderTest.cs
mcs/class/System.Xaml/Test/XmlFiles/ChangeLog
mcs/class/System.Xaml/Test/XmlFiles/Dictionary_Int32_String.xml [new file with mode: 0644]
mcs/class/System.Xaml/Test/XmlFiles/Dictionary_String_Type.xml [new file with mode: 0644]