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
2020-12-11Restrict embedded XML (#1675)Sven Boemer
2020-12-09Port single-file analyzer (#1665)Mateo Torres-Ruiz
2020-12-09Fix pointer type forwarding (#1679)Vitek Karas
2020-12-08Update IL2067-91 warning messages (#1624)Mateo Torres-Ruiz
2020-12-03Roslyn analyzer improvements (#1622)Tlakaelel Axayakatl Ceja
2020-11-30Check if DisplayDebugger value is null (#1649)Mateo Torres-Ruiz
2020-11-30Recognize UnderlyingSystemType as an intrinsic (#1655)Michal Strehovský
2020-11-26Fix linker crash on unresolved types in generic and attribute data flow handl...Vitek Karas
2020-11-25Try to resolve type from exported types (#1587)Mateo Torres-Ruiz
2020-11-21Fix handling of newlines in warning arguments (#1640)Sven Boemer
2020-11-16Fix running tests in VS (#1628)Sven Boemer
2020-11-12Add a sample test for #1617 - unknown binding flags (#1619)Vitek Karas
2020-11-11Fix ArgumentOutOfRange in GetConstructor scanning (#1621)Eric Erhardt
2020-11-09Follow up for #1609 (#1612)Mateo Torres-Ruiz
2020-11-07Allow external warnings to use codes >= 6001 (#1609)Mateo Torres-Ruiz
2020-11-06Add command line option to disable type checks inlining (#1606)Marek Safar
2020-11-05Adding test case for RequiresUnreferencedCode on a method refered to only by ...Vitek Karas
2020-11-03Review follow up on #1595 (#1604)Marek Safar
2020-11-02Mark types needed for instance checks only if they are ever instantiated (#1595)Marek Safar
2020-10-27Add first roslyn analyzer (#1563)Andy Gocke
2020-10-26Mark generic arguments of dynamically accessed types passed as string (#1566)Mateo Torres-Ruiz
2020-10-23Exclude Mono.Cecil.Pdb from package dependencies (#1585)Vitek Karas
2020-10-22Add test cases for complex type data flow tests (#1580)Vitek Karas
2020-10-20[master] Update dependencies from dotnet/arcade (#1572)dotnet-maestro[bot]
2020-10-17Stub void return ETW bodies instead of throw (#1571)Mike Voorhees
2020-10-15Test clean up (#1568)Mike Voorhees
2020-10-14Fix ReferencesAreRemovedWhenAllUsagesAreRemoved (#1567)Mike Voorhees
2020-10-14Fix processing of DynamicDependency when specified via attribute XML (#1565)Vitek Karas
2020-10-13Test Clean up (#1561)Mike Voorhees
2020-10-13Test handling of arrays in data flow (#1564)Vitek Karas
2020-10-09Fix Attributes.StructLayout tests not running (#1554)Mike Voorhees
2020-10-09Add cache to the default logger (#1550)Mateo Torres-Ruiz
2020-10-08Fix CanLinkCoreLibrariesWithOnlyKeepUsedAttributesMichael Voorhees
2020-10-07Correctly handle assembly qualified names in generic parameters (#1546)Vitek Karas
2020-10-07Fix reflection pattern errorMichael Voorhees
2020-09-30Update to latest dotnet-format versionMarek Safar
2020-09-30Use TryGetValue when retrieving local variables from stack (#1511)Mateo Torres-Ruiz
2020-09-28Process also exception filters when marking unreachable blocksMarek Safar
2020-09-25Enable more analyzers and fix found problemsMarek Safar
2020-09-25Enable some code analyzers and make the build pass (#1505)Marek Safar
2020-09-22Remove remaining unused using directives from test cases for compatibility wi...brian-taylor-unity
2020-09-17Remove unused using directive from some test cases (#1494)brian-taylor-unity
2020-09-17Update to target .NET5 framework (#1471)Marek Safar
2020-09-16Port .NET Native type name parser (#1472)Mateo Torres-Ruiz
2020-09-16Add tests to enforcement test framework rules and conventions.Michael Voorhees
2020-09-15Handle substitutions of custom long valuesMarek Safar
2020-09-11Update to recent nunit test adapter and clean up unused dependencies (#1476)Marek Safar
2020-09-11Fix some tests (#1481)Mike Voorhees
2020-09-10Fix possible endless recursion in MarkEntireType (#1478)Vitek Karas
2020-09-09Speed up tests execution (#1475)Marek Safar