Skip to content

Continuing the implementation of mediator framework tasks - #800

Merged
AndreaCuneo merged 4 commits into
masterfrom
copilot/continue-next-task
Jul 26, 2026
Merged

Continuing the implementation of mediator framework tasks#800
AndreaCuneo merged 4 commits into
masterfrom
copilot/continue-next-task

Conversation

Copilot AI commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Pull request created by AI Agent

Copilot AI and others added 4 commits July 26, 2026 19:31
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 26, 2026 19:50
Copilot AI removed the request for review from Copilot July 26, 2026 19:50
@AndreaCuneo
AndreaCuneo marked this pull request as ready for review July 26, 2026 19:50
@AndreaCuneo
AndreaCuneo requested a review from a team as a code owner July 26, 2026 19:50
Copilot AI review requested due to automatic review settings July 26, 2026 19:50

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Implements FW-08 (ETag preconditions) for the mediator framework Minimal API transport: introduces an [ETag] marker attribute, binds If-Match/If-None-Match: * into the request contract, and exposes OpenAPI documentation support for the optional header.

Changes:

  • Add [ETag] contract attribute in core and teach the Minimal API endpoint generator to bind ETag preconditions + emit OpenAPI metadata and diagnostics (ARKMF017/ARKMF018).
  • Add Minimal API runtime helper (ArkETag) and OpenAPI extension (AddArkETagParameters) to document If-Match when endpoints are ETag-enabled.
  • Extend mediator framework tests and docs to cover/describe ETag preconditions.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tests/Ark.Tools.MediatorFramework.Tests/MinimalApiHostingExtensionsTests.cs Registers AddArkETagParameters() in OpenAPI options test chain.
tests/Ark.Tools.MediatorFramework.Tests/GeneratorSnapshotTests.cs Adds/updates generator tests for ETag binding + diagnostics and adds runtime helper tests.
src/mediator-framework/Ark.Tools.MediatorFramework/ETagAttribute.cs Introduces transport-agnostic [ETag] marker attribute for contracts.
src/mediator-framework/Ark.Tools.MediatorFramework.MinimalApi/ArkOpenApiEx.cs Adds OpenAPI operation transformer to append optional If-Match header for ETag-enabled operations.
src/mediator-framework/Ark.Tools.MediatorFramework.MinimalApi/ArkETag.cs Adds runtime helper for reading ETag preconditions and validating tokens; adds endpoint metadata marker.
src/mediator-framework/Ark.Tools.MediatorFramework.MinimalApi.Generators/MinimalApiEndpointGenerator.cs Detects [ETag] property, emits header-binding assignment, emits metadata, and reports new diagnostics.
src/mediator-framework/Ark.Tools.MediatorFramework.MinimalApi.Generators/DiagnosticDescriptors.cs Adds ARKMF017/ARKMF018 diagnostic descriptors for invalid/duplicate ETag declarations.
docs/mediator-framework/progress/tasks/README.md Marks FW-08 as completed.
docs/mediator-framework/design.md Documents optimistic concurrency via opaque ETag tokens and new diagnostics.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/mediator-framework/progress/tasks/README.md
@AndreaCuneo
AndreaCuneo merged commit 0acbd6e into master Jul 26, 2026
7 checks passed
@AndreaCuneo
AndreaCuneo deleted the copilot/continue-next-task branch July 26, 2026 20:00
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.

3 participants