Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to AddXmlDocumentationTransform to remove newlines in comments #1908

Closed
siegfriedpammer opened this issue Jan 16, 2020 · 0 comments
Labels
C# Decompiler The decompiler engine itself Output Output code formatting; hyperlinks/tooltips on output code
Milestone

Comments

@siegfriedpammer
Copy link
Member

Currently Visual Studio generates the following weird-looking comment out of our multi-line XML comments. For Visual Studio it seems, it would be best to squash the whole comment into a single line.

        //
        // Summary:
        //     /// Gets or sets on premises domain name. ///
        [JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "onPremisesDomainName", Required = Required.Default)]
        public string OnPremisesDomainName
        {
            get;
            set;
        }
@siegfriedpammer siegfriedpammer added Decompiler The decompiler engine itself C# Output Output code formatting; hyperlinks/tooltips on output code labels Jan 16, 2020
@siegfriedpammer siegfriedpammer added this to the v6.0 milestone Jan 16, 2020
siegfriedpammer added a commit to siegfriedpammer/roslyn that referenced this issue Jan 21, 2020
…rmed" XML comments contain superfluous /// markers for every line-break in the original comment.
siegfriedpammer added a commit that referenced this issue Feb 1, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C# Decompiler The decompiler engine itself Output Output code formatting; hyperlinks/tooltips on output code
Projects
None yet
Development

No branches or pull requests

1 participant