-
Notifications
You must be signed in to change notification settings - Fork 118
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
#35 - Added support for encrypted assertions. #83
base: master
Are you sure you want to change the base?
Conversation
Havagan
commented
Aug 26, 2023
- Added support for encrypted assertions.
- Added Shouldly for unit test assertions.
Thanks! Would you mind switching spaces to tabs? Makes it really hard to diff-review. PS. I like Shoudly, also switching to |
…ows file encoding. jitbit#35 - Added support for encrypted assertions.
How do you want to handle these whitespace differences? I confirmed that I use tabs and not spaces, but there were differences in file encoding and line endings.
To fix this, I added an editorconfig and set those values to match yours.
After those changes, there still was a lot of whitespace differences on compare and I think it's due to inconsistent line endings. The editor config is now forcing LF but the original .cs files have a mix of LF and CRLF. |
no worries, I'll take it form here and modify your branch accordingly before merging (hope you have "allowed changes form maintainers" settings enabled for the PR :)) |
Hello, this pull request could be very useful, for a project I am working on, and I could test it. |
Hi @Havagan, can you please provide an example on how to handle the Encrypted Assertions? |