Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f1fbf2a
Disable sync workflow and add MediatR to TimeWarp.Mediator migration …
StevenTCramer Dec 3, 2025
810a45f
Standardize test.cs formatting and add mediator migration test tasks
StevenTCramer Dec 4, 2025
e7767b1
Split integration test task into focused subtasks for better tracking
StevenTCramer Dec 4, 2025
751de77
Move task 052 (store lifecycle integration tests) to in-progress
StevenTCramer Dec 4, 2025
81755c5
Add Store lifecycle integration tests (task 052)
StevenTCramer Dec 4, 2025
88bb7a7
Move task 053 (subscriptions integration tests) to in-progress
StevenTCramer Dec 4, 2025
99164a4
Add Subscriptions integration tests (task 053)
StevenTCramer Dec 4, 2025
894c069
Move task 054 (state transaction integration tests) to in-progress
StevenTCramer Dec 4, 2025
1fef071
Add StateTransactionBehavior integration tests (task 054)
StevenTCramer Dec 4, 2025
3a5aac3
Move task 055 (action tracking integration tests) to in-progress
StevenTCramer Dec 4, 2025
72ca1fb
Add ActionTracking integration tests (task 055)
StevenTCramer Dec 4, 2025
ca68ff1
Move task 056 (cacheable state integration tests) to in-progress
StevenTCramer Dec 4, 2025
145f58d
Add CacheableState integration tests (task 056)
StevenTCramer Dec 4, 2025
12e5bfd
Move task 057 (render subscription context tests) to in-progress
StevenTCramer Dec 4, 2025
5ff1946
Add RenderSubscriptionContext integration tests (task 057)
StevenTCramer Dec 4, 2025
56ae57a
Complete task 037 (mediator migration test plan)
StevenTCramer Dec 5, 2025
ff291b9
Complete task 036 (create mediator pipeline tests)
StevenTCramer Dec 5, 2025
c1721dd
Move task 038 (mediator package reference migration) to in-progress
StevenTCramer Dec 5, 2025
265b93b
Replace TimeWarp.Mediator with Mediator library packages (task 038)
StevenTCramer Dec 5, 2025
ca47b13
Complete task 038 (mediator package reference migration)
StevenTCramer Dec 5, 2025
35b47c3
Move task 039 (mediator global usings migration) to in-progress
StevenTCramer Dec 5, 2025
e2a7182
Replace TimeWarp.Mediator global usings with Mediator namespace (task…
StevenTCramer Dec 5, 2025
c73060c
Streamline AI configuration by consolidating C# coding standards guid…
StevenTCramer Jan 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
177 changes: 0 additions & 177 deletions .ai/04-csharp-coding-standards.md

This file was deleted.

File renamed without changes.
6 changes: 5 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
<PackageVersion Include="TimeWarp.Amuru" Version="1.0.0-beta.5" />
<PackageVersion Include="TimeWarp.Build.Tasks" Version="1.0.0" />
<PackageVersion Include="TimeWarp.Fixie" Version="3.1.0" />
<PackageVersion Include="TimeWarp.Mediator" Version="13.0.0" />
<PackageVersion Include="Mediator.Abstractions" Version="3.0.1" />
<PackageVersion Include="Mediator.SourceGenerator" Version="3.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageVersion>
<PackageVersion Include="TimeWarp.Nuru" Version="2.1.0-beta.8" />
<PackageVersion Include="TimeWarp.SourceGenerators" Version="1.0.0-beta.4" />
<PackageVersion Include="TimeWarp.State" Version="$(TimeWarpStateVersion)" />
Expand Down
12 changes: 12 additions & 0 deletions assets/timewarp-state-avatar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Loading
Loading