FodyPackaging 6.9.3

Prefix Reserved
dotnet add package FodyPackaging --version 6.9.3
                    
NuGet\Install-Package FodyPackaging -Version 6.9.3
                    
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="FodyPackaging" Version="6.9.3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FodyPackaging" Version="6.9.3" />
                    
Directory.Packages.props
<PackageReference Include="FodyPackaging">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 FodyPackaging --version 6.9.3
                    
#r "nuget: FodyPackaging, 6.9.3"
                    
#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.
#:package FodyPackaging@6.9.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FodyPackaging&version=6.9.3
                    
Install as a Cake Addin
#tool nuget:?package=FodyPackaging&version=6.9.3
                    
Install as a Cake Tool

Extensible tool for weaving .net assemblies

Manipulating the IL of an assembly as part of a build requires a significant amount of plumbing code. This plumbing code involves knowledge of both the MSBuild and Visual Studio APIs. Fody attempts to eliminate that plumbing code through an extensible add-in model.

For more information about the Fody project see https://github.com/Fody/Home

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.7.2

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on FodyPackaging:

Package Downloads
Cocohub.Tracer.Fody

Cocohub.Tracer

Cache.Fody

Injects method cache code.

AnchorModeling.Fody

Package Description

PropertyChangeTracking.Fody

Package Description

AzureFunctionsWeaver.Fody

Weaver for Azure functions to substitute attributes at compile time.

GitHub repositories (14)

Showing the top 14 popular GitHub repositories that depend on FodyPackaging:

