feat: Implement DataAnnotationsStreamQueryInterceptor (BCL validation for stream queries)#409
Merged
samtrion merged 1 commit intoApr 16, 2026
Conversation
Closed
4 tasks
Copilot
AI
changed the title
[WIP] Implement DataAnnotationsStreamQueryInterceptor for BCL validation
feat: Implement DataAnnotationsStreamQueryInterceptor (BCL validation for stream queries)
Apr 16, 2026
samtrion
marked this pull request as ready for review
April 16, 2026 16:57
samtrion
force-pushed
the
copilot/add-dataannotations-stream-query-interceptor
branch
from
April 16, 2026 20:50
b2399c2 to
b1f4480
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #409 +/- ##
==========================================
+ Coverage 91.87% 92.30% +0.42%
==========================================
Files 144 145 +1
Lines 5431 5448 +17
Branches 508 512 +4
==========================================
+ Hits 4990 5029 +39
+ Misses 296 272 -24
- Partials 145 147 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
@copilot resolve the merge conflicts in this pull request |
Contributor
Author
Merge conflicts resolved in 5bacace. The conflict in |
…y BCL validation Agent-Logs-Url: https://github.com/dailydevops/pulse/sessions/095324d1-ae26-476a-bdba-57b2ba12bfa4 Co-authored-by: samtrion <3283596+samtrion@users.noreply.github.com>
samtrion
force-pushed
the
copilot/add-dataannotations-stream-query-interceptor
branch
from
April 16, 2026 21:23
5bacace to
9b840e3
Compare
samtrion
deleted the
copilot/add-dataannotations-stream-query-interceptor
branch
April 16, 2026 21:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DataAnnotationsStreamQueryInterceptor<TQuery, TResponse>insrc/NetEvolve.Pulse/Interceptors/DataAnnotationsExtensions.AddDataAnnotations()to registerIStreamQueryInterceptor<,>alongside existing request and event interceptorsDataAnnotationsExtensionsto mention stream queriestests/NetEvolve.Pulse.Tests.Unit/DataAnnotations/Interceptors/DataAnnotationsStreamQueryInterceptorTests.csDataAnnotationsExtensionsTests.csto test stream query interceptor registration and idempotencyDataAnnotationsEventInterceptor) — all three interceptors (request, stream query, event) are now registered inAddDataAnnotations()