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
AgeCommit message (Expand)Author
2021-03-19Fix automatic propagation in property setters (#1904)Tlakaelel Axayakatl Ceja
2021-03-17Propagate annotations over Type.BaseType (#1901)Vitek Karas
2021-03-13Introduce test helpers and add DataFlowTypeExtensions (#1890)Vitek Karas
2021-03-12Relax validtion of MakeGeneric* on struct and unmanaged constraint (#1888)Vitek Karas
2021-03-12Fix stack overflow in MarkEntireType (#1886)Vitek Karas
2021-03-11Basic tracking of MethodInfo and use it to improve Expression.Property and Ma...Vitek Karas
2021-02-18Bump dependencies (#1840)v6.0.100-preview.2.21118.1Marek Safar
2021-02-08Reenable default UnreachableBodies optimization (#1799)Marek Safar
2021-02-04Enable processing of dynamically referenced assemblies (#1666)Sven Boemer
2021-02-03Fix overreporting of warnings due to RequiresUnreferencedCode (#1798)Vitek Karas
2021-01-20Add tests validating annotation behavior on delegates (#1766)Vitek Karas
2021-01-19Remove monolinker build support (#1760)Marek Safar
2021-01-06Better intrinsic handling of GetNestedType if input has All (#1719)Vitek Karas
2020-12-16Add intrinsic handling of AsType and String.Empty (#1700)Michal Strehovský
2020-12-08Update IL2067-91 warning messages (#1624)Mateo Torres-Ruiz
2020-12-03Roslyn analyzer improvements (#1622)Tlakaelel Axayakatl Ceja
2020-11-26Fix linker crash on unresolved types in generic and attribute data flow handl...Vitek Karas
2020-11-11Fix ArgumentOutOfRange in GetConstructor scanning (#1621)Eric Erhardt
2020-11-02Mark types needed for instance checks only if they are ever instantiated (#1595)Marek Safar
2020-10-26Mark generic arguments of dynamically accessed types passed as string (#1566)Mateo Torres-Ruiz
2020-10-22Add test cases for complex type data flow tests (#1580)Vitek Karas
2020-10-13Test handling of arrays in data flow (#1564)Vitek Karas
2020-10-07Correctly handle assembly qualified names in generic parameters (#1546)Vitek Karas
2020-09-30Update to latest dotnet-format versionMarek Safar
2020-09-17Remove unused using directive from some test cases (#1494)brian-taylor-unity
2020-09-17Update to target .NET5 framework (#1471)Marek Safar
2020-09-16Add tests to enforcement test framework rules and conventions.Michael Voorhees
2020-09-10Fix possible endless recursion in MarkEntireType (#1478)Vitek Karas
2020-08-18Warn when DynamicallyAccessedMembersAttribute is used on a member of unsuppor...Vitek Karas
2020-08-13Warnings cleanup (#1385)Vitek Karas
2020-08-10Allow new() constraint to satisfy DynamicallyAccessedMemberTypes.PublicParame...Michal Strehovský
2020-08-04Add support for property tag on CA annotations (#1397)Mateo Torres-Ruiz
2020-07-23Merge pull request #1373 from vitek-karas/AvoidUnnecessary2045Vitek Karas
2020-07-23Fix failing testvitek-karas
2020-07-21Don't generate warning 2045 due to the attribute type members referencing the...vitek-karas
2020-07-21Use class hierarchy in IsTypeInterestingForDataflow (#1369)Michal Strehovský
2020-07-20Improve warnings on internal attribute use (#1361)Tlakaelel Axayakatl Ceja
2020-07-11Fix override attribute removal test (#1347)Tlakaelel Axayakatl Ceja
2020-07-10Merge pull request #1332 from tlakollo/OverrideRemoveAttributeInstancesTlakaelel Axayakatl Ceja
2020-07-10Attribute removal should not kick in for assemblies which are not linked (#1344)Vitek Karas
2020-07-10Adds manual linker attributes removed for assembly and module level attribute...Marek Safar
2020-07-09Add nowarn option (#1324)Mateo Torres-Ruiz
2020-07-09-Add override mechanism for Attribute Remove Instances option using theTlakollo
2020-07-08Rename DefaultConstructor to PublicParameterlessConstructor (#1329)Vitek Karas
2020-07-08Validation of annotations across virtual method hierarchies (#1315)Vitek Karas
2020-07-08Add a mechanism to remove custom attribute instances (#1307)Tlakaelel Axayakatl Ceja
2020-07-06Use GetDisplayName when logging types or methods (#1300)Mateo Torres-Ruiz
2020-07-06-Fix formattingTlakollo
2020-07-06-PR FeedbackTlakollo
2020-07-02-Fix error code numbersTlakollo