Skip to content

Commit abca25b

Browse files
committed
IsBuildOnlyDiagnostic
1 parent 0aa4955 commit abca25b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Compilers/CSharp/Portable/Errors/ErrorFacts.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2513,6 +2513,7 @@ or ErrorCode.ERR_InstanceMemberWithUnnamedExtensionsParameter
25132513
or ErrorCode.ERR_InitInExtension
25142514
or ErrorCode.ERR_ModifierOnUnnamedReceiverParameter
25152515
or ErrorCode.ERR_ExtensionTypeNameDisallowed
2516+
or ErrorCode.ERR_ExpressionTreeContainsNamedArgumentOutOfPosition
25162517
=> false,
25172518
};
25182519
#pragma warning restore CS8524 // The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value.

0 commit comments

Comments
 (0)