We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5921d2 + 3e97807 commit db1d8e4Copy full SHA for db1d8e4
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