Skip to content

Commit febc112

Browse files
committed
Removed unnecessary file
1 parent 9d95269 commit febc112

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tools/OpenApiInfoGenerator/OpenApiInfoGenerator/GenerateErrorAndInfoFile.ps1

Lines changed: 0 additions & 1 deletion
This file was deleted.

tools/OpenApiInfoGenerator/OpenApiInfoGenerator/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private static void CompareOpenApiInfo(string version, IList<Model> openApiInfoM
9999
}
100100
if (originalPathDetails.MethodInfo != null && originalPathDetails.MethodInfo.Parameters != null && originalPathDetails.MethodInfo.Parameters.Count > methodInfo.Parameters.Count)
101101
{
102-
openApiErrors.Add($"{fileName},{apiPath}, {method},Parameter Count: {methodInfo.Parameters.Count}, Parameter Count: {originalPathDetails.MethodInfo.Parameters.Count}");
102+
openApiErrors.Add($"{fileName},{apiPath}, {method},Parameter Count: {originalPathDetails.MethodInfo.Parameters.Count},Parameter Count: {methodInfo.Parameters.Count}");
103103
}
104104

105105
if (originalPathDetails.MethodInfo != null && originalPathDetails.MethodInfo.OperationId != methodInfo.OperationId)

0 commit comments

Comments
 (0)