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:
parent
64771d716c
commit
7f67a4aae8
2 changed files with 2 additions and 2 deletions
2
.github/fabricbot.json
vendored
2
.github/fabricbot.json
vendored
|
@ -218,7 +218,7 @@
|
|||
},
|
||||
{
|
||||
"labels": [
|
||||
"area-ILVerification"
|
||||
"area-Tools-ILVerification"
|
||||
],
|
||||
"mentionees": [
|
||||
"JulieLeeMSFT"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue