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
2022-11-04Increase build versions again (#3100)release/6.0.xAndy Gocke
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-10-25[release/6.0.x] Update dependencies from dotnet/arcade (#2721)dotnet-maestro[bot]
2022-09-28Use new build images (#3053)Sven Boemer
2022-04-20Condition out the BannedApiAnalyzers usage in source-build (#2742) (#2743)Michael Simons
2022-03-29Merge pull request #2712 from dotnet/release/6.0.2xxAndy Gocke
2022-03-29Update dependencies from https://github.com/dotnet/arcade build 20220316.2 (#...release/6.0.2xxdotnet-maestro[bot]
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-22[release/6.0.2xx] Update dependencies from dotnet/arcade (#2607)dotnet-maestro[bot]
2022-02-10[release/6.0.2xx] Update dependencies from dotnet/arcade (#2591)dotnet-maestro[bot]
2022-02-03Update dependencies from https://github.com/dotnet/arcade build 20220202.3 (#...dotnet-maestro[bot]
2022-02-01Update dependencies from https://github.com/dotnet/arcade build 20220127.13 (...dotnet-maestro[bot]
2022-02-01Fix analyzer nullref on assembly attribute (#2530)Sven Boemer
2022-01-27Update dependencies from https://github.com/dotnet/arcade build 20220119.6 (#...dotnet-maestro[bot]
2022-01-19Update dependencies from https://github.com/dotnet/arcade build 20220112.1 (#...dotnet-maestro[bot]
2022-01-08Update version (#2489)Andy Gocke
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-14Merge pull request #2408 from jtschuster/bug/2379Jackson 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-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-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