{"id":20295965,"url":"https://github.com/kkrull/dotnet-sandbox","last_synced_at":"2026-05-08T02:18:00.957Z","repository":{"id":48576300,"uuid":"146040867","full_name":"kkrull/dotnet-sandbox","owner":"kkrull","description":"A place to develop new ideas in .NET","archived":false,"fork":false,"pushed_at":"2024-05-24T19:17:11.000Z","size":43374,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T09:56:11.520Z","etag":null,"topics":["csharp","dotnet","sandbox"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/kkrull.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-08-24T21:17:32.000Z","updated_at":"2024-05-24T19:17:14.000Z","dependencies_parsed_at":"2024-11-14T15:39:43.433Z","dependency_job_id":"cec37024-352d-43eb-8ce1-06c141a58e1d","html_url":"https://github.com/kkrull/dotnet-sandbox","commit_stats":null,"previous_names":["kkrull/dotnet-sandbox"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrull%2Fdotnet-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrull%2Fdotnet-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrull%2Fdotnet-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrull%2Fdotnet-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkrull","download_url":"https://codeload.github.com/kkrull/dotnet-sandbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241794114,"owners_count":20021188,"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":["csharp","dotnet","sandbox"],"created_at":"2024-11-14T15:36:50.142Z","updated_at":"2026-05-08T02:17:55.900Z","avatar_url":"https://github.com/kkrull.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET Sandbox\n\nSandbox monorepo to try things out in the .NET ecosystem.\n\nThis repository is first organized by the broad version of .NET is being used\n(e.g. it distinguishes .NET Core from .NET 6 and beyond).\n\nAs with my other \"sandbox\" repositories, each directory here is its own,\nself-contained project.  Look for code and documentation in those directories,\nto learn more.\n\n## Git and line endings\n\nWe're dealing with Windows and at the very least Microsoft technologies, which\nmeans CRLF line endings will appear from time to time (even the `dotnet` CLI\ncreates files with these, on some occasions).\n\nWhat's a developer to do?  Consult these helpful posts:\n\n* [How to see waht type of line endings are in a Git repository](https://stackoverflow.com/questions/35801024/how-to-see-what-type-of-line-endings-are-already-in-git-repository)\n* [How to normalize working tree files](https://stackoverflow.com/questions/15641259/how-to-normalize-working-tree-line-endings-in-git)\n* [Force LF eol in git repo and working copy](https://stackoverflow.com/questions/9976986/force-lf-eol-in-git-repo-and-working-copy)\n\n### Make a `.gitattributes` file\n\nMake some variation of the following, so that new files get added to Git with\nthe correct line endings, regardless of any particular user's Git config.\nPersonally, I haven't found grokking the nuances of and policing everyone's\n`autocrlf` Git config to be a very productive use of my time.  I'd rather the\nrepository just set it, without requiing any user intervention.\n\n```gitattributes\n* text=auto eol=lf\n```\n\n### Git commands\n\nSome variety of these commands may be helpful as well.\n\n```shell\n#What line endings are in the repository?\ngit ls-files --eol\n\n#Re-normalize line endings in Git index\ngit add --renormalize .\n\n#Re-create files in working directory so they match the Git index\ngit checkout-index --force --all\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkrull%2Fdotnet-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkrull%2Fdotnet-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkrull%2Fdotnet-sandbox/lists"}