* [wasm] Fix build broken by recent update to tfm=net9.0 on runtime
Essentially, override the packs as part of the build so that the correct
ones are used. This uses `WasmOverridePacks.targets` from runtime's
Wasm.Build.Tests .
Fixes the error where 9.0 wasm targets are used, but with 8.0 runtime
pack from the sdk:
```
emcc : error : /home/helixbot/work/C6E60A3B/w/BEDB0A92/u/artifacts/packages/microsoft.netcore.app.runtime.mono.browser-wasm/8.0.0-rc.1.23414.4/runtimes/browser-wasm/native/libmono-wasm-simd.a: No such file or directory ("/home/helixbot/work/C6E60A3B/w/BEDB0A92/u/artifacts/packages/microsoft.netcore.app.runtime.mono.browser-wasm/8.0.0-rc.1.23414.4/runtimes/browser-wasm/native/libmono-wasm-simd.a" was expected to be an input file, based on the commandline arguments provided) [/home/helixbot/work/C6E60A3B/p/performance/src/scenarios/blazoraot/app/emptyblazorwasmtemplate.csproj]
```
* [wasm] Override packs for blazor scenarios
* [wasm] Move WasmOverridePacks.targets to build-common, and update blazor targets
* [wasm] Override packs only when using workloads
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 8.0.0-beta.23429.1 -> To Version 8.0.0-beta.23431.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.2.23430.5 -> To Version 8.0.0-rc.2.23431.9
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.2.23429.20 -> To Version 8.0.0-rc.2.23430.5
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 8.0.0-beta.23428.2 -> To Version 8.0.0-beta.23429.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from https://github.com/dotnet/runtime build 20230829.12
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.2.23426.4 -> To Version 8.0.0-rc.2.23429.12
* Update dependencies from https://github.com/dotnet/runtime build 20230829.20
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.2.23426.4 -> To Version 8.0.0-rc.2.23429.20
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.2.23425.9 -> To Version 8.0.0-rc.2.23426.4
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 8.0.0-beta.23422.1 -> To Version 8.0.0-beta.23425.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* ComWrappers RCW parallel access
* Retain the RCW as a member.
* Apply suggestions from code review
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
* Review feedback.
* Fix style
* Review feedback
* Disable for mono
---------
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
* Update dependencies from https://github.com/dotnet/runtime build 20230823.5
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.2.23423.11 -> To Version 8.0.0-rc.2.23423.5
* Update dependencies from https://github.com/dotnet/runtime build 20230825.9
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.2.23423.11 -> To Version 8.0.0-rc.2.23425.9
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 8.0.0-beta.23419.1 -> To Version 8.0.0-beta.23422.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.2.23418.14 -> To Version 8.0.0-rc.2.23423.11
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Added WasmInterpreter and WasmAOT to the local testing script. This additionally included breaking the run BDN and associated steps into multi-run and single-run setups to support not being able to pass in multiple Wasm workloads to run simultaneously. Also, some formatting was better standardized for cleaner code.
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 8.0.0-beta.23415.4 -> To Version 8.0.0-beta.23417.3
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.2.23417.23 -> To Version 8.0.0-rc.2.23418.14
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Added more documentation for running notebooks and message that we'll be deprecating the python infra
* Update src/benchmarks/gc/GC.Infrastructure/README.md
Co-authored-by: Mark Plesko <markples@microsoft.com>
* Fixed another linting issue
---------
Co-authored-by: Mark Plesko <markples@microsoft.com>
* Update dependencies from https://github.com/dotnet/runtime build 20230817.12
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.2.23417.4 -> To Version 8.0.0-rc.2.23417.12
* Update dependencies from https://github.com/dotnet/runtime build 20230817.23
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.2.23417.4 -> To Version 8.0.0-rc.2.23417.23
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.1.23416.31 -> To Version 8.0.0-rc.2.23417.4
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from https://github.com/dotnet/runtime build 20230816.15
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.1.23416.7 -> To Version 8.0.0-rc.1.23416.15
* Update dependencies from https://github.com/dotnet/runtime build 20230816.29
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.1.23416.7 -> To Version 8.0.0-rc.1.23416.29
* Update dependencies from https://github.com/dotnet/runtime build 20230816.31
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.1.23416.7 -> To Version 8.0.0-rc.1.23416.31
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from https://github.com/dotnet/runtime build 20230816.2
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.1.23416.1 -> To Version 8.0.0-rc.1.23416.2
* Update dependencies from https://github.com/dotnet/runtime build 20230816.7
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.1.23416.1 -> To Version 8.0.0-rc.1.23416.7
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 8.0.0-beta.23414.5 -> To Version 8.0.0-beta.23415.4
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 8.0.0-beta.23411.1 -> To Version 8.0.0-beta.23414.5
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from https://github.com/dotnet/runtime build 20230815.5
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.1.23415.2 -> To Version 8.0.0-rc.1.23415.5
* Update dependencies from https://github.com/dotnet/runtime build 20230815.18
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.1.23415.2 -> To Version 8.0.0-rc.1.23415.18
* Update dependencies from https://github.com/dotnet/runtime build 20230815.27
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.1.23415.2 -> To Version 8.0.0-rc.1.23415.27
* Update dependencies from https://github.com/dotnet/runtime build 20230816.1
Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
From Version 8.0.0-rc.1.23415.2 -> To Version 8.0.0-rc.1.23416.1
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>