From 4928f881ffca058d83b96aab28923f919bdf2209 Mon Sep 17 00:00:00 2001 From: "Patrick Nelson (VS)" Date: Fri, 28 Aug 2026 11:14:27 -0700 Subject: [PATCH] Cleanup README.md --- README.md | 6 ++---- ROADMAP.md | 33 --------------------------------- 2 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 ROADMAP.md diff --git a/README.md b/README.md index 106a508d..375d89ff 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,9 @@ Release Branch: [![Build Status](https://devdiv.visualstudio.com/DevDiv/_apis/bu ## Overview -The CLR Instrumentation Engine (CLRIE) is a cooperation profiler that allows running multiple profiling extensions in the same process. It was built to satisfy Application Insights, IntelliTrace, and Production Breakpoints scenarios. +The CLR Instrumentation Engine (CLRIE) is a cooperation profiler that allows running multiple profiling extensions in the same process. It was built to satisfy Application Insights, IntelliTrace, Code Coverage, and Performance Profiling scenarios. -The CLRIE's goal is to create a cooperative environment for different profilers to work together on various platforms. In order to further this goal, we plan to open source this repo to the community by the end June 2019. - -For more information about our current and future project scope and to track our progress, please see the [CLRIE Road Map](ROADMAP.md). +The CLRIE's goal is to create a cooperative environment for different profilers to work together on various platforms. ## Getting Started diff --git a/ROADMAP.md b/ROADMAP.md deleted file mode 100644 index 70f9c812..00000000 --- a/ROADMAP.md +++ /dev/null @@ -1,33 +0,0 @@ -# CLR Instrumentation Engine Road Map - -The CLR Instrumentation Engine (CLRIE) roadmap provides the latest updates for the project priorities and upcoming work in supporting new features exposed by the runtime. - -The CLRIE's goal is to provide the foundation for cooperation among profilers. Because of this, the project is owned by many individuals across different products at Microsoft. We also extend this cooperation to the community and encourate individuals, teams, and product owners to join us in making profiling a cooperative experience. - -## Released Versions - -* [Latest Updates](CHANGELOG.md) - -## Upcoming Milestones and Releases - -For Azure platforms, CLRIE is available as a first-party extension and new versions are released based on the needs of the depending products such as Snapshot Debugger and Application Insights. - -| Milestone | Goals | -|-------------------|------------------------------------------| -| 2019 Q2 (Apr-Jun) | Open source by the end of June | -| 2019 Q3 (Jul-Sep) | Provide E2E Testing | -| 2019 Q4+ (Oct-???)| Support redistribution on Linux | - -See the [CLRIE projects](https://github.com/Microsoft/CLRInstrumentationEngine/projects) for in-progress and upcoming work for large objectives. - -Milestone information for current and future releases available at [CLRIE milestones](https://github.com/Microsoft/CLRInstrumentationEngine/milestones). - -## Feedback - -The best way to give feedback is to post [GitHub issues](https://github.com/Microsoft/CLRInstrumentationEngine/issues). You can also reach out to us at clrieowners@microsoft.com. - -Helpful feedback includes: -* Existing features or functionality that have problems. -* Missing features that should or could be added to the product. -* Design choices for features in-progress -