Ilspy Decompile · Aaronontheweb/dotnet-skills
Inspect .NET assembly source via decompilation
Decompiles compiled .NET assemblies (DLLs), NuGet packages, and framework libraries into readable C#/IL using ILSpy, useful when you need to understand how an API or third-party package actually works internally.
Good for
- View how a NuGet package implements a method
- Inspect compiled .NET binaries without source access
- Compare framework implementation across .NET versions
- Source repository
- Aaronontheweb/dotnet-skills
- Category
- General
Open-source skills are maintained by their authors and listed as published, with attribution. Results depend on how well the skill fits your task and material.
A good place to start
Decompile Newtonsoft.Json.dll and show me how JsonConvert.SerializeObject is implemented.

Make your next great thing.
Bring a question, a file, or an idea that’s not quite there yet.