#35 - Added support for encrypted assertions.#83
#35 - Added support for encrypted assertions.#83Havagan wants to merge 2 commits intojitbit:masterfrom
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? |
|
@Havagan @alex-jitbit Any chance that this PR will still be merged? Seems encrypted assertions are used more often nowadays. |


