[Mono-bugs] [Bug 682933] Deserializing XAML causing invalid state transition
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Mar 28 22:44:08 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=682933
https://bugzilla.novell.com/show_bug.cgi?id=682933#c4
Atsushi Enomoto <aenomoto at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|Major |Normal
--- Comment #4 from Atsushi Enomoto <aenomoto at novell.com> 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.
More information about the mono-bugs
mailing list