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 cd8d13b commit a22ac92Copy full SHA for a22ac92
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