Future.UX.SourceGenerators 1.0.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Future.UX.SourceGenerators --version 1.0.0.2
                    
NuGet\Install-Package Future.UX.SourceGenerators -Version 1.0.0.2
                    
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="Future.UX.SourceGenerators" Version="1.0.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Future.UX.SourceGenerators" Version="1.0.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Future.UX.SourceGenerators" />
                    
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 Future.UX.SourceGenerators --version 1.0.0.2
                    
#r "nuget: Future.UX.SourceGenerators, 1.0.0.2"
                    
#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 Future.UX.SourceGenerators@1.0.0.2
                    
#: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=Future.UX.SourceGenerators&version=1.0.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Future.UX.SourceGenerators&version=1.0.0.2
                    
Install as a Cake Tool

GitHub stars NuGet

Future.UX.SourceGenerators

Lightweight MVVM library for WPF with automatic INotifyPropertyChanged and command support. Works seamlessly with Future.UX.SourceGenerators for automatic property generation, including computed properties. Easy to install and start coding view models with minimal boilerplate.

Installation

Install the MVVM package for Commands usage:

  Install-Package Future.UX.MVVM

Example

  public partial class Person
  {
      private string? __firstName;
      private string? __lastName;
      // Computed property
      public string FullName => $"{FirstName} {LastName}";
  }

Even with just this, the generated code will handle INotifyPropertyChanged for the fields and update FullName automatically when FirstName or LastName changes.

No need for additional usings or attributes. Just use the __ prefix and the generator does the rest.

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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 413 12/8/2025
1.0.1.3 356 11/21/2025
1.0.1.2 386 11/17/2025
1.0.1.1 377 11/17/2025
1.0.1 375 11/17/2025
1.0.0.9 471 11/17/2025
1.0.0.8 220 11/16/2025
1.0.0.7 220 11/16/2025
1.0.0.6 222 11/16/2025
1.0.0.5 223 11/16/2025
1.0.0.4 223 11/16/2025
1.0.0.3 199 11/14/2025
1.0.0.2 220 11/14/2025
1.0.0.1 234 11/14/2025
1.0.0 232 11/14/2025