|
|
|
|
|
by Ididntdothis
2497 days ago
|
|
Does anybody know how good and up to date the C# wrapper is? I often find that the C# bindings are second or third class citizens in open source libraries that are either buggy or way behind. Saw this with Lucene and quite a few others. |
|
It works, but has it's problem, like memory leaks if you forget to dispose the objects and an upgrade to a newer version had a bug in it's ubuntu binaries that any simple test would have caught.
There is a higher quality commercial wrapper that is only free for gpl'ed solutions.
Which is what I see with some projects, even though the software itself is free, the c# wrapper done by a third party costs money which makes me loathe to use it, as it hinders reuse.
Take care, Martin