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
Add hasStream property for media entity in YAML, JSON and SWAGGER.
In C# client CodeGen, for media entity type, add HasStream attribute in class definition, for example:
[global::Microsoft.OData.Client.HasStream()]
public partial class Photo : global::Microsoft.OData.Client.BaseEntityType, global::System.ComponentModel.INotifyPropertyChanged
{...}