Preamble
Where relevant, ensure you are using the current stable versions on your development stack. For example:
Describe the bug
When I update the Verify.TUnit from version 31.20.0 to a newer version, no target.verified.txt and target.received.txt are generated when I use DiffPlex. If I diasable Verify.DiffPlex the problem doe not occur.
I am usingVerify.DiffPlex 3.3.0.
Everything works fine with Verify.TUnit version 31.20.0
Minimal Repro
<PackageVersion Include="TUnit" Version="1.59.0" />
<PackageVersion Include="Verify.DiffPlex" Version="3.3.0" />
<PackageVersion Include="Verify.TUnit" Version="31.20.0" />
[ModuleInitializer]
public static void Initialize()
{
_verifySettings.UseUniqueDirectory();
if (!VerifyDiffPlex.Initialized)
VerifyDiffPlex.Initialize(VerifyTests.DiffPlex.OutputType.Compact);
Verifier.UseSourceFileRelativeDirectory("Snapshots");
}
Preamble
Where relevant, ensure you are using the current stable versions on your development stack. For example:
Describe the bug
When I update the Verify.TUnit from version 31.20.0 to a newer version, no target.verified.txt and target.received.txt are generated when I use DiffPlex. If I diasable Verify.DiffPlex the problem doe not occur.
I am usingVerify.DiffPlex 3.3.0.
Everything works fine with Verify.TUnit version 31.20.0
Minimal Repro