Hello
I have an application, which integrates with Libre Office via C# libraries. The application is being migrated from .Net Framework 4.5, where all works well, to .Net 8. However, when then the .Net 8 application tries to connect to the Libre Office an exception occurres.
Brief googling provided the link 148857 – Handle is not initialized exception when bootstrapping with .Net (but not in .Net Framework), where it is said that the latest Libre Office should have communicate with .Net if the corresponding LibreOffice.Bindings Nuget is used. Accordingly to the link the Nuget should be located at /dotnet/LibreOffice.Bindings.0.1.0.nupkg, however, after installing
LibreOffice_25.2.1.2_Win_x86-64_sdk I have no dotnet folder in C:\Program Files\LibreOffice\sdk.
Could you tell me how can I get the LibreOffice.Bindings Nuget?