Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Some utils for .net

License

NotificationsYou must be signed in to change notification settings

fluffynuts/dotnet-utils

Repository files navigation

toggle-fusion

what?

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

where?

bin/toggle-fusion.cmd

why?

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

usage

  • run with--help to see options
  • run with no arguments for interactive mode

batch scripts... ew!

Yes, I know, but I wanted minimal dependencies

asmdeps

what?

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.

why?

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.

where?

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?

usage

asmdeps.exe some.assembly.dll another.assembly.dll ...

code is ew

probably -- but it's functional

I want to build, but zomg submodules

This is done on purpose to make built artifacts single-binary. Deal.

About

Some utils for .net

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp