Skip to content

Conversation

@eerhardt
Copy link
Member

@eerhardt eerhardt commented Aug 5, 2021

Removes the last usages of System.Linq in a default Blazor WASM app, which were a handful of ToArray calls.

Fix #56916

Removes the last usages of System.Linq in a default Blazor WASM app, which were a handful of ToArray calls.

Fix dotnet#56916
@ghost
Copy link

ghost commented Aug 5, 2021

Tagging subscribers to this area: @maryamariyan
See info in area-owners.md if you want to be subscribed.

Issue Details

Removes the last usages of System.Linq in a default Blazor WASM app, which were a handful of ToArray calls.

Fix #56916

Author: eerhardt
Assignees: -
Labels:

area-Extensions-Options

Milestone: -

@eerhardt eerhardt added the size-reduction Issues impacting final app size primary for size sensitive workloads label Aug 5, 2021
@ghost
Copy link

ghost commented Aug 5, 2021

Tagging subscribers to 'size-reduction': @eerhardt, @SamMonoRT, @marek-safar
See info in area-owners.md if you want to be subscribed.

Issue Details

Removes the last usages of System.Linq in a default Blazor WASM app, which were a handful of ToArray calls.

Fix #56916

Author: eerhardt
Assignees: -
Labels:

area-Extensions-Options, size-reduction

Milestone: -

Copy link
Member

@stephentoub stephentoub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Thanks.

@stephentoub stephentoub merged commit 1a3378d into dotnet:main Aug 6, 2021
@eerhardt eerhardt deleted the Fix56916 branch August 6, 2021 20:59
@ghost ghost locked as resolved and limited conversation to collaborators Sep 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Extensions-Options size-reduction Issues impacting final app size primary for size sensitive workloads

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove System.Linq entirely in default Blazor WASM app

2 participants