From 1281ba44618b6a983a47e47a4c674396267fd9c4 Mon Sep 17 00:00:00 2001 From: Steve Berdy <86739818+steveberdy@users.noreply.github.com> Date: Fri, 16 Aug 2024 20:19:57 -0400 Subject: [PATCH] Remove MetaCompilation from README after project deletion in #3699 --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 6c618e5b08..d269366665 100644 --- a/README.md +++ b/README.md @@ -132,14 +132,6 @@ This package contains rules to help library authors monitoring change to their p For instructions on using this analyzer, see [Instructions](src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md). -### MetaCompilation (prototype) - -Created by summer 2015 interns [Zoƫ Petard](https://github.com/zoepetard), [Jessica Petty](https://github.com/jepetty), and [Daniel King](https://github.com/daking2014) - -The MetaCompilation Analyzer is an analyzer that functions as a tutorial to teach users how to write an analyzer. It uses diagnostics and code fixes to guide the user through the various steps required to create a simple analyzer. It is designed for novice analyzer developers who have some previous programming experience. - -For instructions on using this tutorial, see [Instructions](https://github.com/dotnet/roslyn-analyzers/blob/main/src/MetaCompilation.Analyzers/Core/ReadMe.md#instructions). - ## Getting Started 1. Install Visual Studio 2022 or later, with at least the following workloads: