From 759365751e6529049a3df5701f85aecb51189289 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Tue, 18 Jun 2024 14:52:32 -0300 Subject: [PATCH] SponsorLink-enabled analyzers need copylocal Since otherwise dependencies aren't available and cause failures. Note that on release builds, IL merging happens by default, so no unnecessary extra assemblies are packed or added as analyzer dependencies. --- src/SponsorLink/SponsorLink.targets | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/SponsorLink/SponsorLink.targets b/src/SponsorLink/SponsorLink.targets index f2ab5c2..6de86fb 100644 --- a/src/SponsorLink/SponsorLink.targets +++ b/src/SponsorLink/SponsorLink.targets @@ -7,8 +7,8 @@ true true - - true + + true CoreResGen;$(CoreCompileDependsOn) @@ -175,4 +175,12 @@ partial class SponsorLink + + + + + + + \ No newline at end of file