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 (4)

Showing the top 4 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/Dock
A docking layout system.
wieslawsoltes/Svg.Skia
An SVG rendering library.
wieslawsoltes/Xaml.Behaviors
Xaml Behaviors for Avalonia
Version Downloads Last Updated
0.12.0 30,560 1/16/2025
0.11.0 174 1/15/2025
0.10.0 504 1/4/2025
0.9.13 1,622 12/28/2024
0.9.12 218 12/28/2024
0.9.11 799 12/28/2024
0.9.10 242 12/28/2024
0.9.9 187 12/28/2024
0.9.8 304 12/25/2024
0.9.7 243 12/25/2024
0.9.6 1,116 12/19/2024
0.9.5 169 12/19/2024
0.9.4 470 12/16/2024
0.9.3 291 12/15/2024
0.9.2 266 12/13/2024
0.9.1 239 12/12/2024
0.9.0 205 12/11/2024
0.8.9 349 11/29/2024
0.8.8 196 11/29/2024
0.8.7 180 11/28/2024
Loading failed