We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630757d commit 3e97807Copy full SHA for 3e97807
src/DelegateDecompiler.EntityFramework.Tests/Helpers/ClassLog.cs
@@ -32,7 +32,7 @@ public IEnumerable<MethodLog> ValidMethodLogs
32
33
public string TestNameAsMarkupLinkRelativeToDocumentationDir
34
{
35
- get { return string.Format("[{0}]({1})", TestDescription, "../" + FileUrlFragment); }
+ get { return $"[{TestDescription}]({Path.Combine("..", FileUrlFragment).Replace("\\", "/")})"; }
36
}
37
38
/// <summary>
0 commit comments