{"id":42502561,"url":"https://github.com/r3c/nbrowse","last_synced_at":"2026-01-28T13:31:00.905Z","repository":{"id":35156998,"uuid":"153362430","full_name":"r3c/nbrowse","owner":"r3c","description":"Playing with Roslyn's CSharpScript API to browse .NET assemblies","archived":false,"fork":false,"pushed_at":"2026-01-01T13:59:09.000Z","size":329,"stargazers_count":7,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-04T21:47:26.866Z","etag":null,"topics":["code-analysis","disassembler","disassembly","dotnet","ndepend","net-assemblies"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r3c.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-10-16T22:28:21.000Z","updated_at":"2025-12-02T11:29:21.000Z","dependencies_parsed_at":"2023-12-10T22:24:33.595Z","dependency_job_id":"afad89c0-c100-4fc8-b66a-d8281f792cdb","html_url":"https://github.com/r3c/nbrowse","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/r3c/nbrowse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r3c%2Fnbrowse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r3c%2Fnbrowse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r3c%2Fnbrowse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r3c%2Fnbrowse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r3c","download_url":"https://codeload.github.com/r3c/nbrowse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r3c%2Fnbrowse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["code-analysis","disassembler","disassembly","dotnet","ndepend","net-assemblies"],"created_at":"2026-01-28T13:31:00.154Z","updated_at":"2026-01-28T13:31:00.900Z","avatar_url":"https://github.com/r3c.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NBrowse: .NET assembly query utility\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/r3c/nbrowse/verify.yml?branch=master)](https://github.com/r3c/nbrowse/actions/workflows/verify.yml)\n[![License](https://img.shields.io/github/license/r3c/nbrowse.svg)](https://opensource.org/licenses/MIT)\n\n## Overview\n\nNBrowse is a command-line utility to browse and execute search queries in .NET\ncompiled assemblies. It exposes loaded assemblies through a standard set of\ntraversable entities (e.g. \"assembly\", \"project\", \"type\", \"method\", etc.) and\nrunning C# statements to query anything you want to retrieve from them.\n\nYou can think of it as a stripped down [NDepend](https://www.ndepend.com/)\nequivalent with no graphical interface.\n\nThis example will search in assembly `NBrowse.dll` for every type that\nimplements interface `IPrinter` and print them to standard output:\n\n    $ dotnet NBrowse.CLI.dll '\n        project // From current project\n            .Assemblies // ...pick all loaded assemblies\n            .SelectMany(a =\u003e a.Types) // ...find their declared types\n            .Where(t =\u003e // ...keep those implementing interface `IPrinter`\n                t.Interfaces.Any(i =\u003e i.Name == \"IPrinter\"))' NBrowse.dll\n\n## Usage\n\nDownload latest [release](https://github.com/r3c/nbrowse/releases) from GitHub\nor checkout code and build using your preferred\n[.NET](https://dotnet.microsoft.com/download) SDK.\n\nOnce you have a NBrowse.CLI executable file, run it with `-h` command line\nargument to display help.\n\n    $ dotnet NBrowse.CLI -h\n\n## Resource\n\n- Contact: v.github.com+nbrowse [at] mirari [dot] fr\n- License: [license.md](license.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3c%2Fnbrowse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr3c%2Fnbrowse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3c%2Fnbrowse/lists"}