dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.23k stars 5.87k forks source link

Detailed Information about Reflection in Trimmed Mode missing #37903

Open redflitzi opened 10 months ago

redflitzi commented 10 months ago

Type of issue

Missing information

Description

Would need more documentation details about exactly which parts of Reflection still work in trimmed mode (i.e., PublishTrimmed=true and friends) and which do not.

An example of what level of detail I think of: https://github.com/dotnet/runtime/blob/main/src/coreclr/nativeaot/docs/reflection-free-mode.md Would be very helpful when remodeling and preparing for trimming.

Page URL

https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-self-contained

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/deploying/trimming/trim-self-contained.md

Document Version Independent Id

3061aedd-2264-90da-b244-b8ed7bf416fc

Article author

@jamshedd

jamshedd commented 10 months ago

@jeffschwMSFT can you loop in folks working on trimming?

jeffschwMSFT commented 10 months ago

@agocke