An open API service indexing awesome lists of open source software.

https://github.com/giantappman/debug-dll-checker

a debug dll checker for dotnet
https://github.com/giantappman/debug-dll-checker

ddc

Last synced: about 1 year ago
JSON representation

a debug dll checker for dotnet

Awesome Lists containing this project

README

          

# debug-dll-checker
a debug dll checker for dotnet

# How to use
```
# install
dotnet tool install --global DDC

# upgarde
dotnet tool update --global DDC
```
```
# run in commandline
ddc

# or
ddc -p .\debug\
```