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
2022-02-16Suppressing analyzer for compiler generated methods (#2616)Lakshan Fernando
2022-02-16Produce unknown value for array access (#2600)Sven Boemer
2022-02-15Produce warnings for annotations on invalid types (#2599)Tlakaelel Axayakatl Ceja
2022-02-03Handle object creation as a call to .ctor (#2577)Vitek Karas
2022-01-14Merge remote-tracking branch 'upstream/main' into feature/damAnalyzerAndy Gocke
2021-12-15[feature/damAnalyzer] Remove reflection access patterns from tests (#2444)Vitek Karas
2021-12-01Add some tests for by ref type data flow (#2407)Vitek Karas
2021-11-17[DAM analyzer] Add basic dataflow analysis (#2360)Sven Boemer
2021-10-30Merge remote-tracking branch 'origin/release/6.0.2xx' into updateFromMainSven Boemer
2021-10-11[feature/damAnalyzer] Enable a few linker DAM tests for analyzer (#2307)Sven Boemer
2021-10-04Sync license header with runtime repo (#2303)Adeel Mujahid
2021-08-26Validate unrecognized patterns against logged warnings (#2230)Sven Boemer
2021-05-08Trim parameter names metadata when they are not needed. (#1988)Marek Safar
2021-04-19Support running a basic analysis of generic instantiations created through re...Jeremy Koritzinsky
2020-09-30Update to latest dotnet-format versionMarek Safar
2020-08-18Warn when DynamicallyAccessedMembersAttribute is used on a member of unsuppor...Vitek Karas
2020-08-13Warnings cleanup (#1385)Vitek Karas
2020-07-08Rename DefaultConstructor to PublicParameterlessConstructor (#1329)Vitek Karas
2020-07-06Use GetDisplayName when logging types or methods (#1300)Mateo Torres-Ruiz
2020-05-07Adapt to the new DynamicallyAccessedMembersAttribute in the linker (#1170)Vitek Karas
2020-04-28Change ReflectionPatternRecorder to handle fields and parameters (#1136)Mateo Torres-Ruiz
2020-04-24Ensure consistent sources formatting (#1138)Marek Safar
2020-04-14Add license headers to newly introduced dataflow files (#1094)Vitek Karas
2020-04-09Add support for byref operationsMichal Strehovský
2020-04-03Remove Kept attributes from dataflow annotation propagation tests (#1062)Vitek Karas
2020-03-31[feature/dataflow] Much improved error messages when data flow fails (#1037)Vitek Karas
2020-03-27PR feedbackvitek-karas
2020-03-27Propagate data flow annotations across method callsvitek-karas