Larry Ewing

Results 271 comments of Larry Ewing

> For the SDK build, we have 4 container test failures and a blazor failure @lewing @baronfel `\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(495,5): error NETSDK1112: The runtime pack for Microsoft.NETCore.App.Runtime.Mono.browser-wasm was not downloaded.` `System.InvalidOperationException :...

only 4 hits in a month and could be caused by resolved issue. moving to 10

@kouvel in general it is a good idea to leave the KnownBuidError open until the fix has been in all impacted branches for a day or two so that recent...

you can reopen it. in an effort to clean up stale KnownBuildErrors we aggressively closed some that had zero recent hits knowing they might need to be reopened

Likely the same problem as https://github.com/dotnet/runtime/issues/116746 and https://github.com/dotnet/runtime/issues/116671

Example failure: ``` 2025-06-20T12:51:02.3032584Z Traceback (most recent call last): 2025-06-20T12:51:02.3997880Z File "D:\a\_work\1\s\src\mono\browser\emsdk\emscripten\em++.py", line 15, in 2025-06-20T12:51:02.6225743Z sys.exit(emcc.main(sys.argv)) 2025-06-20T12:51:02.7001855Z ~~~~~~~~~^^^^^^^^^^ 2025-06-20T12:51:02.7365944Z File "C:\python3\Lib\contextlib.py", line 85, in inner 2025-06-20T12:51:02.7870513Z return func(*args, **kwds)...