I’ve switched to sub view models that accept null and bound them to my sections. I get warnings of possible null value in markup in many places. I suspect this is because nullable context is enabled at the project level (it was convenient to leave it like that).
Do you have any suggestions for getting rid of this?
PS:
Disabling it at the top of the .cs view model file of the MarkupControl does not resolve this.