-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix: Workaround the missing example executables on Linux and MacOS, for now. #118
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* #85 refactoring * Fix naming conventions for extenions
* #87 convert cli app to unittest * remove cli and issue template
* BC: WIP: created AES/RSA example projects. * BC: WIP: Unit tests successfully running example programs and forcing failure (test/code not complete). * BC: WIP: AES and RSA examples and unit tests completed. * BC: WIP... * BC: WIP... * Fixed merge conflicts. * Fix: Conditionally exclude X509 cert tests when user not Maytham. * Fix: Add missing SlickEdit file extensions to .ignore file. * Fix: Add missing resources back into CryptoNet.UnitTests.csproj. --------- Co-authored-by: Joseph W Donahue <joseph@sharperhacksllc.com>
* #86 remove unused code * #86 adding unittest for DirectoryExensionTests * #86 imporve check content * #86 rename test class to share project and test check content * #86 adding coverlet msbuild for code coverage test * #86 gitingore encrypt file from test * #86 test UniqueKeyGenerator * #86 add exception to UniqueKeyGenerator * #86 fix test * #86 tmp allow test to check if it works * #86 update editor config with 2 space for csproj * #86 space intent * #86 remove unnec tags from AES example csproj * #86 temp ignore example test to check all tests for other os * #86 remove old and dead cli from docker test * #86 remove not wanted test * #86 update text messge for ignore,
…tions and diagnostic output.
BC: Added example tests back into the mix, with some additional asser…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix: Workaround the missing example executables on Linux and MacOS, for now.