Skip to content

docs: update architecture and SDK reference for bug fixes#60

Merged
Theauxm merged 1 commit into
mainfrom
fix/bug-3-4-5-docs
Mar 30, 2026
Merged

docs: update architecture and SDK reference for bug fixes#60
Theauxm merged 1 commit into
mainfrom
fix/bug-3-4-5-docs

Conversation

@Theauxm
Copy link
Copy Markdown
Member

@Theauxm Theauxm commented Mar 30, 2026

Summary

  • Updated DataContext section in effect architecture docs: Track/Update use direct entity state assignment instead of EF Core's graph-traversing Update(). Navigation properties are not cascaded across DI scope boundaries.
  • Updated EffectRunner section: all three operations (Track, Update, SaveChanges) await providers sequentially.
  • Updated TraxLambdaFunction error handling docs: errors are now logged before returning RemoteJobResponse. Clarified pre-train vs in-train error persistence.
  • Updated AddTraxJobRunner error path: notes that errors are logged.

Companion to TraxSharp/Trax.Effect#46 and TraxSharp/Trax.Scheduler#40.

Test plan

  • Verify docs render correctly (markdown only, no code changes)

- DataContext section: Track/Update use direct entry state assignment,
  not EF graph traversal. Navigation properties are not cascaded.
- EffectRunner section: all three operations await providers sequentially.
- TraxLambdaFunction error handling: errors are now logged before
  returning RemoteJobResponse. Clarify pre-train vs in-train error
  handling.
- AddTraxJobRunner: note that errors are logged on the error path.
@Theauxm Theauxm merged commit 50d1b10 into main Mar 30, 2026
@Theauxm Theauxm deleted the fix/bug-3-4-5-docs branch March 30, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant