The behavior of 'string.ToUpper()' could vary based on the current user's locale settings. Replace this call in 'MetadataConsumer.CreateEmbeddedFromProfile<TImageSharpProfile, TEmbeddedMetadata>(IEnumerable<ulong>, TImageSharpProfile, Func<TImageSharpProfile, byte[]>)' with a call to 'string.ToUpper(CultureInfo)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1304)