Commit 8a38c46
[Xamarin.Android.Build.Tasks] VS hangs/freezes when opening solutions containing Android Bindings Libraries that reference other libraries, during
Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=40982
The Binding targets had the same issue as the normal Common
targets for android projects. Commit d300845 added a new
target to set $(DesignTimeBuild) to false if it was not
set. This way when Visual studio does an intellisense build
we do not attempt to download additional resources.
This commit makes the same changes to the Bindings targets.GetAdditionalResourcesFromAssemblies.Execute() (#28)1 parent 4821159 commit 8a38c46
1 file changed
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
274 | 275 | | |
275 | 276 | | |
276 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
277 | 284 | | |
278 | 285 | | |
279 | 286 | | |
| |||
283 | 290 | | |
284 | 291 | | |
285 | 292 | | |
| 293 | + | |
286 | 294 | | |
287 | 295 | | |
288 | 296 | | |
| |||
0 commit comments