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-01Get rid of warnings about old version of NuGet.Protocol (#3095)Andy Gocke
2022-02-01Fix analyzer nullref on assembly attribute (#2530)Sven Boemer
2021-12-10Revert "Restore unnecessary changes and format"Jackson Schuster
2021-12-10Restore unnecessary changes and formatJackson Schuster
2021-12-10Use the ISymbol extensions for Requires analyzersJackson 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-18Cleanup analyzer testing (#2380)Andy Gocke
2021-11-17Backport #2362 (#2375)Andy Gocke
2021-11-03Test Restructure (#2336)Tlakaelel Axayakatl Ceja
2021-10-29Improve analyzer test infra to split linker tests into separate test cases in...Vitek Karas
2021-10-21Use all diagnostic analyzers when running analyzer's tests (#2327)Mateo Torres-Ruiz
2021-10-19Add COMAnalyzer (#2306)Mateo Torres-Ruiz
2021-10-04Sync license header with runtime repo (#2303)Adeel Mujahid
2021-10-04Revert "Add COMAnalyzer" (#2305)Marek Safar
2021-10-02Add COMAnalyzer (#2275)Mateo Torres-Ruiz
2021-09-29Analyzer test infra improvements (#2292)Sven Boemer
2021-09-17Warn on RUC annotated attribute ctors (analyzer) (#2201)Mateo Torres-Ruiz
2021-09-08Special case `MakeGenericMethod/Type` in RUC analyzer (#2209)Mateo Torres-Ruiz
2021-09-08Update edited document before continuing code fixing (#2250)Mateo Torres-Ruiz
2021-08-23Add static constructor behavior for RUC on type (#2207)Tlakaelel Axayakatl Ceja
2021-08-03Typo (#2187)Mateo Torres-Ruiz
2021-08-03Add `dynamic` analyzer (#2150)Mateo Torres-Ruiz
2021-07-31Share DiagnosticStrings add mechanism to generate a DiagnosticDescriptor give...Mateo Torres-Ruiz
2021-07-27RAF Attribute unification (#2156)Tlakaelel Axayakatl Ceja
2021-06-30Use net6.0 reference assemblies in analyzer tests (#2121)Andy Gocke
2021-06-30Better tests for various RUC scenarios and fixes (#2108)Vitek Karas
2021-06-23Match Attributes for virtual methods and overrides (#2046)Tlakaelel Axayakatl Ceja
2021-06-03Stop duplicating trailing period in IL2026 (#2053)Mateo Torres-Ruiz
2021-06-01Add support for UnrecognizedReflectionAccessPattern in analyzer test infra (#...Mateo Torres-Ruiz
2021-05-26Fix validation of ExpectedWarning attribute (#2057)Vitek Karas
2021-05-14Try to re-enable RequiresCapability tests (#2029)Andy Gocke
2021-05-13Add RequiresAssemblyFiles CodeFix (#2015)Tlakaelel Axayakatl Ceja
2021-05-06Add UnconditionalSuppressMessage codefixer (#2002)Tlakaelel Axayakatl Ceja
2021-04-24Fix delegate conversion on analyzers (#1964)Tlakaelel Axayakatl Ceja
2021-04-09Use CodeFixProvider project as analyzer package project (#1945)Andy Gocke
2021-04-01Merge SingleFileAnalyzer into RequiresAssemblyFilesAnalyzer and add capabilit...Tlakaelel Axayakatl Ceja
2021-03-31Add codefix for RequiresUnreferencedCode (#1865)Andy Gocke
2021-03-27Compile roslyn analyzer tests using repo's assembly refs (#1922)Mateo Torres-Ruiz
2021-03-24[main] Update dependencies from dotnet/runtime (#1916)v6.0.100-preview.2.21174.1dotnet-maestro[bot]
2021-03-17Analyzer can warn on more RequiresUnreferencedCode cases (#1897)Tlakaelel Axayakatl Ceja
2021-03-15Warn on cctors annotated with RUC if a field triggers its marking (#1889)Mateo Torres-Ruiz
2021-03-13Upgrade tests to net6 (#1891)Vitek Karas
2021-03-08Change MSBuild properties for analyzer (#1863)Tlakaelel Axayakatl Ceja
2021-03-01Enable more analyzers (#1862)Marek Safar
2021-02-18Bump dependencies (#1840)v6.0.100-preview.2.21118.1Marek Safar
2021-02-05RequiresAssemblyFilesAttribute resource manager changes (#1790)Tlakaelel Axayakatl Ceja
2021-02-01Warn on called methods annotated with RequiresUnreferencedCode (#1778)Mateo Torres-Ruiz
2021-01-20Add analyzer for RequiresAssemblyFilesAttribute (#1722)Mateo Torres-Ruiz