{"id":51653071,"url":"https://github.com/nguyentuan0307/dotnav","last_synced_at":"2026-07-14T06:00:15.015Z","repository":{"id":371135688,"uuid":"1295511872","full_name":"nguyentuan0307/DotNav","owner":"nguyentuan0307","description":"A productive .NET solution explorer, run configuration manager, Git workspace, and C# formatter for Visual Studio Code.","archived":false,"fork":false,"pushed_at":"2026-07-13T16:20:51.000Z","size":2596,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-07-13T16:22:22.407Z","etag":null,"topics":["csharp","dotnet","git","msbuild","solution-explorer","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=tuna-ex.dotnav","language":"TypeScript","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/nguyentuan0307.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-09T16:02:06.000Z","updated_at":"2026-07-13T16:20:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nguyentuan0307/DotNav","commit_stats":null,"previous_names":["nguyentuan0307/codexproject"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/nguyentuan0307/DotNav","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyentuan0307%2FDotNav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyentuan0307%2FDotNav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyentuan0307%2FDotNav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyentuan0307%2FDotNav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nguyentuan0307","download_url":"https://codeload.github.com/nguyentuan0307/DotNav/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyentuan0307%2FDotNav/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35448565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-14T02:00:06.603Z","response_time":114,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["csharp","dotnet","git","msbuild","solution-explorer","vscode-extension"],"created_at":"2026-07-14T06:00:14.064Z","updated_at":"2026-07-14T06:00:15.006Z","avatar_url":"https://github.com/nguyentuan0307.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DotNav Workspace\n\n[![CI](https://img.shields.io/github/actions/workflow/status/nguyentuan0307/DotNav/ci.yml?branch=master\u0026style=flat-square\u0026label=CI)](https://github.com/nguyentuan0307/DotNav/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE)\n\nDotNav Workspace is the monorepo for two focused Visual Studio Code extensions:\n\n| Extension | Visual Studio Marketplace | Releases | Purpose |\n| --- | --- | --- | --- |\n| [**DotNav: .NET Solution Explorer**](extensions/dotnav/README.md) | [![Install DotNav](https://img.shields.io/badge/Marketplace-Install-007ACC?style=flat-square\u0026logo=visualstudiocode\u0026logoColor=white)](https://marketplace.visualstudio.com/items?itemName=tuna-ex.dotnav) | [Download VSIX](https://github.com/nguyentuan0307/DotNav/releases) | Solution navigation, builds, run configurations, debugging, project operations, and C# formatting |\n| [**GitNav: Git History \u0026 Workflows**](extensions/gitnav/README.md) | [![Install GitNav](https://img.shields.io/badge/Marketplace-Install-007ACC?style=flat-square\u0026logo=visualstudiocode\u0026logoColor=white)](https://marketplace.visualstudio.com/items?itemName=tuna-ex.gitnav-workflows) | [Download VSIX](https://github.com/nguyentuan0307/DotNav/releases) | Git Log, branch and commit workflows, comparisons, line history, and guarded mutations |\n\nInstalling DotNav automatically installs GitNav, so .NET users receive the complete experience. GitNav can also be installed independently in any Git repository without requiring .NET or C#.\n\n## Repository layout\n\n```text\nextensions/\n├── dotnav/    # .NET extension\n└── gitnav/    # standalone Git extension\ndocs/          # engineering and release documentation\n```\n\nEach extension owns its manifest, source, tests, README, changelog, and VSIX packaging configuration. The root npm workspace coordinates builds and tests.\n\n## Development\n\n```console\nnpm install\nnpm test\nnpm run package:all\n```\n\nGenerated VSIX files are written to `dist/`. To work on one extension only:\n\n```console\nnpm run test --workspace dotnav\nnpm run test --workspace extensions/gitnav\n```\n\n## Releases\n\nDotNav and GitNav are versioned independently with Release Please. Tags use component prefixes such as `dotnav-v0.2.0` and `gitnav-v0.1.0`; each GitHub Release receives the matching VSIX automatically.\n\nSee [docs/releasing.md](docs/releasing.md) for the complete release and Marketplace upload flow.\n\n## License\n\nBoth extensions are available under the [MIT License](LICENSE). Third-party attributions are listed in [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnguyentuan0307%2Fdotnav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnguyentuan0307%2Fdotnav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnguyentuan0307%2Fdotnav/lists"}