Skip to content

Enable dictionary for XML comments #99

@kipusoep

Description

@kipusoep

We're using Umbraco's dictionary for property names and descriptions.
Generated Model properties get those dictionary keys as XML comment, for example:

///<summary>
/// #Title - Website - Propertyname: #Title - Website - Propertydescription
///</summary>
[ImplementPropertyType("title")]
public string Title
{
    get { return this.GetPropertyValue<string>("title"); }
}

It would be nice if those comments would use the dictionary to generate nice XML comments.

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