Skip to main content
Nucs.JsonSettings.NotifyChanges package icon

Nucs.JsonSettings.NotifyChanges

An extension to JsonSettings that turns a settings class into an observable, bindable object. [NotifyChanges] and [NotifyChangesMixin] rewrite your property setters at compile time to raise INotifyPropertyChanged - no proxy, no virtual requirement, nothing generated at runtime, so it works under Native AOT. Optional INotifyPropertyChanging, dependent-property notification via [NotifyChangesFor], and opt-in SynchronizationContext marshalling for off-thread writes. Framework-neutral: depends only on System.ComponentModel, not on WPF.

Total Downloads
480
480
Published
Aug 6, 2026
Latest stable version

Install

.NET CLI
dotnet add package Nucs.JsonSettings.NotifyChanges --version 2.3.0
Package Manager Console
Install-Package Nucs.JsonSettings.NotifyChanges -Version 2.3.0
PackageReference
<PackageReference Include="Nucs.JsonSettings.NotifyChanges" Version="2.3.0" />

Frameworks

net10.0 .NETFramework4.8 net6.0 net8.0 .NETStandard2.0

Dependencies

[2.3.0, )
[2.9.0, )
[13.0.3, )
Nucs.JsonSettings
.NETFramework4.8
[2.3.0, )
AspectInjector
.NETFramework4.8
[2.9.0, )
Newtonsoft.Json
.NETFramework4.8
[13.0.3, )
[2.3.0, )
[2.9.0, )
[13.0.3, )
[2.3.0, )
[2.9.0, )
[13.0.3, )
Nucs.JsonSettings
.NETStandard2.0
[2.3.0, )
AspectInjector
.NETStandard2.0
[2.9.0, )
Newtonsoft.Json
.NETStandard2.0
[13.0.3, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 5 target frameworks; confirm the exact target used by your application.

The published metadata declares 15 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.