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
@@ -141,11 +133,6 @@ public void AddMetadataSetting(string settingName, object settingValue)
141
133
thrownewArgumentException(string.Format("'{0}' is a reserved name for a metadata setting, and cannot be used as a name.",settingName),nameof(settingName));
142
134
}
143
135
144
-
if(!IsJsonSerializable(settingValue))
145
-
{
146
-
thrownewArgumentException("Metadata setting value must be JSON serializable.",nameof(settingValue));
0 commit comments