DBFilesClient.NET
1.2.0
dotnet add package DBFilesClient.NET --version 1.2.0
NuGet\Install-Package DBFilesClient.NET -Version 1.2.0
<PackageReference Include="DBFilesClient.NET" Version="1.2.0" />
paket add DBFilesClient.NET --version 1.2.0
#r "nuget: DBFilesClient.NET, 1.2.0"
// Install DBFilesClient.NET as a Cake Addin #addin nuget:?package=DBFilesClient.NET&version=1.2.0 // Install DBFilesClient.NET as a Cake Tool #tool nuget:?package=DBFilesClient.NET&version=1.2.0
A blazing-fast DBC and DB2 file loader for World of Warcraft files.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
The following changes landed in version 1.2.0:
* A bug causing WDBC and WDB2 readers to skip half the records was fixed.
* A bug regarding WDB2 files with index tables has been fixed.
* WDBC and WDB2 no longer force the amount of fields (including arrays) to match the file's header.
* The library now targets fields instead of properties. As a result, because properties cannot be decorated with MarshalAsAttribute, ArraySizeAttribute has been introduced.
* Starting with 7.3.0.24473, WDB6 introduced padding in the common data block. The library tries to address it the best it can, but if you run into issues with parsing WDB6 files, please report them to the issue tracker on GitHub.