Verify
Verify copied to clipboard
Verify is a snapshot tool that simplifies the assertion of complex data models and documents.
Addresses code review feedback on #1648 - the `ReplaceAll` method's XML documentation was missing the `maxLength` parameter. ### Changes - Added `` documentation tag to `CrossChunkMatcher.ReplaceAll` method ```csharp /// The...
Addresses review feedback from #1648 to add missing XML documentation for the `maxLength` parameter. - Added `` tag to the `ReplaceAll` method documentation ```csharp /// The StringBuilder to search and...
Reduces duplication between `GuidScrubber.cs` and `DirectoryReplacements_StringBuilder.cs` by extracting the common `Match` struct and match application logic. ### Changes - **New `StringBuilderChunkMatcher.cs`**: Contains shared `Match` struct and `ApplyMatches` method - **Updated...
#### Describe the bug Scrubbing of the current directory no longer works if the path is inside an ANSI sequence. I have located the regression to first occur in Verify.NUnit...
#### Is the feature request related to a problem When automated pull requests from dependabot or Renovate come into repositories for Verify's NuGet packages, there are no signals to the...