Remove Tizen by MrJul · Pull Request #19722 · AvaloniaUI/Avalonia (original) (raw)
@rabbitism it is expected to use PrivateApi from the inside of custom backend implementation. Which also means such backends has to be in-sync with minor releases in case of private-api breaking changes.
We cannot provide stable API for the windowing/rendering backends, even though it was relatively stable during 11.x.
But if Tizen uses internal APIs (not Private APIs), then it's a bigger problem. With some exceptions like helpers, it should not rely on base assembly internals.