Skip to content

refactor(sec): make GetWithContent virtual like every other repository read - #4409

Merged
daniel3303 merged 1 commit into
mainfrom
fix/virtual-get-with-content
Aug 19, 2026
Merged

refactor(sec): make GetWithContent virtual like every other repository read#4409
daniel3303 merged 1 commit into
mainfrom
fix/virtual-get-with-content

Conversation

@daniel3303

Copy link
Copy Markdown
Owner

One-word change: DocumentRepository.GetWithContent gains virtual, matching the BaseRepository convention (Get, GetAll, Add, … are all virtual). A downstream consumer needs to stub it to pin controller wiring in a unit test; today it is the only read on the type that cannot be overridden. No behavior change. OSS unit suite 4430/4430 via vstest.

@daniel3303 daniel3303 changed the title refactor(sec): GetWithContent is virtual like every other repository read so consumers can pin wiring in tests refactor(sec): make GetWithContent virtual like every other repository read Aug 19, 2026
@daniel3303
daniel3303 merged commit d06093b into main Aug 19, 2026
9 of 10 checks passed
@daniel3303
daniel3303 deleted the fix/virtual-get-with-content branch August 19, 2026 14:49
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