Kamil Sikorski
Kamil Sikorski
Hi all, One more item I wanted to raise. We use `OpenType` additional data extensively. We have cases where we attach complex types (mostly `Identity`, `IdentitySet`) in additional data. Today...
Annotation: ```xml ``` Expected code comment: ```cs /// /// Gets or sets the list of for this application. /// [JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "calls", Required = Newtonsoft.Json.Required.Default)] public ICloudCommunicationsCallsCollectionPage...
Added class documentation generation of `ComplexType` and `EntityType`.