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
neg102.fs(22,14,22,22): typecheck error FS0025: Incomplete pattern matches on this expression.For example, the value 'Some (EnumABC.C)' may indicate a casenot covered by the pattern(s).
11
11
12
-
neg102.fs(29,14,29,22): typecheck errorFS0104:Enums may take values outside known cases.For example, the value 'enum<EnumABC> (2)' may indicate a casenot covered by the pattern(s).
12
+
neg102.fs(27,14,27,22): typecheck errorFS0025: Incomplete pattern matches on this expression.For example, the value 'System.DateTimeKind.Utc' may indicate a casenot covered by the pattern(s).
13
13
14
-
neg102.fs(34,14,34,22): typecheck error FS0104:Enums may take values outside known cases.For example, the value 'Some (enum<EnumABC> (2))' may indicate a casenot covered by the pattern(s).
14
+
neg102.fs(32,14,32,22): typecheck error FS0104:Enums may take values outside known cases.For example, the value 'enum<EnumABC> (2)' may indicate a casenot covered by the pattern(s).
15
+
16
+
neg102.fs(37,14,37,22): typecheck error FS0104:Enums may take values outside known cases.For example, the value 'Some (enum<EnumABC> (2))' may indicate a casenot covered by the pattern(s).
17
+
18
+
neg102.fs(44,14,44,22): typecheck error FS0104:Enums may take values outside known cases.For example, the value 'enum<System.DateTimeKind> (3)' may indicate a casenot covered by the pattern(s).