Skip to content

[BugBash] Support media entity. #134

@v-fenguo

Description

@v-fenguo
  1. Add hasStream property for media entity in YAML, JSON and SWAGGER.
  2. 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
    {...}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions