Skip to content

Commit

Permalink
Rename area-ILVerification to area-Tools-ILVerification (#89698)
Browse files Browse the repository at this point in the history
* Rename area-ILVerification to area-Tools-ILVerification

Fixes #89693

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

Co-authored-by: Kevin Jones <vcsjones@github.com>
  • Loading branch information
jkotas and vcsjones authored Aug 6, 2023
1 parent 64771d7 commit 7f67a4a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/fabricbot.json
Original file line number Diff line number Diff line change
@@ -218,7 +218,7 @@
},
{
"labels": [
"area-ILVerification"
"area-Tools-ILVerification"
],
"mentionees": [
"JulieLeeMSFT"
2 changes: 1 addition & 1 deletion src/coreclr/tools/ILVerify/README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 7f67a4a

Please sign in to comment.