So I'm messing around a bit with Caliburn.Micro, and suddenly I notice something interesting.
I have a ViewModel property called Maximum of type int, auto bound with CM via the naming convention, to a TextBox.
When I enter something that is not and integer, i.e. a character, the textbox' border turns red, and the setter of the property is not called.
Is this an auto-feature of CM?