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-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
2021-04-17Check for namespace in GetDisplayName (#1968)Mateo Torres-Ruiz
2021-04-16Preserve types for serialization (#1932)Sven Boemer
2021-04-16Resolving a type represented by a type name string should mimic Type.GetType ...Mateo Torres-Ruiz
2021-04-15Fixes a nullref and spurious warnings (#1962)Vitek Karas
2021-04-12Expression.Call can act as MakeGenericMethod so make it perform same validati...Vitek Karas
2021-04-09Add support for annotations in classes/interfaces/structs in the linker (#1929)Tlakaelel Axayakatl Ceja
2021-04-09Use CodeFixProvider project as analyzer package project (#1945)Andy Gocke
2021-04-07Support collapsing trim analysis warnings (#1937)Sven Boemer
2021-04-06Extend attributes removal to support values matching (#1935)Marek Safar
2021-04-06Copy action behavior (#1941)Mateo Torres-Ruiz
2021-04-03Move remaining special serialization handling under same guard check (#1938)Marek Safar
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-04-01Merge SingleFileAnalyzer into RequiresAssemblyFilesAnalyzer and add capabilit...Tlakaelel Axayakatl Ceja
2021-03-31Add codefix for RequiresUnreferencedCode (#1865)Andy Gocke
2021-03-30Simplify internal attributes handling by unifying them with custom attributes...Marek Safar
2021-03-30Improve external custom attribute annotations support (#1923)Marek Safar
2021-03-30Update SDK to latest version (#1928)Vitek Karas
2021-03-27Remove automatic default serializable constructor marking (#1925)Marek Safar
2021-03-27Compile roslyn analyzer tests using repo's assembly refs (#1922)Mateo Torres-Ruiz
2021-03-24[main] Update dependencies from dotnet/runtime (#1916)v6.0.100-preview.2.21174.1dotnet-maestro[bot]