Replies: 2 comments 4 replies
-
|
Did you also add the |
Beta Was this translation helpful? Give feedback.
-
|
Another reason I can think of is if your file cannot be read correctly but I have tons of unit tests so that is unlikely but not impossible (mainly because I am unable to create old style HDF5 files so I can only test 95 % of PureHDF's code). |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to use your lob PureHDF.SourceGenerator, to use binding to my hdf5 file, but for some reason when I try to do:
var bindings = new MyGeneratedH5Bindings(h5File);that say the MyGeneratedH5Bindings does not contain a constructor that takes 1 arg. The steps I do: Instal dotnet lib -> dotnet restore -> lib is on dependencies -> added[H5SourceGenerator(filePath: MY_FILE)] internal partial class MyGeneratedH5Bindings { };to my code. Can you help me?Beta Was this translation helpful? Give feedback.
All reactions