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-09-16Change occurrences of 'mono/linker' to 'dotnet/linker' (#2277)Mateo Torres-Ruiz
2021-08-26Remove unused usings (#2229)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-10Fix warnings for DAM.All (#2191)Sven Boemer
2021-08-10Adds a test for issue #2196 (#2197)Vitek Karas
2021-07-31Share DiagnosticStrings add mechanism to generate a DiagnosticDescriptor give...Mateo Torres-Ruiz
2021-07-30Warn when accessing DAM annotated method via reflection (#2145)Vitek Karas
2021-07-12Passing null to args for Activator.CreateInstance means no args (#2111)Vitek Karas
2021-07-08Enhance NestedTypes in DynamicallyAccessedMemberTypes to keep all its members...Lakshan Fernando
2021-06-23Match Attributes for virtual methods and overrides (#2046)Tlakaelel Axayakatl Ceja
2021-06-03Handle different dynamic member access for multiple branches (#2076)Andrii Kurdiumov
2021-06-01Add support for UnrecognizedReflectionAccessPattern in analyzer test infra (#...Mateo Torres-Ruiz
2021-05-28Warn when method return type is annotated but it's not Type or String (#2066)Vitek Karas
2021-05-27Fix applying All annotation on a type from "copy" assembly (#2060)Vitek Karas
2021-05-13Implement DynamicallyAccessedMemberTypes.Interfaces (#2023)Vitek Karas
2021-05-12Add a test for always throwing method with annotated return value (#2026)Vitek Karas
2021-05-08Trim parameter names metadata when they are not needed. (#1988)Marek Safar
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-16Resolving a type represented by a type name string should mimic Type.GetType ...Mateo Torres-Ruiz
2021-04-12Expression.Call can act as MakeGenericMethod so make it perform same validati...Vitek Karas
2021-03-30Improve external custom attribute annotations support (#1923)Marek Safar
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
2021-03-17Propagate annotations over Type.BaseType (#1901)Vitek Karas
2021-03-13Introduce test helpers and add DataFlowTypeExtensions (#1890)Vitek Karas
2021-03-12Relax validtion of MakeGeneric* on struct and unmanaged constraint (#1888)Vitek Karas
2021-03-12Fix stack overflow in MarkEntireType (#1886)Vitek Karas
2021-03-11Basic tracking of MethodInfo and use it to improve Expression.Property and Ma...Vitek Karas
2021-02-18Bump dependencies (#1840)v6.0.100-preview.2.21118.1Marek Safar
2021-02-08Reenable default UnreachableBodies optimization (#1799)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-20Add tests validating annotation behavior on delegates (#1766)Vitek Karas
2021-01-19Remove monolinker build support (#1760)Marek Safar
2021-01-06Better intrinsic handling of GetNestedType if input has All (#1719)Vitek Karas
2020-12-16Add intrinsic handling of AsType and String.Empty (#1700)Michal Strehovský
2020-12-08Update IL2067-91 warning messages (#1624)Mateo Torres-Ruiz
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-11-11Fix ArgumentOutOfRange in GetConstructor scanning (#1621)Eric Erhardt
2020-11-02Mark types needed for instance checks only if they are ever instantiated (#1595)Marek Safar
2020-10-26Mark generic arguments of dynamically accessed types passed as string (#1566)Mateo Torres-Ruiz
2020-10-22Add test cases for complex type data flow tests (#1580)Vitek Karas
2020-10-13Test handling of arrays in data flow (#1564)Vitek Karas
2020-10-07Correctly handle assembly qualified names in generic parameters (#1546)Vitek Karas
2020-09-30Update to latest dotnet-format versionMarek Safar
2020-09-17Remove unused using directive from some test cases (#1494)brian-taylor-unity
2020-09-17Update to target .NET5 framework (#1471)Marek Safar