You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/reference/ATTRIBUTES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@ ObjectFactoryAttribute()
299
299
|`UseForSerialization`|`SerializationFrameworks`|`All`| Which serialization frameworks should use this factory/type |
300
300
|`UseWithEntityFramework`|`bool`|`false`| Enable EF Core integration for this factory |
301
301
|`UseForModelBinding`|`bool` (init-only) |`false`| Enable ASP.NET Core model binding |
302
-
|`HasCorrespondingConstructor`|`bool` (init-only) |`false`| Indicates presence of a single-parameter constructor of type `Type`|
302
+
|`HasCorrespondingConstructor`|`bool` (init-only) |`false`| Indicates presence of a single-parameter constructor of type `Type`. Used **only by EF Core** to bypass validation when loading from DB. **Not allowed on Smart Enums** (TTRESG060)|
0 commit comments