Use unified name instead of full name

Handles Class<T> better
This commit is contained in:
JustArchi
2020-08-10 14:42:50 +02:00
parent 7210e6b86c
commit f57b5a2166

View File

@@ -170,7 +170,7 @@ namespace ArchiSteamFarm.IPC {
}
);
options.CustomSchemaIds(type => type.FullName);
options.CustomSchemaIds(type => type.GetUnifiedName());
options.EnableAnnotations(true);
options.SchemaFilter<EnumSchemaFilter>();