{"id":16481900,"url":"https://github.com/angularsen/dotnet-starterkit","last_synced_at":"2025-10-28T19:17:16.591Z","repository":{"id":66294962,"uuid":"156340812","full_name":"angularsen/dotnet-starterkit","owner":"angularsen","description":"A collection of best practices to bootstrap your next .NET project.","archived":false,"fork":false,"pushed_at":"2018-11-06T07:17:56.000Z","size":531,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T10:37:35.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/angularsen.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":"2018-11-06T07:06:59.000Z","updated_at":"2018-11-06T07:17:57.000Z","dependencies_parsed_at":"2023-02-25T22:45:57.252Z","dependency_job_id":null,"html_url":"https://github.com/angularsen/dotnet-starterkit","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/angularsen%2Fdotnet-starterkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angularsen%2Fdotnet-starterkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angularsen%2Fdotnet-starterkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angularsen%2Fdotnet-starterkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angularsen","download_url":"https://codeload.github.com/angularsen/dotnet-starterkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241198943,"owners_count":19926554,"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":[],"created_at":"2024-10-11T13:09:00.100Z","updated_at":"2025-10-28T19:17:16.490Z","avatar_url":"https://github.com/angularsen.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotnet-starterkit\nThe purpose of this repo is to hold some scripts and files for bootstrapping a new .NET Core project. The goal is to have a consistent setup for projects where all you need to get started is to run:\n\n```batch\ninit\nbuild\nrun\n```\n\n## Run tests\nEasily run tests from command-line or double-clicking `test.bat`.\n```batch\ntest\n```\n\n## Configuration and shared settings\nThere are three files that can help configure Git and your text editors to work better together.\n\n### .editorconfig\nShare settings across team for encoding, indentation style and language specific rules.\n\n### .gitignore\nIgnore files specific to .NET development.\n\n### .gitattributes\nConfigure end-of-line and how git should diff certain file types it may be confused about.\n\n\n## Scripts in Build folder\nSince running powershell scripts is awkward out of the box in Windows due to strict execution policies and no double-click to run behavior, these scripts are moved into `Build` folder.\n\nInstead, the most-used scripts are exposed with `.bat` files in the root for easy access.\n\n## Build server\nArguably a best practice, instead of using custom tooling on your build server such as TeamCity or VSTS to build and run tests, it can be a good idea to run the exact same scripts as you run locally to avoid any differences in command parameters.\n\nIf you love debugging why a build or test case fails only on the build server, but Works On My Machine (tm) ¯\\_(ツ)_/¯, then you can freely disregard this advice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangularsen%2Fdotnet-starterkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangularsen%2Fdotnet-starterkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangularsen%2Fdotnet-starterkit/lists"}