{"id":13458228,"url":"https://github.com/Lokad/ILPack","last_synced_at":"2025-03-24T15:31:00.572Z","repository":{"id":34380681,"uuid":"170569963","full_name":"Lokad/ILPack","owner":"Lokad","description":"Serialize .NET Core assemblies","archived":false,"fork":false,"pushed_at":"2024-04-15T14:21:48.000Z","size":271,"stargazers_count":307,"open_issues_count":6,"forks_count":39,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-05T03:15:20.506Z","etag":null,"topics":["c-sharp","dotnet","dotnet-core","msil","serialization"],"latest_commit_sha":null,"homepage":"","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/Lokad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-02-13T19:53:00.000Z","updated_at":"2025-01-21T05:16:55.000Z","dependencies_parsed_at":"2022-08-25T07:40:52.463Z","dependency_job_id":"8b11fda9-e5af-47dd-a9f8-9c4570d611ac","html_url":"https://github.com/Lokad/ILPack","commit_stats":{"total_commits":154,"total_committers":16,"mean_commits":9.625,"dds":0.6948051948051948,"last_synced_commit":"7212f6dd30bda9c8dbee3f3350369080c99cd829"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lokad%2FILPack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lokad%2FILPack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lokad%2FILPack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lokad%2FILPack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lokad","download_url":"https://codeload.github.com/Lokad/ILPack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245297937,"owners_count":20592506,"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":["c-sharp","dotnet","dotnet-core","msil","serialization"],"created_at":"2024-07-31T09:00:47.958Z","updated_at":"2025-03-24T15:31:00.153Z","avatar_url":"https://github.com/Lokad.png","language":"C#","readme":"﻿# Lokad.ILPack\n\nExports a .NET type to a serialized assembly, with support for dynamic\nassemblies (i.e. custom IL generation). This library is intended as a\ndrop-in replacement for the `AssemblyBuilder.Save` method which existed \nsince .NET 1.1 but that has not been ported to .NET Core 3.0.\n\nTo install with NuGet:\n\n    Install-Package Lokad.ILPack\n\nUsage:\n\n```cs\nvar assembly = Assembly.GetAssembly(t);\nvar generator = new Lokad.ILPack.AssemblyGenerator();\n\n// for ad-hoc serialization\nvar bytes = generator.GenerateAssemblyBytes(assembly);\n\n// direct serialization to disk\ngenerator.GenerateAssembly(assembly, \"/path/to/file\");\n```\n\nReleased under the MIT license.\n","funding_links":[],"categories":["C\\#","C#"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLokad%2FILPack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLokad%2FILPack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLokad%2FILPack/lists"}