{"id":19269923,"url":"https://github.com/thiagomartins367/trybe-exercise-csharp-hello-world","last_synced_at":"2026-04-15T23:32:03.504Z","repository":{"id":202817745,"uuid":"708199208","full_name":"thiagomartins367/Trybe-exercise-csharp-hello-world","owner":"thiagomartins367","description":"Exercício de desenvolvimento de uma \"Console Application\" básica que emite duas mensagens iniciais utilizando o \"return\" para escrever a mensagem solicitada. :wave: 🌎","archived":false,"fork":false,"pushed_at":"2023-10-21T20:49:20.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T18:43:58.776Z","etag":null,"topics":["console-application","csharp","dotnet"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thiagomartins367.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-10-21T20:26:10.000Z","updated_at":"2024-02-20T17:24:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"0eb8ac4c-1231-4607-ad78-96908fb44504","html_url":"https://github.com/thiagomartins367/Trybe-exercise-csharp-hello-world","commit_stats":null,"previous_names":["thiagomartins367/trybe-exercise-csharp-hello-world"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thiagomartins367/Trybe-exercise-csharp-hello-world","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagomartins367%2FTrybe-exercise-csharp-hello-world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagomartins367%2FTrybe-exercise-csharp-hello-world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagomartins367%2FTrybe-exercise-csharp-hello-world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagomartins367%2FTrybe-exercise-csharp-hello-world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thiagomartins367","download_url":"https://codeload.github.com/thiagomartins367/Trybe-exercise-csharp-hello-world/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagomartins367%2FTrybe-exercise-csharp-hello-world/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31865002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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-application","csharp","dotnet"],"created_at":"2024-11-09T20:22:36.032Z","updated_at":"2026-04-15T23:32:03.482Z","avatar_url":"https://github.com/thiagomartins367.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Olá Mundo\n\nBoas-vindas ao repositório do exercício `Olá Mundo`\n\nNesse exercício foi desenvolvido uma aplicação de console básica que emite duas mensagens iniciais utilizando o \"return\" para escrever a mensagem solicitada.\n\nDesenvolvido durante o período de **Aceleração C#** da Trybe 🚀\n\nTem por objetivo a prática dos conhecimentos adquiridos durante a aceleração, visando o cumprimento dos requisitos solicitados!\n\n## Instalação e Uso 🖥️\n⚠️ É necessário ter instalado o [.NET Framework](https://dotnet.microsoft.com/pt-br) (Windows) ou [.NET Core](https://dotnet.microsoft.com/pt-br/) (Linux/ Mac) em sua máquina para executar a aplicação e seus testes.\n\n⚠️ Nessa aplicação não há nada a ser executado com o comando ```dotnet run``` apenas testado.\n\n**Na raiz do projeto execute os comandos abaixo no seu terminal:**\n\n1. Instale as dependências\n```\ndotnet restore ./src\n```\n\n2. Execute os testes\n```\ndotnet test ./src/src.sln\n```\n\n## Desenvolvimento 🧑‍💻\n⚠️ É necessário ter o [Git](https://git-scm.com) instalado em sua máquina para o controle de versão da aplicação.\n\nCertifique-se de ter instalado o [.NET Framework](https://dotnet.microsoft.com/pt-br) (Windows) ou [.NET Core](https://dotnet.microsoft.com/pt-br/) (Linux/ Mac) em sua máquina para o desenvolvimento de novas funcionalidades ou refatorações de código.\n\n**Na raiz do projeto execute os comandos abaixo no seu terminal:**\n\n1. Instale as dependências\n```\ndotnet restore ./src\n```\n\n2. Crie e entre em uma nova *branch* de desenvolvimento\n```\ngit checkout -b nome-da-branch\n```\n\n3. Execute os testes\n```\ndotnet test ./src/src.sln\n```\n\nPara adicionar as alterações da nova branch de desenvolvimento na branch principal ```main``` é nescessário criar um *Pull Request* neste repositório.\n\nAlterações diretas na branch ```main``` estão bloqueadas.\n\n## Contribuidores 🤝\n\n- [THIAGO MARTINS](https://github.com/thiagomartins367) - criador e mantenedor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagomartins367%2Ftrybe-exercise-csharp-hello-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiagomartins367%2Ftrybe-exercise-csharp-hello-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagomartins367%2Ftrybe-exercise-csharp-hello-world/lists"}