Elinor Fung

Results 23 comments of Elinor Fung

> I don't know what could cause the file to not be there. The code right before this failure creates the file using new FileStream which should always create the...

## Interop: P/Invoke source generation https://github.com/dotnet/runtime/issues/60212 https://github.com/dotnet/runtime/issues/60595 We integrated the p/invoke source generator that was prototyped in .NET 6 into dotnet/runtime and have been converting the runtime libraries to use...

Yes, this can be closed now. The app host version can be found in the details in the dialog - for example: ![image](https://github.com/dotnet/core/assets/47805090/15e484db-4a52-4ebf-bc48-d3d29628d10c)

I think just the paths support already addresses the main pain, but a customizable error message would be reasonable. Currently, after listing the requested version, global.json file, and installed SDKs,...

I think just the paths support already addresses the main pain, but a customizable error message would be reasonable. Currently, after listing the requested version, global.json file, and installed SDKs,...

Likely the same as https://github.com/dotnet/runtime/issues/100683

Another hit on: https://dev.azure.com/dnceng/public/_build/results?buildId=1612668&view=logs&j=3b4be47f-cc1b-5bf8-4e5e-8c012379f178&t=815bd5f7-6733-5b57-4168-1099761dca5a

The runtime-extra-platforms rolling build also hit the failure in `Writing3MBBase64Bytes` (on Windows Server 2022): https://dev.azure.com/dnceng/public/_build/results?buildId=1612202&view=ms.vss-test-web.build-test-results-tab&runId=44896660&resultId=189854&paneView=debug

Equivalent API docs page with the same issue: https://learn.microsoft.com/zh-cn/dotnet/api/system.threading.tasks.task.wait#system-threading-tasks-task-wait(system-int32) @gewarren do you know where this should be routed for fixing the localization here?

@brianrob Can you point me at which events those are? From what I could tell, all the actual binder events in .NET Framework come through the `Microsoft-Windows-DotNETRuntimePrivate` provider and nothing...