Git hooks made easy with Husky.Net internal task runner! 🐶 It brings the dev-dependency concept to the .NET world!
$ dotnet add package Husky

Husky improves your commits and more 🐶 woof!
Run linters against staged git files and don't let 💩 slip into your code base!
These two quotes from husky and lint-staged JS tools inspired me to create Husky.Net for dotnet developers. it provides a simple native way to do both also has a lot of other cool features. You can use it to lint your commit messages, run tests, lint/format code, etc... when you commit or push. 🚀🚀
Feel free to send me a pull request!
Check out the Contribution Page
This tool inspired of husky & lint-staged and a few other tools, for DotNet, so make sure to support them too!
I'd also like to thank kaylumah for his article that gave me the csharp scripting support idea.