Commit b391c83
Fix CS1726: exclude InternalsVisibleTo from signed assembly build
Strong-name signed assemblies require a public key in InternalsVisibleTo
declarations. Since Tomlyn.Tests is not signed, guard the attribute with
a TOMLYN_SIGNED conditional defined in Tomlyn.Signed.csproj.
Co-authored-by: Copilot <[email protected]>1 parent fc10290 commit b391c83
File tree
2 files changed
+5
-0
lines changed- src
- Tomlyn.Signed
- Tomlyn/Properties
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
| 7 | + | |
0 commit comments