-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Sync ILLink #81450
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
Sync ILLink #81450
Conversation
…ss on generic type (dotnet/linker#3186) The warning needs to be generated from the origin where the field reference comes from - so if it's a method body, then from the method body. This is because the instantiation is determined by that place, not the field itself (the field is defined on an open generic definition of the type). This syncs the relevants tests with a NativeAOT work-in-progress change, but in generately it adds a lot more cases and some better comments. Co-authored-by: Tlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com> Commit migrated from dotnet/linker@c790896
Commit migrated from dotnet/linker@6381e0b
[main] Update dependencies from dotnet/arcade - Analyzer fix - Update to net8 - Update import order - Add net8 handling - Analyzer fixes - Merge branch 'main' into darc-main-328ee272-9fb8-4717-bae0-5575b14d7744 - More analyzer fixes - Port fix from runtime - Update failing test - verbose test - Fix formatting - Fix the task to look for net8.0 location. Revert test changes. - Workaround a possible issue in the new SDK Commit migrated from dotnet/linker@2bd23e1
* Match SDK versions of MSBuild framework * Bump to match runtime versions Commit migrated from dotnet/linker@053438e
…127.1 (dotnet/linker#3195) [main] Update dependencies from dotnet/arcade Commit migrated from dotnet/linker@c4b2869
Tagging subscribers to this area: @agocke, @sbomer, @vitek-karas Issue Detailsnull
|
Tagging subscribers to 'linkable-framework': @eerhardt, @vitek-karas, @LakshanF, @sbomer, @joperezr Issue Detailsnull
|
@agocke this requires an admin to create a merge commit instead of squashing, could you merge it? |
No description provided.