-
Notifications
You must be signed in to change notification settings - Fork 161
Add MailPit Community Toolkit documentation targeting release-9.5 #4302
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
Add MailPit Community Toolkit documentation targeting release-9.5 #4302
Conversation
release-9.5
branch for your PR. Ensure that any comments in #2633 are included in your new PR.
Hey @copilot - you might want to have another look at this. Seems like there are no changes in this PR at all, empty "files changed" list. |
- Created comprehensive MailPit hosting integration documentation - Updated Community Toolkit overview with MailPit entry - Added MailPit to table of contents in alphabetical order - Includes installation, configuration, data persistence, and client usage examples Co-authored-by: IEvangelist <[email protected]>
Fixed the empty PR issue. The MailPit documentation files have now been created and committed (commit 9098435). The PR now includes:
All files pass markdownlint validation and follow the established documentation patterns. |
Hey @copilot - Unfortunately, we don't have |
Co-authored-by: IEvangelist <[email protected]>
Fixed! Replaced the xref links with inline code formatting for the Community Toolkit APIs. Changed |
Hey @copilot - could you please fix these build issues:
|
Co-authored-by: IEvangelist <[email protected]>
Fixed both build issues! Changed the app-host link to use a relative path |
This PR adds comprehensive documentation for the .NET Aspire Community Toolkit MailPit integration, targeting the
release-9.5
branch.Overview
MailPit is a mail testing tool that provides a fake SMTP server for development and testing. This integration allows developers to easily add MailPit containers to their .NET Aspire applications for email testing scenarios.
Changes Made
New Documentation
docs/community-toolkit/hosting-mailpit.md
- Complete integration guide covering:Updated Files
docs/community-toolkit/overview.md
- Added MailPit entry with proper documentation link and updated modification datedocs/toc.yml
- Added MailPit to Community Toolkit section in alphabetical orderExample Usage
The integration follows established patterns from other Community Toolkit integrations and provides developers with a seamless way to add email testing capabilities to their Aspire applications.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Internal previews