Skip to content

Commit 463eda7

Browse files
authored
Update Compiler Test Plan with IL verification guidance (#81292)
1 parent 5afbf53 commit 463eda7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/contributing/Compiler Test Plan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This document provides guidance for thinking about language interactions and tes
3636
- Can build VS
3737
- Check that `Obsolete` is honored for members used in binding/lowering
3838
- LangVersion
39+
- IL verification (file issue on `runtime` repo as needed and track [here](https://github.com/dotnet/roslyn/issues/22872))
3940

4041
- 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.)
4142
- Consider using non-cryptographic hash such as `XxHash128` instead.

0 commit comments

Comments
 (0)