User need
A Marten application that exposes authored query entry points without Wolverine HTTP handlers needs bounded source evidence linking those entry points to document reads and compiled plans.
This is the focused residual child of #3. It should be scheduled only when a real Marten-only product fixture requires it.
Scope
- Exact authored application methods directly executing
IQuerySession or IBatchedQuery operations.
- Exact invocation of a compiled Marten query plan from an authored entry point.
- Public input parameter, query artifact, document-read, and plan linkage.
Non-goals
- Arbitrary interprocedural call-graph reconstruction.
- Runtime endpoint or DI discovery.
- Reconstructing arbitrary LINQ expressions.
- Treating generated source as semantic origin.
- Wolverine HTTP metadata or transport behavior.
Acceptance criteria
User need
A Marten application that exposes authored query entry points without Wolverine HTTP handlers needs bounded source evidence linking those entry points to document reads and compiled plans.
This is the focused residual child of #3. It should be scheduled only when a real Marten-only product fixture requires it.
Scope
IQuerySessionorIBatchedQueryoperations.Non-goals
Acceptance criteria