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
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+8
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,14 @@ body:
12
12
description: What is the problem? A clear and concise description of the bug.
13
13
validations:
14
14
required: true
15
+
- type: checkboxes
16
+
id: regression
17
+
attributes:
18
+
label: Regression Issue
19
+
description: What is a regression? If it worked in a previous version but doesn't in the latest version, it's considered a regression. In this case, please provide specific version number in the report.
20
+
options:
21
+
- label: Select this option if this issue appears to be a regression.
_logger.LogError("Handler invocation failed for a message belonging to message group '{GroupdId}' having message ID '{MessageID}'. Skipping processing of {Remaining} messages from the same group.",groupId,message.Envelope.Id,remaining);
0 commit comments