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 8c8eb30 commit a99db00Copy full SHA for a99db00
src/Microsoft.OpenApi/Services/OpenApiWorkspace.cs
@@ -57,7 +57,7 @@ public OpenApiWorkspace(Uri baseUrl)
57
/// </summary>
58
public OpenApiWorkspace()
59
{
60
- BaseUrl = new Uri("file://" + Environment.CurrentDirectory + "\\" );
+ BaseUrl = new Uri("file://" + Environment.CurrentDirectory + $"{Path.DirectorySeparatorChar}" );
61
}
62
63
/// <summary>
0 commit comments