Skip to content

Conversation

@AntoineDao
Copy link
Member

This PR contains the code generated by the changes in https://github.com/pollination/pollination-server/pull/495

@AntoineDao AntoineDao requested a review from MingboPeng January 5, 2022 17:13
/// </summary>
/// <value>Version of the package.</value>
public const string Version = "0.14.0";
public const string Version = "1.0.0";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version is not generated correctly

/// </summary>
[DataContract(Name = "APIToken")]
public partial class APIToken : OpenAPIGenBaseModel, IEquatable<APIToken>, IValidatableObject
public partial class APIToken : IEquatable<APIToken>, IValidatableObject
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing inherent

AnyOf<Recipe,Plugin> GetPackageJson (string owner, string type, string name, string digest);
/// <param name="baked"> (optional, default to false)</param>
/// <returns>AnyOfRecipePluginBakedRecipe</returns>
AnyOfRecipePluginBakedRecipe GetPackageJson (string owner, string type, string name, string digest, bool? baked = default);
Copy link
Member

@MingboPeng MingboPeng Jan 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to replace AnyOfRecipePluginBakedRecipe to AnyOf<Recipe,Plugin,BakedRecipe>.
This might be a bug in post-gen-script.py

@AntoineDao AntoineDao mentioned this pull request Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants