This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Commit ae41a03
committed
Fix intellisense breaks
We were previously ILRepack'ing to the intermediate assembly
unconditionally. This means that we'd ILRepack an already
ILRepack'ed assembly, and that failed and caused intellisense
to not work at all.
So instead, we write a flag file that tells us we have already
ilrepack'ed, and use that as the outputs of the targets.
We don't add it as a FileWrites since otherwise incremental
clean would interfere.
Also, there was a duplicate reference to the ThisAssembly.Project
nuget package that is already imported in the shared targets,
and it was also interferring with intellisense.1 parent a1a4424 commit ae41a03
2 files changed
Lines changed: 5 additions & 2 deletions
File tree
- src/Build/NuGet.Build.Packaging.Tasks
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | | - | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
| |||
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| 125 | + | |
122 | 126 | | |
123 | 127 | | |
124 | 128 | | |
| |||
0 commit comments