Uh oh!
There was an error while loading. Please reload this page.
Workloads test: Install the current app.ref pack also - #93571
Conversation
Re-enable updating the targeting pack as the workload is correctly using 9.0 artifacts. The targeting pack update is needed because it includes the locally built analyzers, like the source generators for `JSImport/Export`. This fixes `SatelliteLoadingTests.LoadSatelliteAssembly`. Fixes issue: dotnet#93387
ghost
commented
Oct 16, 2023
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsRe-enable updating the targeting pack as the workload is correctly using This fixes Fixes issue: #93387
|
ghost
commented
Oct 16, 2023
Tagging subscribers to this area: @directhex Issue DetailsRe-enable updating the targeting pack as the workload is correctly using This fixes Fixes issue: #93387
|
radical
commented
Oct 17, 2023
radical
commented
Oct 17, 2023
I will wait for #93066 which updates the SDK used for testing, then test this PR again, before merging. |
radical
commented
Oct 17, 2023
#93625 would be the preferable fix. |
lewing
commented
Oct 18, 2023
fixed in #93625 |
Re-enable updating the targeting pack as the workload is correctly using
9.0 artifacts. The targeting pack update is needed because it includes
the locally built analyzers, like the source generators for
JSImport/Export.This fixes
SatelliteLoadingTests.LoadSatelliteAssembly.Fixes: #93387