From 1eaf881c00eee633211a52f01426e60a81416bbf Mon Sep 17 00:00:00 2001 From: Jonas Ha Date: Sat, 20 Dec 2025 15:39:27 -0500 Subject: [PATCH] fix(generator): update DLL inclusion in analyzers folder - Replace `@(IntermediateAssembly)` with `$(OutputPath)\$(AssemblyName).dll` for reliability - Ensure proper packing of the generator DLL in the analyzers folder --- .../LayeredCraft.SourceGeneratorTools.Generator.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/LayeredCraft.SourceGeneratorTools.Generator/LayeredCraft.SourceGeneratorTools.Generator.csproj b/src/LayeredCraft.SourceGeneratorTools.Generator/LayeredCraft.SourceGeneratorTools.Generator.csproj index 4648d85..83797c4 100644 --- a/src/LayeredCraft.SourceGeneratorTools.Generator/LayeredCraft.SourceGeneratorTools.Generator.csproj +++ b/src/LayeredCraft.SourceGeneratorTools.Generator/LayeredCraft.SourceGeneratorTools.Generator.csproj @@ -40,9 +40,8 @@ -