Haymo Kutschbach

Results 30 comments of Haymo Kutschbach

I like your [`Typology.cs`](https://github.com/JanWosnitza/HDF.PInvoke/blob/typdefs-as-structs/HDF5/Typology.cs) attempt a lot - it is beautyful and elegant. But for me the following concerns remain: - I see the home for things like that in...

> Inside the FancyHDF NuGet package is just one binary, but you can still decide which version of HDF.PInvoke you like to use. I don't get it yet: do you...

No luck in getting your point yet :) IMO the nuget package is for one specific HDF version only. Users wanting to use another version need to recompile from code...

The overhead likely comes from the conversion of the `size_t` struct input parameter.

It sounds compelling to target .NET Standard 1.?, indeed. However, the statement "this library targets .NET Standard" implies that any user of the library can reference the library and be...

:+1: we could also ask @gheber to chime in

I would keep it open for now. Linux support is certainly a topic we will have to tackle at some point.

Let's check if the above example code would work if we properly call `H5.open()` before acquiring the exported variables? Those variables are set at runtime dynamically, I guess.

Sure it does work! However, a solely `\q` is too likely to fail on VS15 without forcing the blocking processes to shutdown. I see the main advantage of `VSIXBootstrapper` to...

> If you are seeing UI pop up when there are processes running, that is a bug that needs to be fixed. Is that the case? Or are you saying...