The following little program produces a “Sequence contains no elements” error: (kept running into this while trying to create a theme, this is a minimized example case)
<App>
<Text ux:Class="MyText"/>
<Fuse.Theme>
<MyText TextColor="#00f"/>
</Fuse.Theme>
</App>