-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition changes to enable Verify.Cli app #888
Conversation
Coming back to this, as https://github.com/flcdrg/Verify.Cli/ is just wanting to compare a file, it doesn't have the extra type stuff that the existing constructor requires (and trying to fake it gets messy). This change, or something like it should enable file verification by being able to reference to the Verify nupkg |
85ab34e
to
6ca5938
Compare
Hmm.. that change to ApplyScrubbers is breaking tests. I've got something wrong there. |
44f6058
to
1696076
Compare
I think this is ready to review. Mac build had some kind of hiccup and needs to be re-queued. |
9b8ad0d
to
7ab3f40
Compare
Test is failing.. trying to figure out why. I can't help but notice that there's two dots in the deleted output - that seems suspicious.
|
- Add simple constructor to InnerVerifier for just comparing files - Ensure replacements field is valid even if we haven't called UseAssembly
Assists with #716