-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
p/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.s/triagedIssue has been reviewedIssue has been reviewed
Milestone
Description
Description
@StephaneDelcroix Ping @PureWeen for more info
GetElementType invokes GetTypeReference, but in .NET 10, it calls the new GetTypeReferences method, which is an iterator. This change results in the enumeration being executed three times - once for each of the following checks:
if (!types.Any())
if (types.Distinct().Skip(1).Any())
var type = types.Distinct().FirstOrDefault()
Metadata
Metadata
Assignees
Labels
p/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.s/triagedIssue has been reviewedIssue has been reviewed
Type
Projects
Status
Done