What I notice is that when I create or publish content item(s), both ValidatingAsync & ValidatedAsync are not triggered, which is weird from the user perspective, because OC already did validate the fields
Why are these sorts of events called once you call ContentManager.ValidateAsync()? What if I want to intercept the content creation and do some validation?!!
I did a workaround by cancelling the process on publishing if the validation goes wrong
@Piedone @BenedekFarkas, is this by design while you are still managing some Orchard apps?