Verify
Verify copied to clipboard
Verify is a snapshot tool that simplifies the assertion of complex data models and documents.
I have an array property of a base type that is populated with several different Concrete Types ``` public class Query { public Filter[] Filters { get; set; } ;...
#### Is the feature request related to a problem It's useful to be able to use Verify text that has a structure and syntax, and there is already good support...
#### Is the feature request related to a problem Somewhere between v17.2.1 and 17.4.2 an issue with a circular reference arose. The object graph I have is made up of...
#### Is the feature request related to a problem I have code in my API that looks basically like this ``` var entity = new Entity { Created = DateTime.UtcNow...
#### Is the feature request related to a problem Trying to run tests through MAUI on device in https://github.com/getsentry/sentry-dotnet/pull/1703 - usage of Verify fails with https://github.com/VerifyTests/Verify/blob/78880d64e5469dcf6ec537ba53d51e63ed047ab7/src/Verify/Naming/Namer.cs#L130 #### Describe the solution...
## Description Verify throws `System.ArgumentNullException : Value cannot be null. (Parameter 'directory')` when trying to run tests in Visual Studio on Windows using remote test environment targeting `Ubuntu-20.04` via WSL2....
``` Test.cs ```
When Verify generates its "received" files, it always creates a BOM at the top of the file, and it never adds a newline at the end. These both show with...
Resolves #1140 Haven't added documentation yet, awaiting approval on the API. Right now this only allows granularity on the type level; if relevant we could add the other levels of...