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.
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.