curiosity-ai / rocksdb-sharp

.net bindings for the rocksdb by facebook
BSD 2-Clause "Simplified" License
155 stars 38 forks source link

Fix build issue #31

Closed theolivenbaum closed 1 year ago

theolivenbaum commented 1 year ago

Seems like there's a new type missing mapping in the code generator:
/home/vsts/work/1/s/csharp/src/Native.cs(4761,13): error CS0246: The type or namespace name 'char_ptr_ptr_ptr' could not be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/csharp/RocksDbSharp.csproj]

theolivenbaum commented 1 year ago

Fixed