Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Merged
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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<div style="background:#fdecea;color:#2b2b2b;padding:12px 16px;border-radius:6px;margin-bottom:16px;border:1px solid #f5c2c7;">
<strong>This repository is no longer actively maintained under the Microsoft organization.</strong>
Active development continues at <a href="https://github.com/ngcpp/proxy">ngcpp/proxy</a>.
<br><br>
<strong>Why the change?</strong> Stewardship of the project has transitioned to a new independent organization, <strong>ngcpp</strong>, to ensure ongoing development and community-driven governance.
<br><br>
<strong>What does this mean?</strong>
<ul>
<li><strong>Read-only</strong>: This repository is archived and will not accept new issues or pull requests.</li>
<li><strong>History preserved</strong>: All past commits, issues, and discussions remain available for reference.</li>
<li><strong>Future contributions</strong>: Please direct all contributions, bug reports, and feature requests to <a href="https://github.com/ngcpp/proxy">ngcpp/proxy</a>.</li>
</ul>
Thank you to everyone who has supported Proxy here. We look forward to continuing the journey together at <strong>ngcpp</strong>.
</div>

# Proxy: Next Generation Polymorphism in C++

[![Proxy-CI](https://github.com/microsoft/proxy/actions/workflows/pipeline-ci.yml/badge.svg)](https://github.com/microsoft/proxy/actions/workflows/pipeline-ci.yml)
Expand Down