From 58be39002601bc4a2a7151226d743561e456c45f Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 1 Dec 2022 17:08:17 +0100 Subject: [PATCH] Fix build by always including the System.Diagnostics.CodeAnalysis namespace. This way we find the NotNullWhen attribute declared at the bottom of this file. --- Xamarin.MacDev/MacCatalystSupport.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Xamarin.MacDev/MacCatalystSupport.cs b/Xamarin.MacDev/MacCatalystSupport.cs index 77f3e26..c43b6a5 100644 --- a/Xamarin.MacDev/MacCatalystSupport.cs +++ b/Xamarin.MacDev/MacCatalystSupport.cs @@ -26,9 +26,7 @@ #nullable enable using System; -#if NET using System.Diagnostics.CodeAnalysis; -#endif using System.Collections.Generic; using System.IO;