ReactiveGenerator 0.12.0

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

A C# source generator that automatically implements property change notifications using either standard INotifyPropertyChanged or ReactiveUI patterns.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on ReactiveGenerator:

Repository Stars
wieslawsoltes/ChatGPT
A ChatGPT C# client for MacOS, Windows, Linux, Android, iOS and Browser. Powered by Avalonia UI framework.
wieslawsoltes/Xaml.Behaviors
Xaml Behaviors for Avalonia
Version Downloads Last Updated
0.12.0 33,259 1/16/2025
0.11.0 210 1/15/2025
0.10.0 532 1/4/2025
0.9.13 1,723 12/28/2024
0.9.12 244 12/28/2024
0.9.11 837 12/28/2024
0.9.10 265 12/28/2024
0.9.9 217 12/28/2024
0.9.8 333 12/25/2024
0.9.7 266 12/25/2024
0.9.6 1,213 12/19/2024
0.9.5 193 12/19/2024
0.9.4 492 12/16/2024
0.9.3 313 12/15/2024
0.9.2 289 12/13/2024
0.9.1 262 12/12/2024
0.9.0 229 12/11/2024
0.8.9 380 11/29/2024
0.8.8 220 11/29/2024
0.8.7 205 11/28/2024
Loading failed