-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[ILink][browser][debug] Microsoft.CodeAnalysis.Operations.DynamicMemberReferenceOperation #94016
Comments
Tagging subscribers to this area: @agocke, @sbomer, @vitek-karas Issue DetailsError Blob{
"ErrorMessage": "Microsoft.CodeAnalysis.Operations.DynamicMemberReferenceOperation",
"BuildRetry": false,
"ExcludeConsoleLog": true
} Reproduction Stepswasm/browser target with Debug configuration
|
I'm running into this when trying to build the repo locally. Is there a temporary workaround for this I can use?
Its a fresh clone (the only extra step I did was to sync main from dotnet/runtime). |
@JakeYallop, can you try building with |
That did not work unfortunately, same error as before. |
Sigh... looks like |
Fixes the assert from #94016. #94057 tracks adding full support for this in the analyzer. We had some existing tests that only covered IDynamicInvocationOperation. Those have been moved to a shared testcase (shared by ILLink/NativeAot), and some additional testcases have been added that include coverage for IDynamicMemberReference, which was causing the assert. This includes the same fix for IDynamicIndexerAccessOperation.
Fixes the assert from dotnet#94016. dotnet#94057 tracks adding full support for this in the analyzer. We had some existing tests that only covered IDynamicInvocationOperation. Those have been moved to a shared testcase (shared by ILLink/NativeAot), and some additional testcases have been added that include coverage for IDynamicMemberReference, which was causing the assert. This includes the same fix for IDynamicIndexerAccessOperation.
Error Blob
Reproduction Steps
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=451726&view=logs&j=25ff4a1f-a33e-587c-1adf-e8bafe0c741d&t=652ede7b-14bb-5de9-c266-e48d99622f63
wasm/browser target with Debug configuration
.\build.cmd -bl -os browser -subset mono+libs -c Debug
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=451726
Error message validated:
Microsoft.CodeAnalysis.Operations.DynamicMemberReferenceOperation
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 10/26/2023 10:41:20 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: