We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Non-nullable reference types are validated automatically. But there can be types with properties, that fail when getter is accessed in some scenarios.
public class Model { public string Name => throw new InvalidOperationException(); }
We need to add an option to skip validation of any property.
The text was updated successfully, but these errors were encountered:
luboshl
Successfully merging a pull request may close this issue.
Non-nullable reference types are validated automatically. But there can be types with properties, that fail when getter is accessed in some scenarios.
We need to add an option to skip validation of any property.
The text was updated successfully, but these errors were encountered: