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-06-15Analyze implicit indexer reference operations (#2839)Sven Boemer
2022-06-13Fix analyzer issues related to visiting assignment targets (#2833)Sven Boemer
2022-06-10Fix access to derived properties (#2829)Sven Boemer
2022-04-20Support assignment to flow capture references (#2730)Sven Boemer
2022-04-06Don't throw on write to get-only property (#2728)Sven Boemer
2022-04-01Files in linker repository now have the same license header at the beginning ...Tlakaelel Axayakatl Ceja
2022-03-12Warn on DAM mismatch between overrides (#2656)Jackson Schuster
2022-02-18Update comments on tests with fake generated backing fields (#2630)Vitek Karas
2022-02-16Produce unknown value for array access (#2600)Sven Boemer
2022-02-15Fix property set expression valueSven Boemer
2022-02-15Produce warnings for annotations on invalid types (#2599)Tlakaelel Axayakatl Ceja
2021-12-15[feature/damAnalyzer] Remove reflection access patterns from tests (#2444)Vitek Karas
2021-11-30[DAM analyzer] Add support for properties and enable more tests (#2390)Sven Boemer
2021-10-04Sync license header with runtime repo (#2303)Adeel Mujahid
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-08-10Adds a test for issue #2196 (#2197)Vitek Karas
2021-03-20Add Recognized pattern to actually verify there is no errors (#1908)Tlakaelel Axayakatl Ceja
2021-03-19Fix automatic propagation in property setters (#1904)Tlakaelel Axayakatl Ceja
2020-12-03Roslyn analyzer improvements (#1622)Tlakaelel Axayakatl Ceja
2020-09-17Remove unused using directive from some test cases (#1494)brian-taylor-unity
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-06-09Warnings during propagation of data flow annotations in properties (#1255)Vitek Karas
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-09Fix property annotation test (#1088)Sven Boemer
2020-04-03Remove Kept attributes from dataflow annotation propagation tests (#1062)Vitek Karas
2020-04-01Add tests for property annotation propagation (#1054)Vitek Karas