PropertyChangedAnalyzers 2.5.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package PropertyChangedAnalyzers --version 2.5.3                
NuGet\Install-Package PropertyChangedAnalyzers -Version 2.5.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="PropertyChangedAnalyzers" Version="2.5.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.
paket add PropertyChangedAnalyzers --version 2.5.3                
#r "nuget: PropertyChangedAnalyzers, 2.5.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.
// Install PropertyChangedAnalyzers as a Cake Addin
#addin nuget:?package=PropertyChangedAnalyzers&version=2.5.3

// Install PropertyChangedAnalyzers as a Cake Tool
#tool nuget:?package=PropertyChangedAnalyzers&version=2.5.3                

Roslyn analyzers for INotifyPropertyChanged.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on PropertyChangedAnalyzers:

Repository Stars
Baseflow/XamarinMediaManager
Cross platform Xamarin plugin to play and control Audio and Video
GuOrg/Gu.Wpf.Geometry
GuOrg/Gu.Wpf.DataGrid2D
Extension methods for WPF DataGrid enabling binding to T[,]
specklesystems/xUnitRevit
xUnit runner for Revit
Version Downloads Last updated
4.0.0 53,265 11/21/2021
3.2.3 5,820 7/18/2021
3.2.2 3,519 3/4/2021
3.2.1 6,778 9/20/2020
3.2.0 88,259 1/20/2020
3.1.1 1,009 1/10/2020
3.1.0 570 1/10/2020
2.7.6 1,497 12/12/2019
2.7.5 1,269 11/13/2019
2.7.4 638 11/10/2019
2.7.3 762 11/7/2019
2.7.2 3,095 7/7/2019
2.7.1 1,928 2/15/2019
2.7.0 2,246 10/24/2018
2.6.0.1 868 10/17/2018
2.6.0 927 9/19/2018
2.5.12.5 1,032 8/21/2018
2.5.12.4 1,232 8/13/2018
2.5.12.1 916 8/9/2018
2.5.12 1,185 6/4/2018
2.5.11 1,119 5/23/2018
2.5.10.1 1,073 5/12/2018
2.5.10 1,287 5/9/2018
2.5.9 1,281 3/27/2018
2.5.5 1,077 3/8/2018
2.5.4 1,037 3/6/2018
2.5.3 989 3/6/2018
2.5.2 1,494 2/16/2018
2.5.1 1,464 11/24/2017
2.5.0 1,118 11/18/2017
2.4.0 931 11/4/2017
2.3.0 900 11/2/2017
2.2.1 926 10/29/2017
2.2.0 909 10/28/2017
2.1.1.1 922 10/25/2017
2.1.1 920 10/25/2017
2.1.0.1 937 10/25/2017
2.1.0 1,128 10/24/2017
2.0.0.4 984 10/18/2017
2.0.0.3 944 10/17/2017
2.0.0.2 1,014 10/17/2017
2.0.0.1-dev 770 10/15/2017
2.0.0-dev 753 10/15/2017
1.2.1 1,006 2/16/2018
1.2.0 922 11/24/2017
1.1.1 915 10/25/2017
1.1.0.1 927 10/25/2017
1.0.0.2 903 10/17/2017
1.0.0.1 942 10/17/2017
1.0.0 950 10/15/2017
0.1.0.10-dev 755 10/15/2017
0.1.0.9-dev 766 10/14/2017
0.1.0.8-dev 870 10/14/2017
0.1.0.7-dev 765 10/13/2017
0.1.0.6-dev 764 10/13/2017
0.1.0.5-dev 964 10/12/2017

PERF: Avoid calls to SemantiModel and merge analyzers.
BUGFIX: Codegen for INPC009.
BUGFIX: Codegen for INPC003.
FEATURE: New analyzer INPC015 check if property is recursive.
FEATURE: New analyzer INPC016 check that backing field is assigned before notifying.