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 31,727 1/16/2025
0.11.0 196 1/15/2025
0.10.0 516 1/4/2025
0.9.13 1,666 12/28/2024
0.9.12 233 12/28/2024
0.9.11 819 12/28/2024
0.9.10 257 12/28/2024
0.9.9 207 12/28/2024
0.9.8 322 12/25/2024
0.9.7 257 12/25/2024
0.9.6 1,179 12/19/2024
0.9.5 183 12/19/2024
0.9.4 484 12/16/2024
0.9.3 304 12/15/2024
0.9.2 281 12/13/2024
0.9.1 252 12/12/2024
0.9.0 220 12/11/2024
0.8.9 368 11/29/2024
0.8.8 210 11/29/2024
0.8.7 197 11/28/2024
Loading failed