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
thrownewInvalidOperationException($"Could not resolve these content types for the Inner Content property with key: {innerContentItem.Key}, and name: {innerContentItem.Name}");
154
158
155
-
156
159
varmocks=newDictionary<IContentType,IContent>();
157
160
158
161
// note
@@ -243,7 +246,7 @@ public class InnerContentValue
243
246
[JsonProperty("icContentTypeAlias")]
244
247
publicstringIcContentTypeAlias{get;set;}
245
248
[JsonProperty("icContentTypeGuid")]
246
-
publicGuidIcContentTypeGuid{get;set;}
249
+
publicGuid?IcContentTypeGuid{get;set;}
247
250
248
251
/// <summary>
249
252
/// The remaining properties will be serialized to a dictionary
0 commit comments