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/src
AgeCommit message (Expand)Author
2022-10-27Upgrade MSBuild ref and downgrade global.json (#3089)Andy Gocke
2022-04-20Condition out the BannedApiAnalyzers usage in source-build (#2742) (#2743)Michael Simons
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-06Add a custom flag to disable marking of copy assemblies (#2370) (#2437)Vitek Karas
2022-01-06Merge pull request #2391 from vitek-karas/FixTypeForwarders6Andy Gocke
2021-12-16Merge pull request #2449 from jtschuster/RemoveCecilFullNameDiagsJackson Schuster
2021-12-16Formatting fixJackson Schuster
2021-12-16Re-add IMemberDefinition case for MS build string to make sure there are no r...Jackson Schuster
2021-12-15After separating the argument verification from getting the attribute the met...Tlakaelel Axayakatl Ceja
2021-12-15Removes the Cecil `FullName` path from diagnostic messagesJackson Schuster
2021-12-15Merge pull request #2440 from jtschuster/emit2109InAnalyzerJackson Schuster
2021-12-15Fix FormattingJackson Schuster
2021-12-15Add TargetHasRequiresAttribute to RequiresISymbolExtensions file (#2445)Tlakaelel Axayakatl Ceja
2021-12-15Remove redundant HasAttribute check in RUCAnalyzer.csJackson Schuster
2021-12-14Fold 'if's into one in RUCAnalyzerJackson Schuster
2021-12-14Replace '/' with '.' in IL2109 warning pathsJackson 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-10Use ISymbol extension instead of Diagnostic Analyzer extensionJackson Schuster
2021-12-10Move IsMemberInRequiresScope logic to extension method for DiagnosticAnalyzerJackson Schuster
2021-12-10Doesn't check containing type for nested typesJackson 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-10Add case for when a method has RequiresUnreferencedCode in COMAnalyzerJackson Schuster
2021-12-10Use TargetHasRequiredAttribute instead of IsMemberInRequiresScopeJackson Schuster
2021-12-10Add null check in IsOverridenMemberInRequireScopeJackson Schuster
2021-12-10Uses a new function for checking if in requires scope for overridesJackson Schuster
2021-12-10Reverting to using IsMemberInRequiresScopeJackson Schuster
2021-12-10Refactor TargetHasRequiresAttribute to optionally check the class of anJackson 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-03Test Restructure (#2336)Tlakaelel Axayakatl Ceja
2021-10-29Ruc on type analyzer part 1 (#2330)Tlakaelel Axayakatl Ceja
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-20[main] Eliminate source-build prebuilts (#2326)Michael Simons
2021-10-19Nullable annotations part 4 (final) (#2300)Sven Boemer