You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: https://bugzilla.xamarin.com/show_bug.cgi?id=57532#c5@pjcollins notes that if `lint` isn't installed *and isn't used*,
commit 010332d will generate a build error -- because `lint` can't be
found -- and this isn't necessarily warranted. It could be a backward
compatibility break.
Move the `lint` path check into the `<Lint/>` task so that we only
generate an XA5205 error if `lint` can't be found *and* we're
attempting to use `lint`.
0 commit comments