Skip to content

Check that property and constructor parameter docs are in sync. #73

Open
@JohanLarsson

Description

public class Foo
{
    /// <summary>
    /// Initializes a new instance of the <see cref="Foo"/> class.
    /// </summary>
    /// <param name="bar">The lorem ipsum.</param>
    public Foo(int bar)
    {
        this.Bar= bar;
    }

    /// <summary>
    /// Gets the lorem ipsum.
    /// </summary>
    public int Bar { get; }
}

There are also code gen opportunities when one is missing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions