Reactivity - Version 153303

Created
Total Size93.1 KB (95,287 bytes)
Modified Size63.7 KB (65,224 bytes)
File Count24
Engine Version24
Changes
Add conversion from State<T> and Derived<T>
Meta
{ "Compiler": { "RootNamespace": "Sandbox.Reactivity", "DefineConstants": "SANDBOX", "NoWarn": "1701;1702;1591;", "WarningsAsErrors": "", "TreatWarningsAsErrors": false, "Nullables": true, "ReleaseMode": "Debug", "AssemblyReferences": [], "ReplacementDirectives": { ".Server.cs": "SERVER" }, "IgnoreFolders": [], "DistinctAssemblyReferences": [] }, "CsProjName": "Sandbox.Reactivity", "Resources": "", "CodePackageReferences": [] }
{
  "Compiler": {
    "RootNamespace": "Sandbox.Reactivity",
    "DefineConstants": "SANDBOX",
    "NoWarn": "1701;1702;1591;",
    "WarningsAsErrors": "",
    "TreatWarningsAsErrors": false,
    "Nullables": true,
    "ReleaseMode": "Debug",
    "AssemblyReferences": [],
    "ReplacementDirectives": {
      ".Server.cs": "SERVER"
    },
    "IgnoreFolders": [],
    "DistinctAssemblyReferences": []
  },
  "CsProjName": "Sandbox.Reactivity",
  "Resources": "",
  "CodePackageReferences": []
}

Diff (63.7 KB modified)

+2 ~5 -2
  • Code/Derived.cs (4.7 KB)
  • Code/State.cs (1.8 KB)
  • .bin/package.igor.reactivity.cll (10.7 KB -> 11.2 KB)
  • .bin/package.igor.reactivity.xml (35.1 KB -> 35.7 KB)
  • Code/DerivedAttribute.cs (1.7 KB -> 1.7 KB)
  • Code/IState.cs (193 B -> 612 B)
  • Code/Reactive.cs (8 KB -> 8 KB)
  • Code/Internals/Derived.cs (4.2 KB)
  • Code/Internals/State.cs (1.5 KB)