{"id":15598390,"url":"https://github.com/fluffynuts/dotnet-utils","last_synced_at":"2025-09-13T19:32:31.872Z","repository":{"id":38449112,"uuid":"191751370","full_name":"fluffynuts/dotnet-utils","owner":"fluffynuts","description":"Some utils for .net","archived":false,"fork":false,"pushed_at":"2024-07-19T11:12:18.000Z","size":41875,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-30T15:11:48.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluffynuts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-13T11:37:37.000Z","updated_at":"2024-06-13T10:09:31.000Z","dependencies_parsed_at":"2024-10-28T15:28:10.579Z","dependency_job_id":"ce7802e6-5eb0-41d5-b9cb-c7fa90b844de","html_url":"https://github.com/fluffynuts/dotnet-utils","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fdotnet-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fdotnet-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fdotnet-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fdotnet-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluffynuts","download_url":"https://codeload.github.com/fluffynuts/dotnet-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232905698,"owners_count":18594795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T01:39:00.523Z","updated_at":"2025-01-07T16:43:43.865Z","avatar_url":"https://github.com/fluffynuts.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotnet utils\n\n## toggle-fusion\n\n### what?\n\nA simple batch script inspired by an answer on [StackOverflow](https://stackoverflow.com/questions/255669/how-to-enable-assembly-bind-failure-logging-fusion-in-net#answer-1527249)\nto enable or disable Fusion logging so you can get to the bottom of pesky assembly errors\n\n### where?\n`bin/toggle-fusion.cmd`\n\n### why?\n\nBecause\n- I've read elsewhere that I needed only one of these flags (didn't work)\n- I'm not going to remember all these flags\n- I wasn't aware (before) that I would need to restart processes\n\n### usage\n- run with `--help` to see options\n- run with no arguments for interactive mode\n\n### batch scripts... ew!\nYes, I know, but I wanted minimal dependencies\n\n\n## asmdeps\n\n### what?\n\nA command-line utility to list the dependencies of one or more assemblies. This code\nhas been hanging around in dropbox for ages -- it's time it was set free.\n\n\n### why?\nBecause sometimes it's useful to have a little util to tell you an assembly\ndependency chain. I've found myself looking for this over and over, and finally\nfound it again. So here it is.\n\n### where?\na net472-capable binary can be found at:\n```\nbin/asmdeps.exe\n```\nsource is in the `asmdeps` folder. You can build a new win32 executable with\n`dotnet publish asmdeps/asmdeps.csproj`. This hasn't been tested on netcore,\nbut I guess it would work for netcore stuff?\n\n### usage\n`asmdeps.exe some.assembly.dll another.assembly.dll ...`\n\n### code is ew\nprobably -- but it's functional\n\n### I want to build, but zomg submodules\nThis is done on purpose to make built artifacts single-binary. Deal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffynuts%2Fdotnet-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluffynuts%2Fdotnet-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffynuts%2Fdotnet-utils/lists"}