-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InvalidOperationException due to use of Microsoft.CodeAnalysis.CSharp.BinaryOperatorKind.Error enum #90331
Comments
Tagging subscribers to this area: @dotnet/area-system-text-regularexpressions Issue DetailsError Blob{
"ErrorMessage": "System.InvalidOperationException : Unexpected value 'Error' of type 'Microsoft.CodeAnalysis.CSharp.BinaryOperatorKind'",
"BuildRetry": false
} Reproduction StepsThis issue created to make errors reported in #84323 more specific. Apparently the Sample:
|
This is an odd one - |
Single hit - likely compiler. Let's keep it open to look at hit count. |
removing blocking-clean-ci as it has not failed in 30 days
|
Closing; please re-open if there are hits. |
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=369767
Build error leg or test failing: System.Text.RegularExpressions.Tests.WorkItemExecution
Pull request: #90318
Error Message
Reproduction Steps
This issue created to make errors reported in #84323 more specific.
Apparently the
BinaryOperatorKind.Error
enum value doesn't exist in these cases.Sample:
Report
Summary
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=369767
Error message validated:
System.InvalidOperationException : Unexpected value 'Error' of type 'Microsoft.CodeAnalysis.CSharp.BinaryOperatorKind'
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/10/2023 7:03:30 PM UTC
The text was updated successfully, but these errors were encountered: