Commit e176d19
[Xamarin.Android.Build.Tasks] Improve error message to provide info about unresolved refs (#218)
- fixes #43515
- the message was missing the scope information (a typo?) and was a
bit misleading. hopefully it will make more sense now
- added note about forwarded types, as it is reached in scenarios
like this:
an app references an assembly lib1 containing type forwarder to
type in another assembly lib2. when this other assembly lib2
doesn't contain the type and the app doesn't reference that type
directly, but only thru code in lib1, the compiler doesn't detect
the type is missing. the linker OTOH will try to resolve the
reference and the error is reached1 parent 10b1c2a commit e176d19
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments