InlineIL.Fody 1.7.0-pre1

This is a prerelease version of InlineIL.Fody.
There is a newer version of this package available.
See the version list below for details.
dotnet add package InlineIL.Fody --version 1.7.0-pre1
                    
NuGet\Install-Package InlineIL.Fody -Version 1.7.0-pre1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="InlineIL.Fody" Version="1.7.0-pre1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="InlineIL.Fody" Version="1.7.0-pre1" />
                    
Directory.Packages.props
<PackageReference Include="InlineIL.Fody" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add InlineIL.Fody --version 1.7.0-pre1
                    
#r "nuget: InlineIL.Fody, 1.7.0-pre1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=InlineIL.Fody&version=1.7.0-pre1&prerelease
                    
Install InlineIL.Fody as a Cake Addin
#tool nuget:?package=InlineIL.Fody&version=1.7.0-pre1&prerelease
                    
Install InlineIL.Fody as a Cake Tool

InlineIL.Fody

This is an add-in for Fody which lets you inject arbitrary IL into your assembly at compile time.

Installation

  • Install the NuGet packages Fody and InlineIL.Fody. Installing Fody explicitly is needed to enable weaving.

    PM> Install-Package Fody
    PM> Install-Package InlineIL.Fody
    
  • Add the PrivateAssets="all" metadata attribute to the <PackageReference /> items of Fody and InlineIL.Fody in your project file, so they won't be listed as dependencies.

  • If you already have a FodyWeavers.xml file in the root directory of your project, add the <InlineIL /> tag there. This file will be created on the first build if it doesn't exist:

    <?xml version="1.0" encoding="utf-8" ?>
    <Weavers>
      <InlineIL />
    </Weavers>
    

See Fody usage for general guidelines, and Fody Configuration for additional options.

Usage

Call static methods of the InlineIL.IL.Emit class to emit IL instructions.

See the GitHub repository for more information.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5.2

  • .NETStandard 1.1

  • .NETStandard 2.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (12)

Showing the top 5 popular GitHub repositories that depend on InlineIL.Fody:

Repository Stars
dotnet/dotNext
Next generation API for .NET
scripthookvdotnet/scripthookvdotnet
An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language on the .NET Framework runtime in-game.
disruptor-net/Disruptor-net
Port of LMAX Disruptor to .NET
Dogwei/Swifter.Json
A powerful, easy-to-use and fastest json serializer and deserializer on .Net platforms.
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
Version Downloads Last updated
1.10.0 5,848 5 months ago
1.9.0 6,034 8 months ago
1.9.0-pre3 93 8 months ago
1.9.0-pre2 177 3/25/2024
1.9.0-pre1 106 3/18/2024
1.8.0 227,732 1/14/2024
1.7.4 70,463 12/23/2022
1.7.3 2,436 11/13/2022
1.7.2 3,001 8/11/2022
1.7.1 23,598 7/11/2021
1.7.0 1,934 5/20/2021
1.7.0-pre1 352 5/16/2021
1.6.0 30,043 10/17/2020
1.5.0 43,758 7/19/2020
1.4.2 1,927 6/25/2020
1.4.1 2,428 6/3/2020
1.4.0 1,984 4/12/2020
1.3.7 844 3/27/2020
1.3.6 774 3/16/2020
1.3.5 782 3/1/2020
1.3.4 16,745 11/18/2019
1.3.3 1,292 9/28/2019
1.3.2 3,678 9/1/2019
1.3.1 671 8/27/2019
1.3.0 684 8/21/2019
1.2.1 6,180 8/20/2019
1.2.0 855 8/4/2019
1.1.2 1,994 4/8/2019
1.1.1 644 4/8/2019
1.1.0 974 3/3/2019
1.0.4 628 3/2/2019
1.0.3 1,256 1/28/2019
1.0.2 1,163 11/24/2018
1.0.1 863 10/21/2018
1.0.0 871 10/13/2018
0.7.3 902 10/10/2018
0.7.2 867 10/4/2018
0.7.0 1,561 8/19/2018
0.6.3 1,013 7/2/2018
0.6.2 1,375 5/24/2018
0.6.1 1,213 5/15/2018
0.6.0 1,232 4/29/2018
0.5.0 1,288 4/17/2018
0.4.0 1,208 4/15/2018
0.3.1 1,425 4/7/2018
0.3.0 1,280 4/6/2018
0.2.1 1,125 4/4/2018
0.2.0 1,224 4/2/2018
0.1.2 1,079 3/29/2018
0.1.1 1,331 3/25/2018
0.1.0 1,387 3/24/2018