Skip to content

Instantly share code, notes, and snippets.

@koryphaee
koryphaee / Reducible.cs
Created March 27, 2021 14:33
Fluxor with a general SetPropertyAction<TState, TProperty>
using Fluxor;
using Microsoft.Extensions.Caching.Memory;
using System;
using System.Linq.Expressions;
using System.Reflection;
using System.Runtime.CompilerServices;
namespace Reducible
{
#region Reducible
using System;
using System.Data;
using System.Linq;
namespace JustForYou.Calculator
{
public class DataTableCalculator : ICalculator
{
public double Calculate(string term)
{