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
cx.ExtractionError($"Extracting default argument value 'object {parameter.Name} = default' instead of 'object {parameter.Name} = {defaultValue}'. The latter is not supported in C#.",
Copy file name to clipboardExpand all lines: csharp/ql/test/library-tests/standalone/errorrecovery/DiagnosticsAndErrors.expected
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,4 +41,3 @@ extractorMessages
41
41
| errors.cs:91:45:91:45 | Failed to resolve name |
42
42
| errors.cs:92:45:92:45 | Failed to determine type |
43
43
| errors.cs:92:45:92:45 | Failed to resolve name |
44
-
| file://:0:0:0:0 | Extracting default argument value 'object RecordNumber = default' instead of 'object RecordNumber = -1'. The latter is not supported in C#. |
0 commit comments