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-16Change occurrences of 'mono/linker' to 'dotnet/linker' (#2277)Mateo Torres-Ruiz
2021-09-08Warn on RUC annotated ctors invoked through `new()` constraint in analyzer (#...Mateo Torres-Ruiz
2021-08-26Validate unrecognized patterns against logged warnings (#2230)Sven Boemer
2021-08-23Add static constructor behavior for RUC on type (#2207)Tlakaelel Axayakatl Ceja
2021-08-04Attribute mismatch in combination with RUC on type (#2183)Tlakaelel Axayakatl Ceja
2021-08-04Avoid the propagation of RequiresUnreferencedCode to nested classes (#2164)Tlakaelel Axayakatl Ceja
2021-07-17Ruc on classes (#2143)Tlakaelel Axayakatl Ceja
2021-06-30Don't warn for RUC from DebuggerDisplayAttributeSven Boemer
2021-06-30Better tests for various RUC scenarios and fixes (#2108)Vitek Karas
2021-06-17Warning suppressions in compiler generated code (#2075)Vitek Karas
2021-06-03Stop duplicating trailing period in IL2026 (#2053)Mateo Torres-Ruiz
2021-05-26Fix validation of ExpectedWarning attribute (#2057)Vitek Karas
2021-05-26Introduce scopes into MarkStep to track the location for warnings (#2054)Vitek Karas
2021-03-30Improve external custom attribute annotations support (#1923)Marek Safar
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-13Introduce test helpers and add DataFlowTypeExtensions (#1890)Vitek Karas
2021-02-12Add a test to validate that using RequiresUnreferencedCode and DynamicallyAcc...Vitek Karas
2021-02-05RequiresAssemblyFilesAttribute resource manager changes (#1790)Tlakaelel Axayakatl Ceja
2021-02-01Warn on called methods annotated with RequiresUnreferencedCode (#1778)Mateo Torres-Ruiz
2020-12-03Roslyn analyzer improvements (#1622)Tlakaelel Axayakatl Ceja
2020-11-05Adding test case for RequiresUnreferencedCode on a method refered to only by ...Vitek Karas
2020-08-13Warnings cleanup (#1385)Vitek Karas
2020-07-06Use GetDisplayName when logging types or methods (#1300)Mateo Torres-Ruiz
2020-06-26Improve method signature used in warnings and errors (#1249)Mateo Torres-Ruiz
2020-06-25RequiresUnreferencedCode should not suppress reflection analysis (#1293)Vitek Karas
2020-06-11Remove TryGetOrigin from MessageOrigin (#1261)Mateo Torres-Ruiz
2020-05-20Implement support for RequiresUnreferencedCodeAttribute (#1204)Vitek Karas