{"id":20395302,"url":"https://github.com/kodraus/bootleg-dotnet","last_synced_at":"2026-05-16T11:04:13.300Z","repository":{"id":86006298,"uuid":"216538794","full_name":"KodrAus/bootleg-dotnet","owner":"KodrAus","description":"A local dotnet toolchain","archived":false,"fork":false,"pushed_at":"2019-11-20T01:12:29.000Z","size":67,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-15T10:57:59.520Z","etag":null,"topics":["coreclr","dotnet","example"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/KodrAus.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-10-21T10:17:07.000Z","updated_at":"2019-11-20T01:12:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c155087-27d9-427d-9894-ffa97feddbed","html_url":"https://github.com/KodrAus/bootleg-dotnet","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/KodrAus%2Fbootleg-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KodrAus%2Fbootleg-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KodrAus%2Fbootleg-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KodrAus%2Fbootleg-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KodrAus","download_url":"https://codeload.github.com/KodrAus/bootleg-dotnet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241945474,"owners_count":20046865,"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":["coreclr","dotnet","example"],"created_at":"2024-11-15T03:55:57.622Z","updated_at":"2026-05-16T11:04:08.268Z","avatar_url":"https://github.com/KodrAus.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bootleg .NET\n\n[![Build Status](https://dev.azure.com/kodraus/bootleg-dotnet/_apis/build/status/KodrAus.bootleg-dotnet?branchName=master)](https://dev.azure.com/kodraus/bootleg-dotnet/_build/latest?definitionId=4\u0026branchName=master)\n[![Docker Hub](https://img.shields.io/badge/docker-kodraus%2Fbootleg--dotnet-blue)](https://hub.docker.com/r/kodraus/bootleg-dotnet)\n\nThis repository contains a `Dockerfile` that puts together a local debug build of some of the fundamental pieces of a `dotnet` toolchain:\n\n- `csc`: A C# to IL compiler from [`roslyn`](https://github.com/dotnet/roslyn).\n- `ilc`: An IL to native code compiler from [`corert`](https://github.com/dotnet/corert).\n- `corerun`: An entry point to the runtime from [`coreclr`](https://github.com/dotnet/coreclr).\n- `ildasm`: A tool for examining the IL in managed DLLs from [`coreclr`](https://github.com/dotnet/coreclr).\n- `crossgen`: An IL to Ready-to-run DLL compiler from [`coreclr`](https://github.com/dotnet/coreclr) (based on [`corert`](https://github.com/dotnet/corert)).\n- `r2rdump`: A tool for examining the native code in Ready-to-run DLLs from [`coreclr`](https://github.com/dotnet/coreclr).\n\nOther sources include:\n\n- [`corefx`](https://github.com/dotnet/corefx) for build-time core libraries.\n- [`llilc`](https://github.com/dotnet/llilc) for LLVM dependencies used by `ilc` and `crossgen`.\n- [`diagnostics`](https://github.com/dotnet/diagnostics) for debugging managed code with `lldb`.\n\nSome tools you might be used to working with are notably absent:\n\n- ~~`dotnet`~~\n- ~~`msbuild`~~\n- ~~`nuget`~~\n\nThat seems pretty limiting... but there's still plenty of capability packed into the tools that are there! To give you an idea, this project includes its own bootleg `dotnet`-like CLI built on the same tools listed previously that `dotnet` itself uses. It's called `dnb` (which stands for _Azure .NET Bootleg Core 5_, to fit with expected .NET 5 naming):\n\n```shell\n$ dnb\nAzure .NET Bootleg Core 5\n\nUsage: dnb new\nUsage: dnb restore\nUsage: dnb build [--restore] [--kind=il|r2r|aot]\nUsage: dnb run [--restore] [--build=il|r2r] [--debug]\n```\n\n## What's it all for?\n\n`dotnet` is a deep stack that's been evolving over 20+ years. It's easy to call `dotnet run` or `dotnet publish -r linux-x64` without ever knowing what's happening below the surface. By digging deeper we can get an idea of what `dotnet` is built on, where it's come from, and where it's going.\n\n## Building it yourself\n\nFrom the repository root, run:\n\n```shell\n$ docker build -t bootleg-dotnet:latest src\n```\n\nand be prepared to wait a _long_ time! The build is quite intensive, so if you're on Windows or OSX you might need to adjust your Docker resource limits. The container is also _really big_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodraus%2Fbootleg-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkodraus%2Fbootleg-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodraus%2Fbootleg-dotnet/lists"}