Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit ffcc74d

Browse files
committed
Update PCL Export signatures
1 parent 7af9589 commit ffcc74d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

src/ServiceStack.Text/PclExport.Net40.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ public IosPclExport()
608608
SupportsEmit = SupportsExpression = false;
609609
}
610610

611-
public override void VerifyInAssembly(Type accessType, string assemblyName)
611+
public override void VerifyInAssembly(Type accessType, ICollection<string> assemblyNames)
612612
{
613613
}
614614

@@ -849,7 +849,7 @@ public AndroidPclExport()
849849
PlatformName = "Android";
850850
}
851851

852-
public override void VerifyInAssembly(Type accessType, string assemblyName)
852+
public override void VerifyInAssembly(Type accessType, ICollection<string> assemblyNames)
853853
{
854854
}
855855

0 commit comments

Comments
 (0)