зеркало из https://github.com/microsoft/vs-mef.git
Cache some additional types during reading the stream
This commit is contained in:
Родитель
d2f177fe66
Коммит
8ef83d2446
|
@ -78,6 +78,13 @@ public class MessagePackSerializerContext
|
|||
typeof(TypeRef),
|
||||
typeof(AssemblyName),
|
||||
typeof(StrongAssemblyIdentity),
|
||||
typeof(PartCreationPolicyConstraint),
|
||||
typeof(Guid),
|
||||
typeof(ImportMetadataViewConstraint),
|
||||
typeof(ExportDefinition),
|
||||
typeof(PartDiscoveryException),
|
||||
typeof(ImportCardinality),
|
||||
typeof(IReadOnlyDictionary<string, object?>),
|
||||
];
|
||||
|
||||
public IMessagePackFormatter<T>? GetFormatter<T>()
|
||||
|
|
Загрузка…
Ссылка в новой задаче