Merge branch 'cecil-light'
[mono.git] / mcs / class / System.Xaml / Test / System.Xaml / XamlObjectReaderTest.cs
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-17 Atsushi EnoAvoid examining converted type after using TypeConverte...
2010-11-12 Atsushi EnoFix XamlMember comparison and get relevant tests working.
2010-11-12 Atsushi EnoActually XamlXmlReader was already working for Property...
2010-11-12 Atsushi EnoAdd new ValueSerializerContext and use it everywhere...
2010-11-09 Atsushi EnoAdd and/or altered a bunch of XamlXmlReader tests based...
2010-11-09 Atsushi EnoMaking XamlObjectReader tests for common basis to XamlX...
2010-11-08 Atsushi EnoFixed member order in Dictionary key and item in XamlOb...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 U-monkeytimeline2... A few refactoring for new XamlXmlWriter. Add tests...
2010-10-29 Atsushi EnoMake it strict to apply PositionalParameters to limit...
2010-10-29 Atsushi EnoMore compliant ordering of GetAllMembers() results...
2010-10-28 Atsushi EnoIntroduce new XamlObjectReader implementation.
2010-10-28 Atsushi EnoCollected tested types into a new file.
2010-10-28 Atsushi EnoAdd empty List<int> case.
2010-10-28 Atsushi EnoAdd more object reader tests with corner cases.
2010-10-28 Atsushi EnoAdd another couple of MarkupExtension related tests.
2010-10-28 Atsushi EnoAdd more complicated PositionalParameters test (which...
2010-10-27 Atsushi EnoSome internal refactoring for new XamlObjectReader...
2010-10-26 Atsushi EnoXamlLanguage.Items is not correctly supported in XamlOb...
2010-10-26 Atsushi EnoAdd Dictionary related tests.
2010-10-25 Atsushi EnoImprove namespace collector implementation to prepare...
2010-10-25 Atsushi EnoAdd PositionalParameters tests (NotWorking).
2010-10-19 Atsushi EnoAdd complicated dictionary state and support dictionary...
2010-10-19 Atsushi EnoAdd Dictionary reader test and made some fixes towards it.
2010-10-18 Atsushi EnoStaticExtension also puts PositionalParameters (not...
2010-10-18 Atsushi EnoEnable working test (that was blocked just by XmlDocume...
2010-10-18 Atsushi EnoSeveral fixes for types that include static members.
2010-10-18 Atsushi EnoTake TypeConverter into consideration in XamlObjectReader.
2010-10-16 Atsushi Enoenable one more test.
2010-10-16 Atsushi EnoFor empty collection, do not put meaningless Items...
2010-10-16 Atsushi EnoWrite null value as NullExtension regardless of its...
2010-10-15 Atsushi EnoDifferentiate Instance property and internal object...
2010-10-15 Atsushi EnoSupport ArrayExtension Items and GetObject node in...
2010-10-09 Atsushi EnoAdd couple of (not-working) object reader testcases...
2010-10-04 Marek HabersackMerge branch 'bugfix'
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-04 Atsushi EnoGet constructor arguments (x:Arguments) working on...
2010-06-30 Marek SafarFixed.
2010-06-29 Raja R HarinathUse a slightly more portable way to resolve the Categor...
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-26 Atsushi Eno2010-04-26 Atsushi Enomoto <atsushi@ximian.com>
2010-04-26 Atsushi Eno2010-04-26 Atsushi Enomoto <atsushi@ximian.com>
2010-04-22 Atsushi Eno2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
2010-04-22 Atsushi Eno2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
2010-04-20 Atsushi Eno2010-04-20 Atsushi Enomoto <atsushi@ximian.com>
2010-04-18 Atsushi Eno2010-04-18 Atsushi Enomoto <atsushi@ximian.com>
2010-04-18 Atsushi Eno2010-04-18 Atsushi Enomoto <atsushi@ximian.com>
2010-04-18 Atsushi Eno2010-04-18 Atsushi Enomoto <atsushi@ximian.com>
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-04-15 Atsushi Eno2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
2010-04-14 Atsushi Eno2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
2010-04-12 Marek SafarNew tests.
2010-04-11 Atsushi EnoXamlObjectReader implementation.