Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
> [!IMPORTANT]
> This project is currently **not actively maintained or developed**. For a maintained alternative with a similar feature set, consider [martincostello/openapi-extensions](https://github.com/martincostello/openapi-extensions).
## Important

This is also important.
Copy link

Copilot AI Jul 15, 2025

Choose a reason for hiding this comment

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

The content 'This is also important.' is vague and uninformative. Consider providing specific, actionable information that helps users understand what they need to know.

Suggested change
This is also important.
The `APIWeaver.OpenApi` library is a powerful tool for developers working with OpenAPI documents in .NET.

Copilot uses AI. Check for mistakes.

`APIWeaver.OpenApi` is a lightweight .NET 9 library that extends the OpenAPI document generated by .NET's built-in OpenAPI document generator. It’s compatible with native AOT and offers extension methods and transformers for flexible customization.

Comment on lines 9 to 16
Copy link

Copilot AI Jul 15, 2025

Choose a reason for hiding this comment

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

Adding a generic 'Important' section immediately after an existing IMPORTANT callout creates redundancy and confusion. Consider consolidating the information into the existing important notice or using a more specific heading.

Suggested change
> This project is currently **not actively maintained or developed**. For a maintained alternative with a similar feature set, consider [martincostello/openapi-extensions](https://github.com/martincostello/openapi-extensions).
## Important
This is also important.
`APIWeaver.OpenApi` is a lightweight .NET 9 library that extends the OpenAPI document generated by .NET's built-in OpenAPI document generator. It’s compatible with native AOT and offers extension methods and transformers for flexible customization.
> This project is currently **not actively maintained or developed**. For a maintained alternative with a similar feature set, consider [martincostello/openapi-extensions](https://github.com/martincostello/openapi-extensions). Additionally, `APIWeaver.OpenApi` is a lightweight .NET 9 library that extends the OpenAPI document generated by .NET's built-in OpenAPI document generator. It’s compatible with native AOT and offers extension methods and transformers for flexible customization.

Copilot uses AI. Check for mistakes.
## Features
Expand Down
Loading