ILPack
Serialize .NET Core assemblies
Install / Use
/learn @Lokad/ILPackREADME
Lokad.ILPack
Exports a .NET type to a serialized assembly, with support for dynamic
assemblies (i.e. custom IL generation). This library is intended as a
drop-in replacement for the AssemblyBuilder.Save method which existed
since .NET 1.1 but that has not been ported to .NET Core 3.0.
To install with NuGet:
Install-Package Lokad.ILPack
Usage:
var assembly = Assembly.GetAssembly(t);
var generator = new Lokad.ILPack.AssemblyGenerator();
// for ad-hoc serialization
var bytes = generator.GenerateAssemblyBytes(assembly);
// direct serialization to disk
generator.GenerateAssembly(assembly, "/path/to/file");
Released under the MIT license.
Related Skills
node-connect
339.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.8kCommit, push, and open a PR
