Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidjenni/assmdep
list transient closure of assembly references of a given .NET assembly
https://github.com/davidjenni/assmdep
Last synced: 6 days ago
JSON representation
list transient closure of assembly references of a given .NET assembly
- Host: GitHub
- URL: https://github.com/davidjenni/assmdep
- Owner: davidjenni
- Created: 2013-03-12T18:24:29.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T20:47:07.000Z (about 1 year ago)
- Last Synced: 2024-10-18T05:57:46.503Z (about 1 month ago)
- Language: C#
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enumerate .NET assemblies
List transient closure of assembly references of a given .NET assembly
## Build and test
```bash
dotnet build
dotnet test
```Emits executables for both .NET FullFX (net48) and .NET Core (net6):
```bash
bin\Debug\net48\
bin\Debug\net6.0\
```## Run
```bash
❯ .\bin\Debug\net48\assmDep.exe -h
Description:
Enumerate all link-time defined references of a .NET assemblyUsage:
assmDep [options]Options:
-a, --assembly .NET assembly to have its link references enumerated
-s, --skipSystem Skip system assemblies from enumeration [default: True]
--version Show version information
-?, -h, --help Show help and usage information
```