I'm looking at the Solitaire example to learn Avalonia and the above error is throwing me off. Can you add the necessary <Design.PreviewWith> to all the items in the Styles directory? For example, ButtonCard.axaml: <Design.PreviewWith> <Border Padding="20" Background="Gray"> <Button Content="Button" /> </Border> </Design.PreviewWith>