mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
![]() - Fixes https://github.com/dotnet/runtime/issues/98955 We will now produce a warning when a non-assembly-qualified type flows into a string location annotated with DynamicallyAccessedMembers, and we don't try to look up or mark the type (since we don't know which assemblies will be searched at runtime by the Type.GetType call). - Fixes https://github.com/dotnet/runtime/issues/103906 The ILLink intrinsic handling for `Type.GetType` will now look in corelib for generic arguments, matching native AOT. This replaces the existing warning IL2105. This uses a new warning instead of repurposing IL2105, because we already documented IL2105 and older versions of ILLink will produce it. Best to avoid any confusion about them. |
||
---|---|---|
.. | ||
custom-steps.md | ||
data-formats.md | ||
error-codes.md | ||
illink-options.md | ||
illink-tasks.md | ||
methods-kept-by-interface.md | ||
optimizations.md | ||
README.md | ||
serialization.md |
Documentation Index
This folder includes several documents that explain both high-level and low-level concepts about the IL trimmer and related tools.
Official Docs
View the official trimming docs at learn.microsoft.com
Usage Docs
- MSBuild Integration
- Available Command Line Options
- Error and Warning Codes
- Data Formats
- Authoring Custom Steps