Skip to content

Commit 01943b5

Browse files
Copilotcaptainsafia
andcommitted
Fix missing using System directive for StringComparison
Co-authored-by: captainsafia <[email protected]>
1 parent 22760db commit 01943b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OpenApi/gen/XmlCommentGenerator.Parser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4+
using System;
45
using System.Collections.Generic;
56
using System.Globalization;
67
using System.Threading;

0 commit comments

Comments
 (0)