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
path: root/test
AgeCommit message (Expand)Author
2021-06-17Add a test case for string->type resolution with forwarded type in generic ar...Vitek Karas
2021-06-17Warning suppressions in compiler generated code (#2075)Vitek Karas
2021-06-17Add a test for case where we report double suppression incorrectly (#2096)Vitek Karas
2021-06-17Handle PInvoke analysis similar to other methods (#2091)Lakshan Fernando
2021-06-10Always show IL2026 for IsTrimmable assemblies (#2087)Sven Boemer
2021-06-10Initial work to support virtual static interface methods (#2072)Lakshan Fernando
2021-06-04Fix order of custom steps (#2082)Sven Boemer
2021-06-04Improve tests for COM warnings from PInvokes (#2080)Vitek Karas
2021-06-03Handle different dynamic member access for multiple branches (#2076)Andrii Kurdiumov
2021-06-03Stop duplicating trailing period in IL2026 (#2053)Mateo Torres-Ruiz
2021-06-01Type get type generic annotation test (#2071)Vitek Karas
2021-06-01Add support for UnrecognizedReflectionAccessPattern in analyzer test infra (#...Mateo Torres-Ruiz
2021-05-31Use full MessageOrigin when reporting data flow warnings (#2070)Vitek Karas
2021-05-31Fix issue in const propagation if there's a ret instruction during method par...Vitek Karas
2021-05-28Warn when method return type is annotated but it's not Type or String (#2066)Vitek Karas
2021-05-27Revert "Remove custom marking of nested types for event sources (#2032)" (#2063)Lakshan Fernando
2021-05-27Fix applying All annotation on a type from "copy" assembly (#2060)Vitek Karas
2021-05-26Fix validation of ExpectedWarning attribute (#2057)Vitek Karas
2021-05-26Introduce scopes into MarkStep to track the location for warnings (#2054)Vitek Karas
2021-05-25Flow C++/CLI assemblies into the linker (#2042)Mateo Torres-Ruiz
2021-05-24Fix a problem where generating an empty FS assembly element roots the whole a...Vitek Karas
2021-05-21Merge pull request #2044 from LakshanF/ComRootParsingLakshan Fernando
2021-05-21ran lintLakshan Fernando
2021-05-20FBLakshan Fernando
2021-05-19Add line info in IL2001 and IL2002 (#2041)Mateo Torres-Ruiz
2021-05-18Add line number/position info to warnings from XML files (#2039)Vitek Karas
2021-05-18Remove custom marking of nested types for event sources (#2032)Marek Safar
2021-05-17Update branch target instruction with replaced new instruction for (#2037)Marek Safar
2021-05-17Improve testing infra to not rely on hardcoded names (#2034)Marek Safar
2021-05-14Try to re-enable RequiresCapability tests (#2029)Andy Gocke
2021-05-13Implement DynamicallyAccessedMemberTypes.Interfaces (#2023)Vitek Karas
2021-05-13Add a test for determining static type of enumeration (#2028)Vitek Karas
2021-05-13Add RequiresAssemblyFiles CodeFix (#2015)Tlakaelel Axayakatl Ceja
2021-05-12Add a test for always throwing method with annotated return value (#2026)Vitek Karas
2021-05-10Allow custom steps to share state (#2019)Sven Boemer
2021-05-08Trim parameter names metadata when they are not needed. (#1988)Marek Safar
2021-05-07Improve expected tests results verification for branch instructions (#2018)Marek Safar
2021-05-07Avoid showing hidden lines in warning location (#2017)Vitek Karas
2021-05-06Add UnconditionalSuppressMessage codefixer (#2002)Tlakaelel Axayakatl Ceja
2021-05-04Implements constant return value propagation for methods with parameters (#1998)Marek Safar
2021-04-29Implement support for ifdefs in header file parsing (#1980)Vitek Karas
2021-04-28Revert "Upgrade linker TFM to net6.0 (#1996)" (#2000)Vitek Karas
2021-04-27Upgrade linker TFM to net6.0 (#1996)Vitek Karas
2021-04-26Update linker repo to the latest SDK (#1995)Vitek Karas
2021-04-26Add tests for object.GetType over generic type arguments (#1992)Vitek Karas
2021-04-24Fix delegate conversion on analyzers (#1964)Tlakaelel Axayakatl Ceja
2021-04-22Fix issue with forwarders in copyused assemblies (#1987)Sven Boemer
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-17Fix marking of annotations on complex type hierarchies (#1972)Vitek Karas