-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
C#DecompilerThe decompiler engine itselfThe decompiler engine itselfOutputOutput code formatting; hyperlinks/tooltips on output codeOutput code formatting; hyperlinks/tooltips on output code
Milestone
Description
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;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C#DecompilerThe decompiler engine itselfThe decompiler engine itselfOutputOutput code formatting; hyperlinks/tooltips on output codeOutput code formatting; hyperlinks/tooltips on output code