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
- Host: GitHub
- URL: https://github.com/giantappman/debug-dll-checker
- Owner: GiantappMan
- License: mit
- Created: 2022-03-21T03:47:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T08:19:58.000Z (almost 4 years ago)
- Last Synced: 2024-09-01T03:52:17.875Z (almost 2 years ago)
- Topics: ddc
- Language: C#
- Homepage:
- Size: 1.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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\
```