Skip to content

Commit 1a2678e

Browse files
authored
Merge pull request #1 from sensslen/copilot/fix-strong-naming-issue
fix: disable strong naming for source generator assembly
2 parents 6aadb1e + 090a300 commit 1a2678e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/CommandLineUtils.Generators/McMaster.Extensions.CommandLineUtils.Generators.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<IsPackable>false</IsPackable>
1111
<RootNamespace>McMaster.Extensions.CommandLineUtils.Generators</RootNamespace>
1212
<IncludeBuildOutput>false</IncludeBuildOutput>
13+
<!-- Source generators should not be strong-named as they run in the compiler process -->
14+
<SignAssembly>false</SignAssembly>
1315
</PropertyGroup>
1416

1517
<ItemGroup>

0 commit comments

Comments
 (0)