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
v =>JsonSerializer.Serialize(v,(JsonSerializerOptions)null),
24
-
v =>string.IsNullOrWhiteSpace(v)?null:newObservableCollection<IFormElementRecord>(JsonSerializer.Deserialize<List<IFormElementRecord>>(v,(JsonSerializerOptions)null)));
35
+
v =>string.IsNullOrWhiteSpace(v)?null:newObservableCollection<IFormElementRecord>(JsonSerializer.Deserialize<List<IFormElementRecord>>(v,(JsonSerializerOptions)null)))
/// A unique identifier string assigned by the client developer or software publisher used by registration endpoints to identify the client software to be dynamically registered.
0 commit comments