Alex.Fody 2.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Alex.Fody --version 2.0.3
                    
NuGet\Install-Package Alex.Fody -Version 2.0.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="Alex.Fody" Version="2.0.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="Alex.Fody" Version="2.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Alex.Fody">
  <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 Alex.Fody --version 2.0.3
                    
#r "nuget: Alex.Fody, 2.0.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 Alex.Fody@2.0.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=Alex.Fody&version=2.0.3
                    
Install as a Cake Addin
#tool nuget:?package=Alex.Fody&version=2.0.3
                    
Install as a Cake Tool

Fody test.

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 was computed.  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 wp8 was computed.  wp81 was computed.  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.

NuGet packages (18)

Showing the top 5 NuGet packages that depend on Alex.Fody:

Package Downloads
Alex.Framework

基础框架,提供以下核心功能: AOP静态织入 - 在编译时织入横切关注点,包括日志记录、性能监控、异常处理等; 日志记录 - 基于log4net的统一日志管理,支持多级别和自定义日志输出; 异常记录 - 全局异常捕获与记录,提供友好的异常信息展示; 权限控制 - 基于角色的访问控制(RBAC)和方法级权限验证; 依赖注入(IoC) - 支持构造函数注入、属性注入等多种DI模式; 控制反转 - 降低组件间耦合度,提高代码可测试性和可维护性; 本地化支持 - 多语言资源管理,支持中英文等多语言切换,代码生成,即时提示,自动完成等功能; 数据访问 - 集成Dapper、EntityFramework等ORM,提供统一数据访问接口; 缓存管理 - 基于MemoryCache的分布式缓存和本地缓存实现; 配置管理 - 统一配置文件读取和管理,支持JSON格式配置; 定时任务 - 基于Crontab的计划任务调度; 对象映射 - 集成Mapster提供高性能对象转换; 工具类库 - 包含加密解密、文件操作、日期处理等常用工具。

Alex.Framework.EFCore

数据访问组件,封装EntityFrameworkCore数据访问功能的实现

Alex.Framework.NetCore

AspNetCore组件,提供AspNetCore的服务端功能的封装

Alex.Framework.Windows

ctmdms@163.com

Alex.Framework.EFCore.SqlServer

数据访问组件,封装EntityFrameworkCore的SqlServer数据访问功能的实现

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.1 256 1/10/2026
2.1.0 233 1/3/2026
2.0.8 3,298 11/7/2022
2.0.5 2,252 8/4/2022
2.0.4 5,668 6/24/2022
2.0.3 611 6/24/2022
2.0.1 623 6/24/2022
2.0.0.1 737 5/11/2021