We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b1da7 commit c88273eCopy full SHA for c88273e
src/CodeGeneration/ApiGenerator/Views/_Descriptors.Generated.cshtml
@@ -24,7 +24,8 @@ namespace Nest
24
var original = common.QueryStringKey;
25
var t = @common.TypeHighLevel;
26
var tSuffix = (t == "bool" || t == "bool?") ? " = true" : "";
27
- <text> public TDescriptor @(common.ClsName)(@common.TypeHighLevel @common.ClsArgumentName@tSuffix) => Qs("@original", @(common.ClsArgumentName));</text>
+ <text> public TDescriptor @(common.ClsName)(@common.TypeHighLevel @common.ClsArgumentName@tSuffix) => Qs("@original", @(common.ClsArgumentName));
28
+ </text>
29
}
30
31
@foreach (CsharpMethod method in Model.CsharpMethodsWithQueryStringInfo)
0 commit comments