-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Produce IL3000 and IL3001 from NativeAOT compiler #83253
Conversation
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsThis also implements the suppression of the IL3002 on the affected methods both in the NativeAOT compiler and the analyzer. Adds single-file specific tests which are skipped for the trimmer.
|
47011ef
to
65bf153
Compare
This also implements the suppression of the IL3002 on the affected methods both in the NativeAOT compiler and the analyzer. Adds single-file specific tests which are skipped for the trimmer.
42814a0
to
833b3ec
Compare
This is now ready for review. @sbomer you're probably the most familiar with the code affected by this change (mostly the shared bits and stuff around it). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This also implements the suppression of the IL3002 on the affected methods both in the NativeAOT compiler and the analyzer.
Adds single-file specific tests which are skipped for the trimmer.
Fixes: #83088
Fixes: #82475