Make MarkupExtension an interface
Open
API suggestion
Enhancement Requested
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
I believe that making MarkupExtension an interface enables developers to work with (Static/Dynamic)Resources more flexibly. In my case it has hurt the creation of ResourceDictionaries with simple types like Double (e.g. font sizes or the like) or fonts in general.
The implementation of the class is already really close to that of an interface so it should not be too much work to make the change.
Example:
```
```
Contributor guide
Assessment
This issue has not been assessed yet.