We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219a288 commit 9f71f32Copy full SHA for 9f71f32
tools/Custom/ModelExtensions.cs
@@ -64,7 +64,7 @@ private static bool IsUnready(object model, PropertyInfo prop, MethodInfo isProp
64
if (!isSet) return false; // not marked as set, skip
65
66
object value = prop.GetValue(model);
67
-
+
68
if (value == null)
69
return failOnExplicitNulls; // null is OK in relaxed mode, fail in strict
70
0 commit comments