From 297c96e8ffe48f7e68f38e05dd050fe78827f3df Mon Sep 17 00:00:00 2001 From: Julien Couvreur <12466233+jcouv@users.noreply.github.com> Date: Sun, 16 Nov 2025 23:08:46 -0800 Subject: [PATCH] Update Compiler Test Plan with IL verification guidance --- docs/contributing/Compiler Test Plan.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributing/Compiler Test Plan.md b/docs/contributing/Compiler Test Plan.md index 23d524d321709..10693586a8fc0 100644 --- a/docs/contributing/Compiler Test Plan.md +++ b/docs/contributing/Compiler Test Plan.md @@ -36,6 +36,7 @@ This document provides guidance for thinking about language interactions and tes - Can build VS - Check that `Obsolete` is honored for members used in binding/lowering - LangVersion +- IL verification (file issue on `runtime` repo as needed and track [here](https://github.com/dotnet/roslyn/issues/22872)) - Does the feature use cryptographic hashes in any way? (examples: metadata names of file-local types, extension types, assembly strong naming, PDB document table, etc.) - Consider using non-cryptographic hash such as `XxHash128` instead.