martinjw/dbschemareader

DatabaseSchemaReader.CancellationToken defined in .NET4+ assemblies

Closed this issue · 0 comments

Trying to use DatabaseSchemaReader package (2.7.10) from .NET 4.8 project. On some calls like DatabaseReader.AllTables(CT) I get cannot cast from System.Threading.CT to DatabaseSchemaReader.CT. According to the code CT should be ifdef'd out, but there it is in the DLLs! Please build using the System.Threading.CancellationToken in TFMs where it exists.

DBSR-has-CT