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 f56ad70 commit 39c040aCopy full SHA for 39c040a
src/Microsoft.OpenApi/Validations/Rules/OpenApiDocumentRules.cs
@@ -41,7 +41,7 @@ public static class OpenApiDocumentRules
41
42
JsonNode document;
43
44
- using (var textWriter = new System.IO.StringWriter())
+ using (var textWriter = new System.IO.StringWriter(System.Globalization.CultureInfo.InvariantCulture))
45
{
46
var writer = new OpenApiJsonWriter(textWriter);
47
0 commit comments