Jose Quintero

Results 2 comments of Jose Quintero

This is also occurring on .NET 8 and PublishTrimmed=true

This is very unfortunate. I just spent all afternoon troubleshooting this issue. The following code was working fine before the update: ``` string[]? existingOrganizationNodeIds = []; if ((existingUser?.AdditionalData.TryGetValue($"extension_{extensionAppId}_organizationNodeIds", out var...