From e0a86090e4c18682728a26e582a287392ed638cb Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Sun, 1 Jan 2023 20:09:50 -0300 Subject: [PATCH] Fix ThisAssembly.Resources assembly name for analyzer If the analyzer is named as ThisAssembly.Resources.dll, the dotnet SDK just skips the entire assembly. If we rename it, it gets added as expected. --- src/ThisAssembly.Resources/ThisAssembly.Resources.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj b/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj index df6bbbff..eff96439 100644 --- a/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj +++ b/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj @@ -5,6 +5,9 @@ latest true enable + + ThisAssembly.Resource