We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b74445 commit a991dbdCopy full SHA for a991dbd
src/Generator/Types/TypeMapDatabase.cs
@@ -56,6 +56,7 @@ public bool FindTypeMap(Type type, out TypeMap typeMap)
56
if (typeMaps.ContainsKey(type))
57
{
58
typeMap = typeMaps[type];
59
+ typeMap.Type = type;
60
return typeMap.IsEnabled;
61
}
62
0 commit comments