- Notifications
You must be signed in to change notification settings - Fork2
fluffynuts/dotnet-utils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple batch script inspired by an answer onStackOverflowto enable or disable Fusion logging so you can get to the bottom of pesky assembly errors
bin/toggle-fusion.cmd
Because
- I've read elsewhere that I needed only one of these flags (didn't work)
- I'm not going to remember all these flags
- I wasn't aware (before) that I would need to restart processes
- run with
--help
to see options - run with no arguments for interactive mode
Yes, I know, but I wanted minimal dependencies
A command-line utility to list the dependencies of one or more assemblies. This codehas been hanging around in dropbox for ages -- it's time it was set free.
Because sometimes it's useful to have a little util to tell you an assemblydependency chain. I've found myself looking for this over and over, and finallyfound it again. So here it is.
a net472-capable binary can be found at:
bin/asmdeps.exe
source is in theasmdeps
folder. You can build a new win32 executable withdotnet publish asmdeps/asmdeps.csproj
. This hasn't been tested on netcore,but I guess it would work for netcore stuff?
asmdeps.exe some.assembly.dll another.assembly.dll ...
probably -- but it's functional
This is done on purpose to make built artifacts single-binary. Deal.
About
Some utils for .net
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.