1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

Rename area-ILVerification to area-Tools-ILVerification (#89698)

* Rename area-ILVerification to area-Tools-ILVerification

Fixes #89693

* Update src/coreclr/tools/ILVerify/README.md

Co-authored-by: Kevin Jones <vcsjones@github.com>
This commit is contained in:
Jan Kotas 2023-08-06 08:04:35 -07:00 committed by GitHub
parent 64771d716c
commit 7f67a4aae8
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -218,7 +218,7 @@
},
{
"labels": [
"area-ILVerification"
"area-Tools-ILVerification"
],
"mentionees": [
"JulieLeeMSFT"

View file

@ -116,7 +116,7 @@ Additionally the method signature of the special test method must be equal to th
The methods are automatically fed into appropriate XUnit theories based on the naming convention. Methods not following this naming conventions are ignored by the test scaffolding system.
## How to contribute
All ILVerify issues are labeled with [area-ILVerification](https://github.com/search?utf8=%E2%9C%93&q=label%3Aarea-ILVerification&type=). You can also look and fix TODOs in the source code.
All ILVerify issues are labeled with [area-Tools-ILVerification](https://github.com/search?utf8=%E2%9C%93&q=label%3Aarea-Tools-ILVerification&type=). You can also look and fix TODOs in the source code.
Useful sources:
- [PEVerify source code](https://github.com/lewischeng-ms/sscli/blob/master/clr/src/jit64/newverify.cpp)