Future.UX.SourceGenerators
1.0.0.2
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
<PackageReference Include="Future.UX.SourceGenerators" Version="1.0.0.2" />
<PackageVersion Include="Future.UX.SourceGenerators" Version="1.0.0.2" />
<PackageReference Include="Future.UX.SourceGenerators" />
paket add Future.UX.SourceGenerators --version 1.0.0.2
#r "nuget: Future.UX.SourceGenerators, 1.0.0.2"
#:package Future.UX.SourceGenerators@1.0.0.2
#addin nuget:?package=Future.UX.SourceGenerators&version=1.0.0.2
#tool nuget:?package=Future.UX.SourceGenerators&version=1.0.0.2
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.
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 |