-
Notifications
You must be signed in to change notification settings - Fork 0
Update README.md #164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #164
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the README.md file by adding a new "Important" section with a brief note. The change appears to supplement the existing important notice about the project's maintenance status.
- Adds a new "Important" section to the README documentation
| ## Important | ||
|
|
||
| This is also important. |
Copilot
AI
Jul 15, 2025
There was a problem hiding this comment.
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.
| This is also important. | |
| The `APIWeaver.OpenApi` library is a powerful tool for developers working with OpenAPI documents in .NET. |
| > 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. | ||
|
|
Copilot
AI
Jul 15, 2025
There was a problem hiding this comment.
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.
| > 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. |
No description provided.