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 e5a92f2 commit ee699c1Copy full SHA for ee699c1
LightWeight/DataTypeInfo.cs
@@ -38,7 +38,7 @@ public class DataTypeInfo
38
public required bool IsRowVersion { get; init; }
39
40
[JsonIgnore]
41
- public required Dictionary<string, string>? AllProperties { get; init; }
+ public Dictionary<string, string>? AllProperties { get; init; }
42
43
public override string ToString()
44
{
0 commit comments