Skip to content

Commit ac2647b

Browse files
authored
Fix build by always including the System.Diagnostics.CodeAnalysis namespace. (#110)
This way we find the NotNullWhen attribute declared at the bottom of this file.
1 parent 8f2b596 commit ac2647b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Xamarin.MacDev/MacCatalystSupport.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
#nullable enable
2727

2828
using System;
29-
#if NET
3029
using System.Diagnostics.CodeAnalysis;
31-
#endif
3230
using System.Collections.Generic;
3331
using System.IO;
3432

0 commit comments

Comments
 (0)