https://bugzilla.novell.com/show_bug.cgi?id=682933
https://bugzilla.novell.com/show_bug.cgi?id=682933#c4 Atsushi Enomoto <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal --- Comment #4 from Atsushi Enomoto <[email protected]> 2011-03-29 02:44:05 UTC --- I could trim down the repro xml to: <ApplicationResources xmlns="http://www.domain.com/path" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:contentsource="clr-namespace:OtherAssembly;assembly=OtherAssembly"> <CategorySet x:Key="DefaultSet"> <CategorySlice SliceName="News"> <Set PageNumber="0" IsDefault="true"> <Info Type="{x:Type YContentSource}" /> </Set> </CategorySlice> </CategorySet> <CategorySet x:Key="SplitAdSet"> </CategorySet> </ApplicationResources> So far I have doubts on MarkupExtension handling (around "{x:Type YContentSource}"). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
