Coming from Unity and C# 9 I observed an ``` Ambiguous invocation. Candidates are: EmitCounter<int>(string, int, IEnumerable<KeyValuePair<string,object>>?, Scope?) EmitCounter<int>(string, int, ReadOnlySpan<KeyValuePair<string,object>>, Scope?) all from class SentryMetricEmitter ``` Based on [The History of C#](https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-version-history) this problem exists for projects using C# 13 (resolution priority) or older.
Coming from Unity and C# 9 I observed an
Based on The History of C# this problem exists for projects using C# 13 (resolution priority) or older.