We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7690137 commit 8e80171Copy full SHA for 8e80171
src/Verify/VerifierSettings_TargetAssembly.cs
@@ -41,7 +41,6 @@ public static void AssignTargetAssembly(Assembly assembly)
41
return;
42
}
43
44
- VerifierSettings.assembly = assembly;
45
Namer.UseAssembly(assembly);
46
IoHelpers.MapPathsForCallingAssembly(assembly);
47
ProjectDir = AttributeReader.GetProjectDirectory(assembly);
@@ -54,6 +53,7 @@ public static void AssignTargetAssembly(Assembly assembly)
54
53
55
SolutionDir = solutionDir;
56
ApplyScrubbers.UseAssembly(solutionDir, ProjectDir);
+ VerifierSettings.assembly = assembly;
57
58
59
0 commit comments