- For example, pull the Demo-Wiki to \Demo-Wiki.
cd src\CheckMarkdownLinks.Console
dotnet build
dotnet run -- -i <path>\Demo-Wiki
output will be similar to:
cd tst\CheckMarkdownLinks.Tests
dotnet test
dotnet tool install CheckMarkdownLinks --version 1.0.1-alpha
- add build.cmd for easy build
- add demo wiki
- additional tests
- Support for additional markdown extension such as *.markdown
- Decent checking of web URL with correct return code.
- Checking of document anchor links
- add verbose flag
- Github action to build and publish package
- False positives happen due to case insensitive
File.Exists
check. Can probable be done with aPInvoke
on FindFirstFileEx