You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have cloned your repository to a Windows 11 machine with Visual Studio Professional 2022 (17.5.1) and ran into multiple issues when compiling.
NuGet packages for Thermo do not seem to be available (possibly because you use a local NuGet for your purposes)
CLParserForNetFramework package is no longer maintained/available, suggested replacement CommandLineParser has different API
SearchMetricsContainer cannot be serialized because it does not have no-parameter constructor
I overcame all these problems by downloading Thermo DLLs directly, changing the command line parsing (sadly new parser does not support "short" switches that are multiple characters long, so that interface changed for me) and adding an empty constructor, and the tool seems to be working now.
I would be curious to know if you'd be interesting in "sprucing up" the codebase, so it compiles out of the box in the changed software landscape. I can make a pull request if you want, but since I changed the interface, I probably need to put more work in to make it a drop-in replacement.
Sorry you had these issues, but I am glad you were able to sort it out. I haven't had a chance to work on RawTools in some time. Over the next few months I will be changing positions to a new role where I will have a lot of time that I plan to devote to, among other things, debugging and adding new features to RawTools. I would be happy to have you contribute in any way you see fit, if you are interested!
I have cloned your repository to a Windows 11 machine with Visual Studio Professional 2022 (17.5.1) and ran into multiple issues when compiling.
I overcame all these problems by downloading Thermo DLLs directly, changing the command line parsing (sadly new parser does not support "short" switches that are multiple characters long, so that interface changed for me) and adding an empty constructor, and the tool seems to be working now.
I would be curious to know if you'd be interesting in "sprucing up" the codebase, so it compiles out of the box in the changed software landscape. I can make a pull request if you want, but since I changed the interface, I probably need to put more work in to make it a drop-in replacement.
Thank you!
Desktop & RawTools information:
The text was updated successfully, but these errors were encountered: