Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DedSec256 committed Nov 15, 2024
1 parent 7d75df9 commit e3d2041
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public override ProvidedType GetEnumUnderlyingType() =>
public override ProvidedType ApplyStaticArguments(ITypeProvider provider, string[] fullTypePathAfterArguments,
object[] staticArgs)
{
var key = string.Join(".", fullTypePathAfterArguments);
var key = string.Join(".", fullTypePathAfterArguments) + (IsErased ? "" : "+" + string.Join(",", staticArgs));
var staticArgDescriptions = staticArgs.Select(PrimitiveTypesBoxer.BoxToServerStaticArg).ToArray();

var result = TypeProvidersContext.AppliedProvidedTypesCache.GetOrCreate((EntityId, key), TypeProvider,
Expand Down

0 comments on commit e3d2041

Please sign in to comment.