ValidationScope is used to collect all errors of input and coordinate validation logic across independent APIs. It's thread safe. It implements the interface IDisposable that you can initialize a scope by _using_ block. And in a block, you can add errors into a validation context if there are. The b ...
Go to the complete details ...