We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131da45 commit 5af1568Copy full SHA for 5af1568
src/IcedTasks/Nullness.fs
@@ -3,21 +3,21 @@ namespace IcedTasks
3
open System
4
5
type ExceptionNull =
6
-#if NET9_0_OR_GREATER && !FABLE_COMPILER
+#if NULLABLE
7
Exception | null
8
#else
9
Exception
10
#endif
11
12
type IDisposableNull =
13
14
IDisposable | null
15
16
IDisposable
17
18
19
type IAsyncDisposableNull =
20
21
IAsyncDisposable | null
22
23
IAsyncDisposable
0 commit comments