{"id":29406358,"url":"https://github.com/r8vnhill/echo-app-csharp","last_synced_at":"2026-05-05T17:32:49.320Z","repository":{"id":303306603,"uuid":"1013348657","full_name":"r8vnhill/echo-app-csharp","owner":"r8vnhill","description":"A minimal and idiomatic C# CLI project to explore MSBuild, .NET CLI, and modular solution design. Created as part of the DIBS course on reusable software libraries.","archived":false,"fork":false,"pushed_at":"2025-07-06T22:27:57.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-06T23:28:45.662Z","etag":null,"topics":["console-app","csharp","dibs-course","dotnet","dotnet-cli","educational","example-project","modular-design","msbuild","software-design","teaching"],"latest_commit_sha":null,"homepage":"https://dibs.ravenhill.cl","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r8vnhill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2025-07-03T18:45:26.000Z","updated_at":"2025-07-06T22:33:58.000Z","dependencies_parsed_at":"2025-07-06T23:28:58.824Z","dependency_job_id":"fe7fc550-a174-4ddb-97a3-69182d8ef2c8","html_url":"https://github.com/r8vnhill/echo-app-csharp","commit_stats":null,"previous_names":["r8vnhill/echo-app-csharp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/r8vnhill/echo-app-csharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fecho-app-csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fecho-app-csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fecho-app-csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fecho-app-csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r8vnhill","download_url":"https://codeload.github.com/r8vnhill/echo-app-csharp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fecho-app-csharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32660304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["console-app","csharp","dibs-course","dotnet","dotnet-cli","educational","example-project","modular-design","msbuild","software-design","teaching"],"created_at":"2025-07-10T23:20:04.930Z","updated_at":"2026-05-05T17:32:49.287Z","avatar_url":"https://github.com/r8vnhill.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# echo-app-csharp: A simple C# CLI to understand MSBuild and the .NET ecosystem\n\n[![License: BSD-2-Clause](https://img.shields.io/badge/License-BSD%202--Clause-blue.svg)](./LICENSE)\n[![C#](https://img.shields.io/badge/language-C%23-blue.svg)](https://learn.microsoft.com/dotnet/csharp/)\n[![Educational](https://img.shields.io/badge/purpose-educational-yellow)](https://dibs.ravenhill.cl)\n[![Status](https://img.shields.io/badge/status-stable-brightgreen)]()\n[![DIBS Site](https://img.shields.io/badge/website-dibs.ravenhill.cl-purple)](https://dibs.ravenhill.cl)\n\nA minimal command-line application written in **C#**, designed to introduce **MSBuild** and the **.NET CLI** through a\nclean, idiomatic, and reproducible example. This project accompanies lessons from\nthe [DIBS course](https://dibs.ravenhill.cl), focused on building well-structured and maintainable software libraries.\n\n\u003e [!note]\n\u003e The course is taught in Spanish, but **all repository content is in English** to ensure accessibility and broader\n\u003e adoption.\n\n## 📖 Table of Contents\n\n- [echo-app-csharp: A simple C# CLI to understand MSBuild and the .NET ecosystem](#echo-app-csharp-a-simple-c-cli-to-understand-msbuild-and-the-net-ecosystem)\n  - [📖 Table of Contents](#-table-of-contents)\n  - [🎓 Lessons](#-lessons)\n  - [🔍 Overview](#-overview)\n  - [📝 Getting Started](#-getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Clone \\\u0026 Compile](#clone--compile)\n  - [🤝 Contributing](#-contributing)\n    - [How to Contribute](#how-to-contribute)\n  - [🛡️ License](#️-license)\n  - [🌐 DIBS Website](#-dibs-website)\n\n## 🎓 Lessons\n\nThis repository is part of the following DIBS course lesson:\n\n- 📘 **[Creating a Basic C# Project with MSBuild](https://dibs.ravenhill.cl/docs/build-systems/init/msbuild)**  \n  Learn how to install .NET, create a console project using MSBuild and `dotnet`, understand the project layout,\n  customize the `.csproj`, and write your first C# program.\n- 📘 **[Modularizing your C# Project with MSBuild](https://dibs.ravenhill.cl/docs/build-systems/modular-design/msbuild)**\n    Explore how to structure a C# solution with multiple projects, including a reusable library and a console application, using MSBuild for modular design and clean architecture.\n\n## 🔍 Overview\n\nThis application is intentionally simple — its purpose is not to showcase complex logic, but to serve as an **educational scaffold** to explore:\n\n- The role of MSBuild and the `.sln` and `.csproj` files\n- The structure of a modern .NET project\n- How the `dotnet` CLI facilitates creation, compilation, and execution\n- Best practices for reproducible builds and configuration\n\nThe program simply echoes messages passed as arguments — but the lesson is in the setup, not the output.\n\n## 📝 Getting Started\n\n### Prerequisites\n\n- [.NET SDK 9.0 or later](https://dotnet.microsoft.com/download)\n- PowerShell (Windows) or a terminal with `bash`\n- Git\n\n\u003e See the [lesson documentation](https://dibs.ravenhill.cl/docs/build-systems/init/msbuild) for OS-specific install\n\u003e scripts.\n\n### Clone \u0026 Compile\n\n```bash\ngit clone https://github.com/r8vnhill/echo-app-csharp.git\ncd echo-app-csharp\ndotnet run --project EchoApp -- `\n    \"Is this the end of the beginning\", `\n    \"or the beginning of the end?\"\n```\n\nYou should see:\n\n```\nIs this the end of the beginning\nor the beginning of the end?\n```\n\n## 🤝 Contributing\n\nThis repository is part of a teaching resource and is not meant for production. That said, issues and improvements are\nwelcome!\n\n### How to Contribute\n\n1. [Open an issue](https://github.com/r8vnhill/echo-app-csharp/issues) to suggest improvements or report errors.\n2. Follow the [Code of Conduct](./CONTRIBUTING.md).\n3. Fork this repo and submit a pull request.\n\n## 🛡️ License\n\nReleased under the **[BSD 2-Clause License](./LICENSE)**.\n\nYou are free to use, adapt, and share this code in personal or educational contexts, as long as attribution is provided.\n\n## 🌐 DIBS Website\n\nThe full course — *Diseño e Implementación de Bibliotecas de Software* — is available at:\n\n👉 [https://dibs.ravenhill.cl](https://dibs.ravenhill.cl)\n\nThere you'll find complete lessons, slides, exercises, and complementary resources (in Spanish).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr8vnhill%2Fecho-app-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr8vnhill%2Fecho-app-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr8vnhill%2Fecho-app-csharp/lists"}