Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2021-05-28Warn when method return type is annotated but it's not Type or String (#2066)Vitek Karas
2021-05-25Flow C++/CLI assemblies into the linker (#2042)Mateo Torres-Ruiz
2021-05-08Trim parameter names metadata when they are not needed. (#1988)Marek Safar
2021-04-17First draft of blog post on fixing warnings (#1946)Andy Gocke
2021-04-16Preserve types for serialization (#1932)Sven Boemer
2021-04-16Resolving a type represented by a type name string should mimic Type.GetType ...Mateo Torres-Ruiz
2021-04-07Support collapsing trim analysis warnings (#1937)Sven Boemer
2021-04-06Extend attributes removal to support values matching (#1935)Marek Safar
2021-03-30Improve external custom attribute annotations support (#1923)Marek Safar
2021-03-12Don't fail with unexpected error on unresolved assembly references (#1870)Marek Safar
2021-03-11Basic tracking of MethodInfo and use it to improve Expression.Property and Ma...Vitek Karas
2021-02-26Support attribute trimming opt-in (#1839)Sven Boemer
2021-02-10Extend root mode options with library mode (#1811)Marek Safar
2021-02-05RequiresAssemblyFilesAttribute resource manager changes (#1790)Tlakaelel Axayakatl Ceja
2021-02-03Fix overreporting of warnings due to RequiresUnreferencedCode (#1798)Vitek Karas
2021-01-29Fix formatting (#1789)Mateo Torres-Ruiz
2021-01-26Small documentation update tweaks (#1782)Marek Safar
2021-01-20Update illink-options.md (#1769)Lakshan Fernando
2021-01-20Constant propagation without iterations and stack based (#1756)Vitek Karas
2021-01-20Refactor type members preservation coming from assembly roots. (#1763)Marek Safar
2021-01-18Clean up of trimming roots handling (#1725)Marek Safar
2021-01-05Add design doc for trimming opt-in/opt-out (#1647)Sven Boemer
2020-12-11Restrict embedded XML (#1675)Sven Boemer
2020-12-08Add description how to embed linker XML files (#1674)Vitek Karas
2020-12-08Update IL2067-91 warning messages (#1624)Mateo Torres-Ruiz
2020-08-22Fix typo (#1444)Rolf Bjarne Kvinge
2020-08-18Warn when DynamicallyAccessedMembersAttribute is used on a member of unsuppor...Vitek Karas
2020-08-18Don't error on non-IL warning codes (#1437)Sven Boemer
2020-08-18Make warnings logging work with custom steps API (#1419)Marek Safar
2020-08-15Waring IL2050 should be considered TrimAnalysis warning (#1430)Vitek Karas
2020-08-15Warn on invalid arguments (#1364)Mateo Torres-Ruiz
2020-08-15Warn on case insensitive overload usage (#1413)Tlakaelel Axayakatl Ceja
2020-08-13Warnings cleanup (#1385)Vitek Karas
2020-08-06Generate warning suppressions in an XML format (#1386)Mateo Torres-Ruiz
2020-08-04Add support for property tag on CA annotations (#1397)Mateo Torres-Ruiz
2020-07-27Warn about some COM usage (#1382)Michal Strehovský
2020-07-24Add support for --warn <version> (#1381)Sven Boemer
2020-07-24Add warnaserror option (#1377)Mateo Torres-Ruiz
2020-07-20Improve warnings on internal attribute use (#1361)Tlakaelel Axayakatl Ceja
2020-07-16Show error on invalid command-line argument (#1360)Mateo Torres-Ruiz
2020-07-10Merge pull request #1332 from tlakollo/OverrideRemoveAttributeInstancesTlakaelel Axayakatl Ceja
2020-07-10Update option names and docs (#1292)Sven Boemer
2020-07-10Add terminology description to the illink task doc (#1317)Vitek Karas
2020-07-09Add nowarn option (#1324)Mateo Torres-Ruiz
2020-07-09-Add override mechanism for Attribute Remove Instances option using theTlakollo
2020-07-09Update illink-options.mdMarek Safar
2020-07-08Validation of annotations across virtual method hierarchies (#1315)Vitek Karas
2020-07-06-PR FeedbackTlakollo
2020-07-02-Add documentation of new featuresTlakollo
2020-07-01-Add shorcut to insert LinkerRemovableAttribute into cacheTlakollo