Obsolete.Fody 4.0.0

Requires NuGet 2.8 or higher.

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

Allows a more expressive use of the ObsoleteAttribute.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories (6)

Showing the top 6 popular GitHub repositories that depend on Obsolete.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
VixenLights/Vixen
Vixen is a lighting sequencer for creating animated light shows.
WildGums/Orc.LicenseManager
License Manager
Fody/FodyAddinSamples
A working sample for each Fody Addin
Version Downloads Last Updated
4.0.0 987 3/6/2015
3.1.0 2,614 4/7/2014
3.0.4 441 4/1/2014
3.0.3 61 4/1/2014
3.0.2 201 3/3/2014
3.0.1 103 12/16/2013
3.0.0 130 11/18/2013
2.5.0 68 11/5/2013
2.4.0 60 11/4/2013
2.3.0 151 7/12/2013
2.2.0 57 7/12/2013
2.1.2 56 7/7/2013
2.1.1 55 7/3/2013
2.0.0 48 6/29/2013
1.6.2 93 5/17/2013
1.6.1.1 62 4/2/2013
1.6.1 48 3/24/2013
1.6.0 48 3/24/2013
1.5.3 47 3/4/2013
1.5.1 104 2/12/2013
Loading failed