You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ILLink build, we could replace some of the specially recognized attributes with dataflow annotations attributes and remove the logic from IL linker.
The EventSource specific handling will probably end up in the same category.
We'll need to think about the ".NET 6 SDK is used to build a .NET 5 targeting project (that doesn't have the annotations in the corelib)" scenario though.
In ILLink build, we could replace some of the specially recognized attributes with dataflow annotations attributes and remove the logic from IL linker.
Potential candidates
System.Xml.Serialization.XmlSerializer- doneThere are more special attributes recognized by linker but they cannot be expressed with correct annotation or use domain-specific syntax.
@eerhardt @vitek-karas
The text was updated successfully, but these errors were encountered: