1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-21 21:33:01 +00:00
This commit is contained in:
Jkorf
2025-11-10 13:12:16 +01:00
parent 9d94a24862
commit b1c5cf318a
7 changed files with 3 additions and 8 deletions
@@ -67,7 +67,6 @@ namespace CryptoExchange.Net.Converters.SystemTextJson
: JsonConverter<T>, INullableConverterFactory where T : struct, Enum
{
private static List<KeyValuePair<T, string>>? _mapping = null;
private static string? objectLibrarySource = null;
private NullableEnumConverter? _nullableEnumConverter = null;
private static ConcurrentBag<string> _unknownValuesWarned = new ConcurrentBag<string>();