Make Screen abstract by MrJul · Pull Request #20529 · AvaloniaUI/Avalonia (original) (raw)
What does the pull request do?
This PR makes Screen abstract and removes its public constructor, as per the TODO12 comments.
Note that the constructor was only a vestige kept for API compatibility: as far as users were concerned, instantiating a Screen wasn't really doing anything useful.