Catel.Fody 2.5.0

Requires NuGet 2.8 or higher.

dotnet add package Catel.Fody --version 2.5.0
                    
NuGet\Install-Package Catel.Fody -Version 2.5.0
                    
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="Catel.Fody" Version="2.5.0">
  <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="Catel.Fody" Version="2.5.0" />
                    
Directory.Packages.props
<PackageReference Include="Catel.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 Catel.Fody --version 2.5.0
                    
#r "nuget: Catel.Fody, 2.5.0"
                    
#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 Catel.Fody@2.5.0
                    
#: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=Catel.Fody&version=2.5.0
                    
Install as a Cake Addin
#tool nuget:?package=Catel.Fody&version=2.5.0
                    
Install as a Cake Tool

Fody add-in for transforming automatic properties into Catel properties.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on Catel.Fody:

Repository Stars
Catel/Catel
An application development platform
WildGums/Orchestra
Orchestra is a composable shell and WPF framework built on top of Catel
WildGums/Orc.Controls
Timespan, DateTime and various other controls
WildGums/CsvTextEditor
CsvTextEditor is an ElasticTabStop csv editor implemented with AvalonEdit
VixenLights/Vixen
Vixen is a lighting sequencer for creating animated light shows.
WildGums/Orc.LicenseManager
License Manager
WildGums/LogViewer
Fody/FodyAddinSamples
A working sample for each Fody Addin
Version Downloads Last Updated
2.5.0 706 3/2/2015
2.5.0-unstable0005 37 3/2/2015
2.5.0-unstable0002 74 2/12/2015
2.5.0-unstable0001 156 1/30/2015
2.4.0 401 1/19/2015
2.4.0-unstable0004 124 1/12/2015
2.4.0-unstable0001 757 9/29/2014
2.3.0 669 9/16/2014
2.3.0-unstable0032 113 9/8/2014
2.3.0-unstable0031 76 9/7/2014
2.3.0-unstable0028 61 9/7/2014
2.3.0-unstable0027 63 9/6/2014
2.3.0-unstable0021 152 8/12/2014
2.3.0-unstable0020 73 8/11/2014
2.3.0-unstable0018 107 8/6/2014
2.3.0-unstable0001 56 7/31/2014
2.3.0-DependentProperties 53 8/6/2014
2.2.0 293 7/9/2014
2.2.0-Unstable0008 107 6/25/2014
2.2.0-unstable0000 57 7/8/2014
Loading failed