Skip to content
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

Add DirectoryHashCalculator #2755

Closed
eoehen opened this issue Apr 6, 2020 · 1 comment · Fixed by #2829
Closed

Add DirectoryHashCalculator #2755

eoehen opened this issue Apr 6, 2020 · 1 comment · Fixed by #2829
Labels
Milestone

Comments

@eoehen
Copy link
Contributor

eoehen commented Apr 6, 2020

Add a DirectoryHashCalculator in Cake.Commen.Security for creating a hash of an given directory?

The usage would be about the same as the FileHashCalculator, just that a DirectoryPath is specified instead of a FilePath. The implementation should return a DirectoryHash instead of a FileHash.

The private GetHashAlgorithm function in FileHashCalculator should be outsourced for common use.

@cake-build-bot
Copy link

🎉 This issue has been resolved in version v1.0.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants