{"id":38765066,"url":"https://github.com/rellyson/dotnet-templates","last_synced_at":"2026-01-17T12:00:45.016Z","repository":{"id":239392531,"uuid":"799399859","full_name":"rellyson/dotnet-templates","owner":"rellyson","description":"This repository contains .NET Core templates I use in my daily basis projects.","archived":false,"fork":false,"pushed_at":"2024-05-12T03:34:18.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-12T04:26:53.080Z","etag":null,"topics":["boilerplate-template","dotnet","dotnet-core","dotnet-template","template"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/rellyson.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-05-12T02:54:15.000Z","updated_at":"2024-05-12T04:26:54.935Z","dependencies_parsed_at":"2024-05-12T04:26:54.792Z","dependency_job_id":"ad087adf-72fb-48c7-ad3e-4c9699fa7b2c","html_url":"https://github.com/rellyson/dotnet-templates","commit_stats":null,"previous_names":["rellyson/dotnet-templates"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rellyson/dotnet-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rellyson%2Fdotnet-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rellyson%2Fdotnet-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rellyson%2Fdotnet-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rellyson%2Fdotnet-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rellyson","download_url":"https://codeload.github.com/rellyson/dotnet-templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rellyson%2Fdotnet-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"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":["boilerplate-template","dotnet","dotnet-core","dotnet-template","template"],"created_at":"2026-01-17T12:00:21.961Z","updated_at":"2026-01-17T12:00:44.862Z","avatar_url":"https://github.com/rellyson.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg alt=\"dotfiles logo\" src=\"assets/dotnet-logo.png\" width=\"100\"\u003e\n\u003ch2 align=\"center\"\u003e.NET Templates\u003c/h2\u003e\n\n![ansible](https://img.shields.io/badge/\u003e=8.0-5027D5?style=flat-square\u0026logo=dotnet)\n[![License](https://img.shields.io/badge/License-MIT-b5dc10?style=flat-square)](https://opensource.org/licenses/MIT)\n\n\u003c/div\u003e\n\nThis repository contains .NET Core templates I use\nin my daily basis projects.\n\n## About templates\n\nYou can navigate between templates in the `src/` folder. Each template\nhas its own `README.md` file with more information about it.\n\n\n## Setup\n\nYou can set your development environment as below:\n\n```sh\ndotnet tool install -g dotnet-reportgenerator-globaltool\ndotnet restore\n```\n\n## Running\n\nYou can run a specific project as follows:\n\n```sh\n# Run a project\ndotnet run --project src/\u003cproject\u003e --no-incremental\n\n# Run in development mode (with hot reload)\ndotnet watch --project src/\u003cproject\u003e \n```\n\n## Build\n\nYou can build a specific project as follows:\n\n### Build project\n\n```sh\n# Using Taskfile\ntask build\n\n# Or directly with the CLI\ndotnet build --no-incremental\n```\n\n### Build a container image\n\n```sh\n# Using Taskfile\ntask docker-build PROJECT=\u003cproject\u003e IMAGE_NAME=\u003cimage-name\u003e\n\n# Or directly with Docker\ndocker build --build-arg PROJECT=\u003cproject\u003e -t \u003cimage-name\u003e .\n\n# Or even with Podman\npodman build --build-arg PROJECT=\u003cproject\u003e -t \u003cimage-name\u003e .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frellyson%2Fdotnet-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frellyson%2Fdotnet-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frellyson%2Fdotnet-templates/lists"}