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 4086f91 commit cbdfe29Copy full SHA for cbdfe29
src/Verify/Serialization/Scrubbers/ApplyScrubbers.cs
@@ -13,7 +13,7 @@ static string ReplaceAltDirChar(this string directory) =>
13
14
public static void UseAssembly(string? solutionDir, string projectDir)
15
{
16
- Dictionary<string, string> replacements = new();
+ var replacements = new Dictionary<string, string>();
17
var baseDir = CleanPath(AppDomain.CurrentDomain.BaseDirectory!);
18
var altBaseDir = baseDir.ReplaceAltDirChar();
19
replacements[baseDir + dirSeparator] = "{CurrentDirectory}";
0 commit comments