Skip to content

[release/8.0-staging] [browser] Use whole assembly name when looking for already loaded assemblies - #97144

Merged
maraf merged 2 commits into
dotnet:release/8.0-stagingfrom
maraf:BrowserFixLazyAssemblyLoadedCheck80
Jan 19, 2024
Merged

[release/8.0-staging] [browser] Use whole assembly name when looking for already loaded assemblies #97144
maraf merged 2 commits into
dotnet:release/8.0-stagingfrom
maraf:BrowserFixLazyAssemblyLoadedCheck80

Conversation

@maraf

@marafmaraf commented Jan 18, 2024

Copy link
Copy Markdown
Member

Backport of #96951 to release/8.0-staging

Customer Impact

Fixes customer reported issue caused in 8.0 when migrating features from Blazor for runtime. The lazy loading failed when user was lazy loading an assembly with name that matches part of some of the runtime assemblies name.

Testing

Automated test.

Risk

Low. Effects only Blazor users using lazy loading feature.

@marafmaraf added arch-wasm WebAssembly architecture area-System.Runtime.InteropServices.JavaScript os-browser Browser variant of arch-wasm labels Jan 18, 2024
@marafmaraf added this to the 8.0.x milestone Jan 18, 2024
@marafmaraf self-assigned this Jan 18, 2024
@ghost

Copy link
Copy Markdown

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #96951 to release/8.0-staging

Customer Impact

Testing

Risk

Author:maraf
Assignees:maraf
Labels:

arch-wasm, area-System.Runtime.InteropServices.JavaScript, os-browser

Milestone:8.0.x

@marafmaraf added the Servicing-consider Issue for next servicing release review label Jan 18, 2024
@rbhandarbhanda added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Jan 18, 2024
@rbhandarbhanda modified the milestones: 8.0.x, 8.0.3Jan 18, 2024
@maraf
maraf merged commit e24179e into dotnet:release/8.0-stagingJan 19, 2024
@maraf
maraf deleted the BrowserFixLazyAssemblyLoadedCheck80 branch January 19, 2024 08:35
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Feb 18, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

arch-wasmWebAssembly architecturearea-System.Runtime.InteropServices.JavaScriptos-browserBrowser variant of arch-wasmServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@maraf@pavelsavara@rbhanda