xamarin-macios/tests/msbuild
Rolf Bjarne Kvinge b17dcd263b
[msbuild] Fix check for Link metadata by checking for both null and empty string. Fixes #12783. (#18487)
A task item's GetMetadata method will return an empty string if the metadata
isn't available, so make sure to check for both null (which shouldn't really
happen, but just to be safe) and an empty string when detecting whether the
Link metadata is set or not.

Fixes https://github.com/xamarin/xamarin-macios/issues/12783.

---------

Co-authored-by: Alex Soto <alex@alexsoto.me>
2023-10-17 07:59:34 +02:00
..
Xamarin.MacDev.Tasks.Tests [msbuild] Add support to the ResolveNativeReferences task to execute remotely. Fixes #19027. (#19047) 2023-09-20 08:22:07 +02:00
Xamarin.MacDev.Tests [msbuild] Fix check for Link metadata by checking for both null and empty string. Fixes #12783. (#18487) 2023-10-17 07:59:34 +02:00