PropertyChangedAnalyzers 1.2.0

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

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

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 55,762 11/21/2021
3.2.3 5,840 7/18/2021
3.2.2 3,543 3/4/2021
3.2.1 6,816 9/20/2020
3.2.0 88,279 1/20/2020
3.1.1 1,029 1/10/2020
3.1.0 589 1/10/2020
2.7.6 1,517 12/12/2019
2.7.5 1,288 11/13/2019
2.7.4 656 11/10/2019
2.7.3 782 11/7/2019
2.7.2 3,116 7/7/2019
2.7.1 1,949 2/15/2019
2.7.0 2,271 10/24/2018
2.6.0.1 891 10/17/2018
2.6.0 951 9/19/2018
2.5.12.5 1,056 8/21/2018
2.5.12.4 1,257 8/13/2018
2.5.12.1 940 8/9/2018
2.5.12 1,241 6/4/2018
2.5.11 1,178 5/23/2018
2.5.10.1 1,140 5/12/2018
2.5.10 1,355 5/9/2018
2.5.9 1,347 3/27/2018
2.5.5 1,144 3/8/2018
2.5.4 1,104 3/6/2018
2.5.3 1,056 3/6/2018
2.5.2 1,561 2/16/2018
2.5.1 1,512 11/24/2017
2.5.0 1,195 11/18/2017
2.4.0 979 11/4/2017
2.3.0 947 11/2/2017
2.2.1 974 10/29/2017
2.2.0 958 10/28/2017
2.1.1.1 970 10/25/2017
2.1.1 967 10/25/2017
2.1.0.1 985 10/25/2017
2.1.0 1,231 10/24/2017
2.0.0.4 1,032 10/18/2017
2.0.0.3 988 10/17/2017
2.0.0.2 1,089 10/17/2017
2.0.0.1-dev 815 10/15/2017
2.0.0-dev 798 10/15/2017
1.2.1 1,072 2/16/2018
1.2.0 969 11/24/2017
1.1.1 963 10/25/2017
1.1.0.1 975 10/25/2017
1.0.0.2 947 10/17/2017
1.0.0.1 990 10/17/2017
1.0.0 998 10/15/2017
0.1.0.10-dev 800 10/15/2017
0.1.0.9-dev 812 10/14/2017
0.1.0.8-dev 916 10/14/2017
0.1.0.7-dev 810 10/13/2017
0.1.0.6-dev 809 10/13/2017
0.1.0.5-dev 1,061 10/12/2017

FEATURE: Support MvvmCross.
BUGFIX: Handle side effect in if return.
FEATURE: Check that assignment is before notification.
BUGFIX: Handle arbitraty check if different.
FEATURE: Suggest refactor to set and raise method.
BUGFIX: Handle backing field named as keyword
FEATURE: Support Prism.Mvvm