Closed tom-englert closed 3 months ago
@tom-englert yeah that is a poor implementation on my part. you should not need to hack around it
thoughts on this as a better fix https://github.com/VerifyTests/Verify/pull/1249 ?
This workaround was fine for my simple use case, however #1249 would be more comprehensive.
deploying v26 now
IgnoreParametersForVerified only works on method params, not class params.
This PR adds tests that show a workaround, using a combination of UseTypeName and DisableRequireUniquePrefix, to remove the class params from the output file name.