design time data Shipped
What this lens looks for
Use d:DataContext and d:DesignInstance for XAML designer preview data; use XAML Hot Reload for live iteration during development; keep design-time data classes lightweight and separate from production code
What its verifier checks
XAML views have d:DataContext or d:DesignInstance set; designer preview shows representative data; no production logic in design-time data classes