{"id":20395300,"url":"https://github.com/kodraus/csharp-aot","last_synced_at":"2025-06-28T18:09:58.241Z","repository":{"id":86006422,"uuid":"200443752","full_name":"KodrAus/csharp-aot","owner":"KodrAus","description":"Some examples of compiling C# ahead-of-time","archived":false,"fork":false,"pushed_at":"2019-08-21T21:30:09.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T00:46:48.612Z","etag":null,"topics":["csharp","example"],"latest_commit_sha":null,"homepage":null,"language":"C#","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","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-08-04T03:10:49.000Z","updated_at":"2019-08-21T21:30:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"b21fc7e2-5f19-4850-85cc-4b25c6bbec86","html_url":"https://github.com/KodrAus/csharp-aot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KodrAus/csharp-aot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KodrAus%2Fcsharp-aot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KodrAus%2Fcsharp-aot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KodrAus%2Fcsharp-aot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KodrAus%2Fcsharp-aot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KodrAus","download_url":"https://codeload.github.com/KodrAus/csharp-aot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KodrAus%2Fcsharp-aot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262474057,"owners_count":23316911,"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","example"],"created_at":"2024-11-15T03:55:57.078Z","updated_at":"2025-06-28T18:09:58.198Z","avatar_url":"https://github.com/KodrAus.png","language":"C#","readme":"# C# Ahead-of-time\n\nSome examples of compiling C# ahead-of-time.\n\n## `CoreCLR.JIT`\n\nJust-in-time (JIT) compilation. This is what you get when you install the `dotnet` SDK and call `dotnet build`.\n\n## `CoreCLR.ReadyToRun`\n\nPre-JIT compilation. The JIT is run ahead-of-time so there's less work to do when first starting your app, but uses the same [CoreCLR](https://github.com/dotnet/coreclr) runtime.\n\n## `CoreRT.AOT`\n\nFull ahead-of-time compilation with a specially optimized runtime called [CoreRT](https://github.com/dotnet/corert).\n\n## `Startup`\n\nA motivating example for ahead-of-time compilation using serverless workloads.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodraus%2Fcsharp-aot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkodraus%2Fcsharp-aot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodraus%2Fcsharp-aot/lists"}