DKX.Signals.Blazor.SourceGenerators 1.0.0-rc.16

Prefix Reserved
This is a prerelease version of DKX.Signals.Blazor.SourceGenerators.
dotnet add package DKX.Signals.Blazor.SourceGenerators --version 1.0.0-rc.16
                    
NuGet\Install-Package DKX.Signals.Blazor.SourceGenerators -Version 1.0.0-rc.16
                    
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="DKX.Signals.Blazor.SourceGenerators" Version="1.0.0-rc.16">
  <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="DKX.Signals.Blazor.SourceGenerators" Version="1.0.0-rc.16" />
                    
Directory.Packages.props
<PackageReference Include="DKX.Signals.Blazor.SourceGenerators">
  <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 DKX.Signals.Blazor.SourceGenerators --version 1.0.0-rc.16
                    
#r "nuget: DKX.Signals.Blazor.SourceGenerators, 1.0.0-rc.16"
                    
#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 DKX.Signals.Blazor.SourceGenerators@1.0.0-rc.16
                    
#: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=DKX.Signals.Blazor.SourceGenerators&version=1.0.0-rc.16&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DKX.Signals.Blazor.SourceGenerators&version=1.0.0-rc.16&prerelease
                    
Install as a Cake Tool

DKX.Signals NuGet Version

<a href="https://www.buymeacoffee.com/david_kudera" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-violet.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

Reactive signals for C# inspired by Angular signals and @preact/signals.

Not production ready! This library is in early development and should not be used in production. The API will change without notice. Until there is a stable version 1.0.0 I will not follow semantic versioning.

Packages

Example

using static DKX.Signals.Factories;

var a = signal(1);
var b = signal(2);

var result = computed(a, b, static (a, b) => a + b);

using var changed = effect(
    result,
    static result =>
    {
        Console.WriteLine($"Result: {result}");
    }
);
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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.0-rc.16 54 5/6/2026
1.0.0-rc.15 66 4/19/2026
1.0.0-rc.12 62 4/19/2026
1.0.0-rc.11 209 5/8/2025
1.0.0-rc.10 215 5/8/2025
1.0.0-rc.9 206 5/7/2025
1.0.0-rc.8 204 5/7/2025
1.0.0-rc.7 198 5/6/2025
1.0.0-rc.6 214 5/4/2025
1.0.0-rc.5 134 5/3/2025
1.0.0-rc.4 138 5/3/2025
1.0.0-rc.3 124 5/3/2025
1.0.0-rc.2 174 5/2/2025
1.0.0-rc.1 205 5/1/2025