issues
search
TimeWarpEngineering
/
timewarp-state
A Blazor State management library by TimeWarp.
The Unlicense
562
stars
56
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Move TimeWarp State Server Tutorial to Done
#503
StevenTCramer
closed
1 day ago
0
Add Server Sample for basics
#502
StevenTCramer
closed
2 days ago
0
Update Samples
#501
StevenTCramer
closed
3 days ago
0
Fix source gen bug to NOT specify an accessibility on the generated partial class.
#500
StevenTCramer
closed
4 days ago
0
build(deps): bump actions/upload-artifact from 3.2.1.pre.node20 to 4.4.3
#499
dependabot[bot]
opened
1 week ago
0
Why is an IAction an IRequest instead of being an INotification?
#498
aboudoux
opened
1 week ago
0
build(deps): bump actions/upload-artifact from 97a0fba1372883ab732affbe8f94b823f91727db to c24449f33cd45d4826c6702db7e49f7cdb9b551d
#497
dependabot[bot]
closed
2 weeks ago
0
build(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.0
#496
dependabot[bot]
closed
2 weeks ago
0
Create scorecard.yml
#495
StevenTCramer
closed
2 weeks ago
0
Cramer/2024 10 20/samples
#494
StevenTCramer
closed
1 month ago
0
docs: update TimeWarp logo in README
#493
StevenTCramer
closed
1 month ago
0
build: update favicon and logo paths in docfx.json
#492
StevenTCramer
closed
1 month ago
0
Bump version and test all ci/cd
#491
StevenTCramer
closed
1 month ago
0
Add packages.lock.json to all the projects as we will use these to cache Nugets in CI builds
#490
StevenTCramer
closed
1 month ago
0
build: Add NuGet package caching to speed up workflow
#489
StevenTCramer
closed
1 month ago
0
build: Optimize trigger for publish-documentation.yml
#488
StevenTCramer
closed
1 month ago
0
build: Update GitHub Actions workflow to use latest version of action…
#487
StevenTCramer
closed
1 month ago
0
build: Update publish-documentation workflow
#486
StevenTCramer
closed
1 month ago
0
ci: update GitHub Actions workflow for publishing documentation
#485
StevenTCramer
closed
1 month ago
0
docs: Update GitHub Pages deployment workflow
#484
StevenTCramer
closed
1 month ago
0
docs: Update publish-documentation workflow to check for _site directory
#483
StevenTCramer
closed
1 month ago
0
Update GitHub Pages artifact upload action to v2
#482
StevenTCramer
closed
1 month ago
0
Update to slnx
#481
StevenTCramer
closed
1 month ago
0
Fix GitHub Pages workflow
#480
StevenTCramer
closed
1 month ago
0
build(deps): bump actions/setup-dotnet from 3 to 4
#479
dependabot[bot]
closed
1 month ago
0
Create dependabot.yml
#478
StevenTCramer
closed
1 month ago
0
fix: update .NET SDK version in CI workflows
#477
StevenTCramer
closed
1 month ago
0
docs: update TimeWarp logo URL in Overview.md
#476
StevenTCramer
closed
1 month ago
0
Get the End to End Tests running automatically.
#475
StevenTCramer
closed
1 month ago
0
Update package versions
#474
StevenTCramer
closed
1 month ago
0
Add .ai prompts
#473
StevenTCramer
closed
1 month ago
0
Cramer/2024 08 13/state read only public properties analyzer
#472
StevenTCramer
closed
2 months ago
0
Add analyzer to check for ICloneable or parameterless constructor
#471
StevenTCramer
closed
2 months ago
0
Publish Notification after attempting to load state from persistence
#470
StevenTCramer
closed
3 months ago
0
Feature: Notification after load from storage
#469
thakhisis
closed
3 months ago
0
Timers
#468
StevenTCramer
closed
3 months ago
1
Add state read only public properties analyzer
#467
StevenTCramer
closed
3 months ago
1
Add Analyzer to make sure States implement specific CRTP pattern
#466
StevenTCramer
closed
3 months ago
1
Add constraint to State to use the curiously recurring template patte… …rn (CRTP)
#465
StevenTCramer
closed
3 months ago
1
TimeWarpStateComponent: Check Complex Parameters and tons of Logging
#464
StevenTCramer
closed
3 months ago
1
Fix Script
#463
StevenTCramer
closed
3 months ago
1
Publish TimeWarp.State.Policies
#462
StevenTCramer
closed
3 months ago
1
ActionSet Source Code Generator
#461
StevenTCramer
closed
3 months ago
1
Add TimeWarp.State.Rules and Architecture Tests Add Cancelation Tokens to State and TimeWarpStateComponent.
#460
StevenTCramer
closed
3 months ago
1
StateInitializationPreProcessor
#459
StevenTCramer
closed
4 months ago
1
Override StateHasChanged
#458
StevenTCramer
closed
4 months ago
1
If you don't supply a RenderTrigger for a state you are subscribed to
#457
StevenTCramer
closed
4 months ago
1
Rename RegisterRenderTrigger to avoid unintended overlaod matching.
#456
StevenTCramer
closed
4 months ago
1
use EqualityComparer<T>.Default to handle nullable and non
#455
StevenTCramer
closed
4 months ago
1
upport nullables in Trigger expressions
#454
StevenTCramer
closed
4 months ago
1
Next