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-11-03Test Restructure (#2336)Tlakaelel Axayakatl Ceja
2021-10-29Ruc on type analyzer part 1 (#2330)Tlakaelel Axayakatl Ceja
2021-09-17Warn on RUC annotated attribute ctors (analyzer) (#2201)Mateo Torres-Ruiz
2021-08-30Refactor PeVerifier (#2236)Mike Voorhees
2021-08-26Validate unrecognized patterns against logged warnings (#2230)Sven Boemer
2021-08-18Support assembly as message origin (#2212)Sven Boemer
2021-08-12Fix broken try/catch/filter offsets after isinst optimization (#2205)Vitek Karas
2021-07-30Fix warning origin for DAM on types (#2162)Sven Boemer
2021-07-12Passing null to args for Activator.CreateInstance means no args (#2111)Vitek Karas
2021-07-12Fix writing of updated copyused scopes (#2140)Sven Boemer
2021-06-17Warning suppressions in compiler generated code (#2075)Vitek Karas
2021-05-31Use full MessageOrigin when reporting data flow warnings (#2070)Vitek Karas
2021-05-26Fix validation of ExpectedWarning attribute (#2057)Vitek Karas
2021-04-26Update linker repo to the latest SDK (#1995)Vitek Karas
2021-04-06Copy action behavior (#1941)Mateo Torres-Ruiz
2021-04-01Revert "Change behavior of copy action to not rewrite assemblies" (#1936)Mateo Torres-Ruiz
2021-04-01Change behavior of copy action to not rewrite assemblies (#1869)Mateo Torres-Ruiz
2021-03-01Enable more analyzers (#1862)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-20Refactor type members preservation coming from assembly roots. (#1763)Marek Safar
2020-12-11Run all tests in parallel (#1685)Marek Safar
2020-12-11Restrict embedded XML (#1675)Sven Boemer
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-10-09Add cache to the default logger (#1550)Mateo Torres-Ruiz
2020-09-17Update to target .NET5 framework (#1471)Marek Safar
2020-09-11Update to recent nunit test adapter and clean up unused dependencies (#1476)Marek Safar
2020-08-18Warn when DynamicallyAccessedMembersAttribute is used on a member of unsuppor...Vitek Karas
2020-08-18Don't error on non-IL warning codes (#1437)Sven Boemer
2020-08-13Warnings cleanup (#1385)Vitek Karas
2020-07-21Don't generate warning 2045 due to the attribute type members referencing the...vitek-karas
2020-07-08Validation of annotations across virtual method hierarchies (#1315)Vitek Karas
2020-06-16Implement data flow annotations on generic parameters (#1245)Vitek Karas
2020-06-09Warnings during propagation of data flow annotations in properties (#1255)Vitek Karas
2020-06-01Allow types and other metadata item as source for reflection access pattern (...Vitek Karas
2020-05-21Implement a couple more dataflow intrinsics (#1195)Michal Strehovský
2020-05-20Implement support for RequiresUnreferencedCodeAttribute (#1204)Vitek Karas
2020-05-13Use MessageContainer for logging errors (#1155)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-22Don't import references for forwarders which will be removed whenMarek Safar
2020-04-09Merge pull request #1082 from mono/masterMichal Strehovský
2020-04-03Open up ReflectionPatternRecorder more (#1049)Mike Voorhees
2020-04-03Merge branch 'master' into master-mergeMichal Strehovský
2020-04-02Add ability to turn of validation of the Kept attributes (#1036)Vitek Karas
2020-04-01Add tests for property annotation propagation (#1054)Vitek Karas
2020-03-31Output Mono.Linker warnings through MSBuild (#968)Mateo Torres-Ruiz
2020-03-27Propagate data flow annotations across method callsvitek-karas