Converts this: public string? PropertyA { get; set; }
public string? PropertyA { get; set; }
To this: /// <summary> /// PropertyA /// </summary> public string? PropertyA { get; set; }
/// <summary> /// PropertyA /// </summary> public string? PropertyA { get; set; }