Repository Stars
Megabit/Blazorise
Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
Fody/PropertyChanged
Injects INotifyPropertyChanged code into properties at compile time
Fody/MethodTimer
Injects some very basic method timing code.
Fody/Home
The landing page for Fody repositories
Fody/NullGuard
Adds null argument checks to an assembly
inversionhourglass/Rougamo
Compile-time AOP component. Works with any method, whether it is async or sync, instance or static. Uses an aspectj-like pattern to match methods.
Fody/ConfigureAwait
Configure async code's ConfigureAwait at a global level
Fody/MethodDecorator
Compile time decorator pattern via IL rewriting
vescon/MethodBoundaryAspect.Fody
A Fody weaver which allows to decorate methods and hook into method start, method end and method exceptions.
Fody/Anotar
Simplifies logging through a static class and some IL manipulation.
ltrzesniewski/InlineIL.Fody
Inject arbitrary IL code at compile time.
fodyarchived/ModuleInit
Adds a module initializer to an assembly.
Fody/Equals
Generate Equals, GetHashCode and operators methods from properties.
Fody/AsyncErrorHandler
An extension for Fody to integrate error handling into async and TPL code
Version Downloads Last Updated
6.9.3 1,348 8/21/2025
6.9.2 2,665 3/1/2025
6.9.1 5,053 11/19/2024
6.9.0 712 11/16/2024
6.8.2 1,449 9/14/2024
6.8.1 8,367 5/15/2024
6.8.0 24,061 7/1/2023
6.7.0 65,181 4/19/2023
6.6.5-beta2 457 3/24/2023
6.6.5-beta1 419 3/23/2023
6.6.4 8,590 10/3/2022
6.6.3 33,437 6/14/2022
6.6.2 1,677 5/20/2022
6.6.1 2,681 4/30/2022
6.6.0 29,734 10/23/2021
6.5.5 5,947 10/21/2021
6.5.4 992 10/19/2021
6.5.3 2,432 9/10/2021
6.5.2 6,779 7/2/2021
6.5.1 8,337 4/4/2021
6.5.0 1,349 3/27/2021
6.4.0 1,678 3/8/2021
6.3.0 12,882 10/14/2020
6.2.6 2,030 9/16/2020
6.2.5 2,400 9/3/2020
6.2.4 2,268 7/31/2020
6.2.3 903 7/31/2020
6.2.1 1,275 7/27/2020
6.2.0 4,246 5/30/2020
6.1.2 1,240 5/23/2020
6.1.1 5,296 2/23/2020
6.1.0 2,199 2/2/2020
6.0.8 1,663 1/21/2020
6.0.7 1,378 1/20/2020
6.0.6 13,221 1/2/2020
6.0.5 3,125 11/12/2019
6.0.4 1,481 11/2/2019
6.0.4-beta.2 573 10/31/2019
6.0.4-beta.1 551 10/31/2019
6.0.3 1,304 10/29/2019
6.0.2 3,006 10/19/2019
6.0.1 1,218 10/17/2019
6.0.0 2,774 8/21/2019
6.0.0-beta.1 607 8/19/2019
5.2.0 1,095 8/17/2019
5.1.2 1,084 8/16/2019
5.1.1 1,941 6/27/2019
5.1.0 1,437 6/23/2019
5.0.6 2,936 5/4/2019
5.0.5 1,130 5/4/2019
5.0.4 1,076 5/4/2019
5.0.3 1,107 5/3/2019
5.0.2 1,082 5/3/2019
5.0.2-beta.2 592 4/28/2019
5.0.2-beta.1 555 4/26/2019
5.0.1 1,551 4/25/2019
5.0.1-beta.2 548 4/25/2019
5.0.1-beta.1 552 4/24/2019
5.0.0 1,288 4/21/2019
5.0.0-beta.14 580 4/19/2019
5.0.0-beta.13 582 4/19/2019
5.0.0-beta.12 567 4/18/2019
5.0.0-beta.11 861 4/13/2019
5.0.0-beta.10 581 4/13/2019
5.0.0-beta.9 579 4/12/2019
5.0.0-beta.7 647 4/7/2019
5.0.0-beta.5 564 4/6/2019
5.0.0-beta.4 563 4/6/2019
5.0.0-beta.3 604 4/4/2019
5.0.0-beta.2 601 3/30/2019
5.0.0-beta.1 541 3/25/2019
4.2.1 3,338 3/25/2019
4.2.0 1,274 3/25/2019
4.1.0 1,451 3/24/2019
4.1.0-beta.7 571 3/22/2019
4.1.0-beta.6 551 3/18/2019
4.1.0-beta.3 574 3/18/2019
4.1.0-beta.2 560 3/18/2019
4.1.0-beta.1 562 3/18/2019
4.0.2 2,175 2/11/2019
4.0.1 1,158 2/11/2019
4.0.0 1,487 2/10/2019
4.0.0-beta.2 1,043 1/20/2019
4.0.0-beta.1 1,155 12/31/2018
3.3.5 3,005 12/30/2018
3.3.4 1,210 12/24/2018
3.3.3 1,756 12/7/2018
3.3.2 1,643 11/25/2018
3.3.1 1,241 11/22/2018
3.3.0 1,513 11/18/2018
3.2.17 1,627 11/10/2018
3.2.16 1,322 10/31/2018
3.2.15 1,273 10/30/2018
3.2.14 1,267 10/29/2018
3.2.13 1,743 10/22/2018
3.2.12 1,308 10/20/2018
3.2.11 1,324 10/19/2018
3.2.10 1,314 10/18/2018
3.2.9 3,313 10/5/2018
3.2.8 1,338 10/4/2018
3.2.7 1,407 10/2/2018
3.2.6 1,401 10/1/2018
3.2.5 1,336 9/30/2018
3.2.5-beta.3 768 9/30/2018
3.2.5-beta.1 762 9/26/2018
3.2.4 1,377 9/18/2018
3.2.3 1,464 9/16/2018
3.2.2 1,351 9/13/2018
3.2.1 1,429 9/7/2018
3.2.0 1,424 9/2/2018
3.1.7 1,463 8/31/2018
3.1.6 1,417 8/31/2018
3.1.5 1,291 8/31/2018
3.1.4 2,421 7/29/2018
3.1.3 2,487 6/24/2018
3.1.2 2,010 6/24/2018
3.1.1 2,014 6/23/2018
3.1.0 1,999 6/23/2018
3.0.4 2,029 6/11/2018
3.0.3 16,195 4/8/2018
3.0.2 1,992 4/8/2018
3.0.1 7,037 4/3/2018
3.0.0 2,616 3/31/2018
2.5.0 2,012 3/29/2018
2.4.6 2,004 3/11/2018
2.4.5 1,968 3/10/2018
2.4.4 2,011 2/24/2018
2.4.3 1,977 2/24/2018
2.4.2 1,646 2/22/2018
2.4.1 2,082 2/10/2018
2.4.0 1,692 2/9/2018
2.3.25 2,089 2/3/2018
2.3.24 2,163 2/2/2018
2.3.23 2,023 1/25/2018
2.3.22 1,955 1/21/2018
2.3.21 2,014 1/17/2018
2.3.20 14,100 1/13/2018
2.3.19 1,973 1/12/2018
2.3.18 2,104 1/9/2018
2.3.17 2,002 1/6/2018
2.3.15 2,059 1/1/2018
2.3.14 2,046 12/31/2017
2.3.13 1,990 12/31/2017
2.3.12 1,980 12/31/2017
2.3.11 1,665 12/29/2017
2.3.10 1,995 12/29/2017
2.3.9 1,983 12/29/2017
2.3.8 1,983 12/27/2017
2.3.7 2,028 12/27/2017
2.3.6 1,974 12/25/2017
2.3.5 1,674 12/24/2017
2.3.4 2,013 12/24/2017
2.3.3 1,677 12/20/2017
2.3.2 2,046 12/19/2017
2.3.1 1,994 12/17/2017
2.3.0 2,104 12/17/2017