MSGraph-SDK-Code-Generator icon indicating copy to clipboard operation
MSGraph-SDK-Code-Generator copied to clipboard

MethodRequestBuilder.cs.tt - fix warning for missing XML comment

Open MIchaelMainer opened this issue 6 years ago • 0 comments

Parameters named with the name of a c# keyword are prepended with @ to both the parameter name in the cstor and the XML comments. It shouldn't be in the XML comments. This only affects 2 parameters throwing off 4 compile warnings.

Affects WorkbookFunctionsLogRequestBuilder and WorkbookFunctionsRank_AvgRequestBuilder AB#7107

MIchaelMainer avatar Oct 14 '19 21:10 MIchaelMainer