{"id":20135575,"url":"https://github.com/ivanpaulovich/cleanarchitecturevscodesnippets","last_synced_at":"2025-07-27T14:38:46.590Z","repository":{"id":41622423,"uuid":"271195390","full_name":"ivanpaulovich/CleanArchitectureVSCodeSnippets","owner":"ivanpaulovich","description":"Clean Architecture C# Snippets for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2023-01-06T04:44:10.000Z","size":1304,"stargazers_count":10,"open_issues_count":9,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T19:39:13.396Z","etag":null,"topics":["clean-architecture","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=ivanpaulovich.clean-architecture-csharp-snippets","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/ivanpaulovich.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-10T06:19:48.000Z","updated_at":"2022-11-13T16:46:22.000Z","dependencies_parsed_at":"2023-02-05T08:32:21.236Z","dependency_job_id":null,"html_url":"https://github.com/ivanpaulovich/CleanArchitectureVSCodeSnippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanpaulovich%2FCleanArchitectureVSCodeSnippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanpaulovich%2FCleanArchitectureVSCodeSnippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanpaulovich%2FCleanArchitectureVSCodeSnippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanpaulovich%2FCleanArchitectureVSCodeSnippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanpaulovich","download_url":"https://codeload.github.com/ivanpaulovich/CleanArchitectureVSCodeSnippets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248077626,"owners_count":21043996,"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":["clean-architecture","vscode-extension"],"created_at":"2024-11-13T21:15:38.072Z","updated_at":"2025-04-09T17:33:13.799Z","avatar_url":"https://github.com/ivanpaulovich.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clean Architecture C# Extension for Visual Studio Code\n\nC# extension to guide you into implementing a software following the Clean Architecture principles. It helps with the project structure, design patterns, dependencies and using frameworks correctly.\n\n## Install\n\nYou can install [Clean Architecture C# Snippets](https://marketplace.visualstudio.com/items?itemName=ivanpaulovich.clean-architecture-csharp-snippets) from the Visual Studio Code Marketplace.\n\n## Index of Features\n  \n* [Domain](#domain)\n  * [New Aggregate Root](#new-aggregate-root)\n  * [New Entity](#new-entity)\n  * [New Value Object](#new-value-object)\n  * [New Domain Service](#new-domain-service)\n  * [New Factory](#new-factory)\n* [Application](#application)\n  * [Add Boundaries](#add-boundaries)\n  * [New Use Case](#new-use-case)\n* [Roadmap](#roadmap)\n\n## Domain\n\nCreate a folder name `Domain` then right click on it for the following options.\n\n![Domain Context Menu](img/domain-context-menu.png)\n\n### New Aggregate Root\n\nType the Aggregate Root name and press `enter`. The following files will be created:\n\n* Aggregate Root abstract class.\n* Aggregate Root interface.\n* Aggregate Root Repository interface.\n\n### New Entity\n\nType the Entity name and press `enter`. The following files will be created:\n\n* Aggregate Root abstract class.\n* Aggregate Root interface.\n\n### New Value Object\n\nType the Value Object name and press `enter`. The following file will be created:\n\n* Value Object struct.\n\n### New Service\n\nType the Domain Service name and press `enter`. The following file will be created:\n\n* Sealed domain service class.\n\n### New Factory\n\nType the Factory name and press `enter`. The following file will be created:\n\n* Factory interface.\n\n## Application\n\nCreate a folder name `Application` then right click on it for the following options.\n\n![Application Context Menu](img/domain-context-menu.png)\n\n### Add Boundaries\n\nThe following files will be created:\n\n* Use Case Interface.\n* Use Case Standard Output Port interface.\n* Use Case Error Output Port interface.\n* Use Case Not Found Output Port interface.\n\n### New Use Case\n\nThe following files will be created:\n\n* Use Case implementation.\n* Use Case boundary.\n\n## Roadmap\n\n* [x] Add initial context menu options.\n* [ ] Link templates to Clean Architecture Manga wiki.\n* [ ] Add fine grained code snippets.\n* [ ] Add more context menu options.\n* [ ] Code analyzers.\n* [ ] Add common dependencies.\n* [ ] Generate solution structure.\n* [ ] Add tools for infrastructure.\n* [ ] Add tools for user interface.\n\n\u003e Features are released quickly. Check out the [Changelog](https://github.com/ivanpaulovich/CleanArchitectureVSCodeSnippets/blob/master/CHANGELOG.md) and give a :star:!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanpaulovich%2Fcleanarchitecturevscodesnippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanpaulovich%2Fcleanarchitecturevscodesnippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanpaulovich%2Fcleanarchitecturevscodesnippets/lists"}