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-08-26Validate unrecognized patterns against logged warnings (#2230)Sven Boemer
2021-07-30Warn when accessing DAM annotated method via reflection (#2145)Vitek Karas
2021-04-21Fix generic parameter validation in MakeGenericMethod and similar (#1983)Vitek Karas
2021-04-19Support running a basic analysis of generic instantiations created through re...Jeremy Koritzinsky
2021-04-12Expression.Call can act as MakeGenericMethod so make it perform same validati...Vitek Karas
2021-02-10Add a test for using Expression.Call on a generic method (#1820)Vitek Karas
2020-08-13Warnings cleanup (#1385)Vitek Karas
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] Refactor Expression.* (#1100)Mateo Torres-Ruiz
2020-04-10Record handled patternsMateo Torres Ruiz
2020-04-09Use MarkOnTypeHierarchy methodsMateo Torres Ruiz
2020-04-09Look for fields, properties and methods on base typesMateo Torres Ruiz
2020-04-03Update mark logic for Expression.*Mateo Torres Ruiz
2020-04-03Merge branch 'feature/dataflow' of https://github.com/mono/linker into datafl...Mateo Torres Ruiz
2020-04-03Annotate all patternsMateo Torres Ruiz
2020-04-02Update testsMateo Torres Ruiz
2020-04-02Remove old pattern matching for Expression.* and enhance existing testsMateo Torres Ruiz
2020-03-31Add tests for Expression.Call/Field/Property for members on a b… (#1043)Vitek Karas
2020-03-13Fixes to reflection tests when running on windowsMichael Voorhees
2020-01-28Fix a bug in the reflection pattern recorder usage (#921)Vitek Karas
2019-10-11Test fixesMichael Voorhees
2019-08-03Add reflection like pattern detection for System.Linq.Expressions.ExpressionMarek Safar