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
2022-11-01Get rid of warnings about old version of NuGet.Protocol (#3095)Andy Gocke
2022-10-27Upgrade MSBuild ref and downgrade global.json (#3089)Andy Gocke
2022-10-27Update testing package (#3084)Andy Gocke
2022-03-23Remove special logic for TypeConverterAttribute (#2659) (#2695)Andy Gocke
2022-02-24Fix invalid cast of type parameter (#2643)darc-release/6.0.2xx-e41dfdf1-4206-46d4-8291-d43fda61dd29darc-release/6.0.2xx-a5d6e3d9-4f6e-4daf-afc1-cb773cc0bec7darc-release/6.0.2xx-2663cc0a-439b-4ea0-a70c-c7fd96f1eb4fdarc-release/6.0.2xx-1774e2a9-b600-4f69-a509-772b749afdb0darc-release/6.0.2xx-091aeeb5-bd98-49e5-9813-9b4179462b79Sven Boemer
2022-02-24Add check for pointer types in IsComInterop (#2623) (#2635)Tlakaelel Axayakatl Ceja
2022-02-01Fix analyzer nullref on assembly attribute (#2530)Sven Boemer
2022-01-07[release/6.0.2xx] Propagate Interfaces annotation through Type.BaseType (#2476)Vitek Karas
2022-01-06Merge pull request #2391 from vitek-karas/FixTypeForwarders6Andy Gocke
2021-12-15Merge pull request #2440 from jtschuster/emit2109InAnalyzerJackson Schuster
2021-12-14Replace '/' with '.' in IL2109 warning pathsJackson Schuster
2021-12-14Remove extra line in RequiresCapability.csJackson Schuster
2021-12-13Analyzer properly emits IL2109, but has a '.' in paths where the linker has a...Jackson Schuster
2021-12-13Emitting IL2109, but no additional messagesJackson Schuster
2021-12-10Revert "Restore unnecessary changes and format"Jackson Schuster
2021-12-10Restore unnecessary changes and formatJackson Schuster
2021-12-10Rebased from main to Release/6.0.2xx and fixed issues with rebaseJackson Schuster
2021-12-10Use the ISymbol extensions for Requires analyzersJackson Schuster
2021-12-10Remove test that calls COM code within a lambdaJackson Schuster
2021-12-10COM Analyzer also checks containing type for RUCJackson Schuster
2021-12-10Undo irrelevant changes from a separate bug fixJackson Schuster
2021-12-10Revert files not associated with the bug fixJackson Schuster
2021-12-10Check containing symbol for RequiresUnreferencedCode to silence IL2050Jackson Schuster
2021-12-10Removed changes to test infraJackson Schuster
2021-12-10Requires Public Methods of new test class so it doesn't get trimmed in testJackson Schuster
2021-12-10debuggingJackson Schuster
2021-12-10Adding additional test cases for Requires... atrributes on propertiesJackson Schuster
2021-12-10Reverting to using IsMemberInRequiresScopeJackson Schuster
2021-12-10Use TargetHasRequiredAttribute instead of IsMemberInRequiresScopeJackson Schuster
2021-12-10Fix for bug 2379 and Welcome docs updateJackson Schuster
2021-12-09Fix NullReferenceException in Analyzer (#2400)Tlakaelel Axayakatl Ceja
2021-11-22Fix marking of nested type forwarders (#2385)Vitek Karas
2021-11-22Adds a test for multiple nested forwarders in a row with copy/link (#2372)Vitek Karas
2021-11-18Cleanup analyzer testing (#2380)Andy Gocke
2021-11-17Backport #2362 (#2375)Andy Gocke
2021-11-03Test Restructure (#2336)Tlakaelel Axayakatl Ceja
2021-10-29Ruc on type analyzer part 1 (#2330)Tlakaelel Axayakatl Ceja
2021-10-29Improve analyzer test infra to split linker tests into separate test cases in...Vitek Karas
2021-10-27Merge remote-tracking branch 'upstream/main' into release/6.0.2xxAndy Gocke
2021-10-21Revert "Make BindingFlagsAreUnsupported more precise (#2296)"Andy Gocke
2021-10-21Revert "Fix handling of unknown BindingFlags (#2288)"Andy Gocke
2021-10-21Use all diagnostic analyzers when running analyzer's tests (#2327)Mateo Torres-Ruiz
2021-10-19Nullable annotations part 4 (final) (#2300)Sven Boemer
2021-10-19Improve validation of embedded resources in tests (#2319)Vitek Karas
2021-10-19Add COMAnalyzer (#2306)Mateo Torres-Ruiz
2021-10-13Better validation of instructions (#2316)Vitek Karas
2021-10-04Sync license header with runtime repo (#2303)Adeel Mujahid
2021-10-04Revert "Add COMAnalyzer" (#2305)Marek Safar
2021-10-04Rename RequiresUnreferencedCode to Requires (#2301)Tlakaelel Axayakatl Ceja
2021-10-02Add COMAnalyzer (#2275)Mateo Torres-Ruiz