Commit 090a300
fix: disable strong naming for source generator project
Source generators run in the compiler/IDE process and should not be
strong-named. This fixes the Windows .NET Framework 4.7.2 test
failures where the generator DLL was being signed with the same key
as the main library, causing strong name verification errors.
Co-authored-by: sensslen <3428860+sensslen@users.noreply.github.com>1 parent 9ac37dc commit 090a300
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments