martinjw / dbschemareader

Read database metadata (from SqlServer/Oracle/MySql/SQLite/PostgreSql/DB2 etc) into one simple model
Microsoft Public License
293 stars 128 forks source link

DatabaseSchemaReader.CancellationToken defined in .NET4+ assemblies #125

Closed KeithLRobertson closed 2 years ago

KeithLRobertson commented 3 years ago

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