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-09-16Change occurrences of 'mono/linker' to 'dotnet/linker' (#2277)Mateo Torres-Ruiz
2021-08-26Validate unrecognized patterns against logged warnings (#2230)Sven Boemer
2021-07-16Fix Activator.CreateInstance case (#2146)Sven Boemer
2021-07-12Passing null to args for Activator.CreateInstance means no args (#2111)Vitek Karas
2021-06-01Add support for UnrecognizedReflectionAccessPattern in analyzer test infra (#...Mateo Torres-Ruiz
2021-05-08Trim parameter names metadata when they are not needed. (#1988)Marek Safar
2020-12-18Mark everything if BindingFlags are not recognized by the linker (#1701)Tlakaelel Axayakatl Ceja
2020-09-17Update to target .NET5 framework (#1471)Marek Safar
2020-08-13Warnings cleanup (#1385)Vitek Karas
2020-07-08Rename DefaultConstructor to PublicParameterlessConstructor (#1329)Vitek Karas
2020-06-23Accept default constructor annotation in CreateInstance<T> (#1290)Michal Strehovský
2020-05-07Adapt to the new DynamicallyAccessedMembersAttribute in the linker (#1170)Vitek Karas
2020-04-24Ensure consistent sources formatting (#1138)Marek Safar
2020-04-15[feature/dataflow] Implement pattern recognition for the rest of CreateInstan...Vitek Karas
2020-03-27Remove old implementation for pattern match of Activator.CreateInstancevitek-karas
2020-03-27Propagate data flow annotations across method callsvitek-karas
2020-03-13Fixes to reflection tests when running on windowsMichael Voorhees
2020-01-22Introduce IReflectionPatternRecorder to allow recording of patte… (#907)Vitek Karas
2019-10-19Add detection for simple Activator callsMarek Safar