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 32,505 1/16/2025
0.11.0 204 1/15/2025
0.10.0 527 1/4/2025
0.9.13 1,699 12/28/2024
0.9.12 241 12/28/2024
0.9.11 832 12/28/2024
0.9.10 264 12/28/2024
0.9.9 212 12/28/2024
0.9.8 331 12/25/2024
0.9.7 264 12/25/2024
0.9.6 1,194 12/19/2024
0.9.5 189 12/19/2024
0.9.4 490 12/16/2024
0.9.3 312 12/15/2024
0.9.2 288 12/13/2024
0.9.1 260 12/12/2024
0.9.0 227 12/11/2024
0.8.9 376 11/29/2024
0.8.8 216 11/29/2024
0.8.7 201 11/28/2024
Loading failed