1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C#906 forks (906 forks)batch import
buggood first issue
Repository metrics
- Stars
- 15,019 stars (15,019 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Since .net 5, designData data binding is not working anymore: d:DataContext={d:DesignData /DesignTime/SampleViewData.xaml}
A way must be found to have design data in visual studio in order to better iterate on visual design.
A very interesting article on this topic: https://badecho.com/index.php/2021/07/26/usable-design-time-data/
Microsoft documentation:
Contributor guide
- Research direction
- Research how to implement design time data binding in WPF/.NET applications. Study the provided Microsoft documentation and blog post. Look at existing templates or solutions like the one in the article. Experiment with creating a sample XAML file and setting the d:DataContext property. Consider if a custom design time view model is needed.
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Feature
- Prerequisites
- None