Skip to content

Add ASP.NET Core OpenAPI documentation to README#24

Merged
desjoerd merged 3 commits intomainfrom
copilot/add-openapi-support-documentation
Nov 30, 2025
Merged

Add ASP.NET Core OpenAPI documentation to README#24
desjoerd merged 3 commits intomainfrom
copilot/add-openapi-support-documentation

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 30, 2025

Documents the OptionalValues.OpenApi package which provides support for ASP.NET Core's built-in OpenAPI (Microsoft.AspNetCore.OpenApi).

Changes

  • Added OptionalValues.OpenApi to the packages table
  • Added "ASP.NET Core OpenAPI" section under Library support
  • Updated Features section to include ASP.NET Core OpenAPI
  • Updated Table of Contents

Usage

builder.Services.AddOpenApi(options =>
{
    options.AddOptionalValueSupport();
});
Original prompt

Please write the documentation in the README.md for the ASP.NET Core OpenAPI support (implemented in OptionalValues.OpenApi).


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits November 30, 2025 20:40
Co-authored-by: desjoerd <2460430+desjoerd@users.noreply.github.com>
Co-authored-by: desjoerd <2460430+desjoerd@users.noreply.github.com>
Copilot AI changed the title [WIP] Add documentation for ASP.NET Core OpenAPI support Add ASP.NET Core OpenAPI documentation to README Nov 30, 2025
Copilot AI requested a review from desjoerd November 30, 2025 20:42
@desjoerd desjoerd marked this pull request as ready for review November 30, 2025 22:05
@desjoerd desjoerd merged commit a9f8ff9 into main Nov 30, 2025
1 check passed
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.

2 participants