PropertyChangedAnalyzers 4.0.0

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

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 71,292 11/21/2021
3.2.3 5,945 7/18/2021
3.2.2 3,647 3/4/2021
3.2.1 6,946 9/20/2020
3.2.0 88,490 1/20/2020
3.1.1 1,142 1/10/2020
3.1.0 697 1/10/2020
2.7.6 1,641 12/12/2019
2.7.5 1,388 11/13/2019
2.7.4 757 11/10/2019
2.7.3 884 11/7/2019
2.7.2 3,257 7/7/2019
2.7.1 2,063 2/15/2019
2.7.0 2,402 10/24/2018
2.6.0.1 1,023 10/17/2018
2.6.0 1,085 9/19/2018
2.5.12.5 1,178 8/21/2018
2.5.12.4 1,393 8/13/2018
2.5.12.1 1,075 8/9/2018
2.5.12 1,545 6/4/2018
2.5.11 1,487 5/23/2018
2.5.10.1 1,435 5/12/2018
2.5.10 1,651 5/9/2018
2.5.9 1,648 3/27/2018
2.5.5 1,442 3/8/2018
2.5.4 1,402 3/6/2018
2.5.3 1,366 3/6/2018
2.5.2 1,882 2/16/2018
2.5.1 1,716 11/24/2017
2.5.0 1,494 11/18/2017
2.4.0 1,199 11/4/2017
2.3.0 1,161 11/2/2017
2.2.1 1,178 10/29/2017
2.2.0 1,171 10/28/2017
2.1.1.1 1,172 10/25/2017
2.1.1 1,170 10/25/2017
2.1.0.1 1,196 10/25/2017
2.1.0 1,635 10/24/2017
2.0.0.4 1,236 10/18/2017
2.0.0.3 1,206 10/17/2017
2.0.0.2 1,396 10/17/2017
2.0.0.1-dev 1,013 10/15/2017
2.0.0-dev 1,006 10/15/2017
1.2.1 1,372 2/16/2018
1.2.0 1,187 11/24/2017
1.1.1 1,177 10/25/2017
1.1.0.1 1,187 10/25/2017
1.0.0.2 1,164 10/17/2017
1.0.0.1 1,210 10/17/2017
1.0.0 1,235 10/15/2017
0.1.0.10-dev 1,000 10/15/2017
0.1.0.9-dev 1,011 10/14/2017
0.1.0.8-dev 1,131 10/14/2017
0.1.0.7-dev 1,020 10/13/2017
0.1.0.6-dev 1,009 10/13/2017
0.1.0.5-dev 1,445 10/12/2017

4.0.0
     BREAKING: For VS2022+ now.
     BUGFIX: AD0001 -> Could not load file or assembly
     3.2.3
     BUGFIX: Assignments to expressions sharing the same name as the property or backing field no longer trigger INPC002 or INPC015.
     3.2.2
     Handle new messages from Roslyn
     3.2.1
     Handle regressions in Roslyn 3.7
     3.2.0
     INPC0023 Instance equals for reference type
     INPC024 ReferenceEquals for value type
     3.1.1
     Solution wide nullable fixes.
     INPC002 ignores when [Bindable(false)]
     3.1.0
     FEATURE: Handle nullable.
     FEATURE: Fixes for nullable warnings.
     3.0.0
     BREAKING: 3.x is for VS2019+
     BUGFIX INPC015: don't warn on object initializer in setter.
     BUGFIX INPC003: Handle chained expression bodied properties.