You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add explanatory remarks for ModuleResult<T?> signature
The signature uses ModuleResult<T?> because Module<T>.GetAwaiter() returns
ModuleResult<T?>, matching the nullable return type of ExecuteAsync.
This is intentional and matches the framework's design.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
0 commit comments