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
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
2021-01-20Clean up projects settings (#1765)Marek Safar
2021-01-19Remove monolinker build support (#1760)Marek Safar
2021-01-04Support for RequiresAndCallsOtherRequiresMethods (#1706)Tlakaelel Axayakatl Ceja
2020-12-09Port single-file analyzer (#1665)Mateo Torres-Ruiz
2020-12-03Roslyn analyzer improvements (#1622)Tlakaelel Axayakatl Ceja
2020-10-27Add first roslyn analyzer (#1563)Andy Gocke