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
[Dto]: add partial hooks to generated CRUD tests for factory/client configuration
Generated CRUD test classes are now partial with two static partial methods:
- ConfigureWebHost(IWebHostBuilder) — configure DI, database, auth
- ConfigureClient(HttpClient) — add headers, tokens, base URL
User creates a partial class in a separate file to implement either hook.
If not implemented, defaults to no-op (standard partial method behavior).
XML doc on the generated class shows usage example.
0 commit comments