-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move validating conventions to the model validator #15659
Conversation
0c659d4
to
426fb00
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AndriySvyryd General question. Currently model validation runs on |
@ajcvickers It runs on |
Strictly speaking we should introduce another readonly interface that provides access to all information from a mutable model, but I think that's overkill. |
@AndriySvyryd Sounds good |
426fb00
to
ada2dc6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ada2dc6
to
47a75b7
Compare
Issue #4016 Also make sure validation logging is sent to the validation category, which means that `DiagnosticsLoggers` can be removed. There are some convention that do work and can throw exceptions. These have not been moved.
47a75b7
to
09cc32a
Compare
Issue #4016
Also make sure validation logging is sent to the validation category, which means that
DiagnosticsLoggers
can be removed.There are some convention that do work and can throw exceptions. These have not been moved.