Closed onionhammer closed 8 years ago
Regarding Multiline comments. Two small fixes are missing from ..\WebApiProxy\WebApiProxy.Tasks\Templates\CSharpProxyTemplate.tt Line 259 and line 271 need to use the ToSumary method as well: /// <#= method.Description.ToSummary() #>
@BruceRicker please submit a PR
@onionhammer has this been resolved?
I believe it was in my PR, but I will retest (and close if so)
Yes, it's at least fixed in the dev branch
https://github.com/faniereynders/WebApiProxy/commit/9999c0e694a5f6b8eae3dac3bfbda08d430275ae
The second line in the summary comment is not commented, thus creating a compile-time error.