Top 20 NuGet il Packages

Note: This package is deprecated. Please use Microsoft.Net.Compilers.Toolset instead CoreCLR-compatible versions of the C# and VB compilers for use in MSBuild. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/ro...
Hapil is a dynamic MSIL generation library, which serves a back-end for the following design techniques: - CoI - Convention-over-Implementation - Aspect-Oriented Programming, through decoration - [planned] Subject-Oriented Programming, via mix-ins - [planned] ...
Compile time IL weaver for AOP implementation.
A fail-fast validation helper for .NET CIL generation.
.NET Compiler Platform ("Roslyn + Conan") support for analyzing Visual Basic projects and solutions. More details at https://github.com/conan-roslyn/Conan This package was built from the source at https://github.com/conan-roslyn/Conan/commit/68283e9379618dc31b0f824e8994e332691dddf2 ...
.NET Compiler Platform ("Roslyn + Conan") support for Visual Basic, Conan.CodeAnalysis.VisualBasic.dll. More details at https://github.com/conan-roslyn/Conan This package was built from the source at https://github.com/conan-roslyn/Conan/commit/68283e9379618dc31b0f824e8994e332691dddf2 ...
.NET Compiler Platform ("Roslyn + Conan") support for analyzing C# projects and solutions. More details at https://github.com/conan-roslyn/Conan This package was built from the source at https://github.com/conan-roslyn/Conan/commit/68283e9379618dc31b0f824e8994e332691dddf2 Co...
.NET Compiler Platform ("Roslyn + Conan") support for C#, Conan.CodeAnalysis.CSharp.dll. More details at https://github.com/conan-roslyn/Conan This package was built from the source at https://github.com/conan-roslyn/Conan/commit/68283e9379618dc31b0f824e8994e332691dddf2 Cona...
.NET Compiler Platform ("Roslyn + Conan"). This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality: - "Conan.CodeAnalysis.CSharp.Workspaces" (C# compiler + services) - "Cona...
基于 Natasha 动态编译库实现的动态接口代理。
.NET Compiler Platform ("Roslyn") code style analyzers for Visual Basic. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/bf8791d0d1be92c24e56cefa52aa139e2b5340c2.
Proxy IL Emitter
Afterthought allows developers to post-process .NET assemblies to add code that either cannot be added to the original source or is not convenient/efficient to do so. Afterthought runs as a post-build step to process one or more assemblies. It discovers and processes amendments that you crea...
This library contains the patching attributes for the Patchwork assembly modification framework. You must reference this library from your patch assembly.
IL Assembler (ILAsm) + IL Disassembler (ILDasm) Custom version on .NET Core CLR (CoreCLR) 3.0 Target platforms: Win.x64 and Win.x86 4.700.2.0+4fde65a56 _ _ _ _ _ _ https://github.com/3F/coreclr The MIT License (MIT) Modified and...
C# Compiler 2.8.2 + Compiler Intrinsics Proposal (https://github.com/dotnet/roslyn/issues/11475). This package was built from the source at https://github.com/mjsabby/roslyn/tree/compilerintrinsics_2_8_2
A MSBuild task that scans assemblies for locations to patch in IL code that normally cannot be generated from C# (e.g. cpblk/memcpy). The majority of the stub methods available are generic, which allows for low overhead (e.g. no boxing) when working with struct types and interoping with (unmanaged) ...
Blur provides a fluent and minimalistic way to edit assemblies from the inside, using Mono.Cecil: - Expression / Method printing to MethodBody. - Compile-time mixins. - Custom attributes.