074714fab8
This patch includes: 1. CustomTarget to build and place the LibreOffice.Bindings NuGet package in <sdk>/dotnet/ 2. net_bridge (.NET library) to declare bootstrap() on the C# side, and net_bootstrap (C++ library) to wrap bootstrap() on the native side 3. Changes to LO SDK scripts to find .NET SDK and DOTNET_ROOT on the users machine Change-Id: Ia29ae56a2ad0f808f1563ef6167a3bd7c476642e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170172 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
640 B
640 B
.NET UNO Runtime Environment
.NET assemblies for the newer cross-platform .NET UNO binding.
Contains code for the net_basetypes
assembly, net_bridge
assembly, and net_bootstrap
native library, along with unit tests.
Includes scripts to build the net_uretypes
and net_oootypes
assemblies from IDL, using netmaker
from the codemaker/ module.
Also includes scripts to build the LibreOffice.Bindings
nuget package for the SDK.
The assemblies compile and can be consumed against .NET Standard 2.0, although the build requirement is set to .NET SDK 8.0 or higher for tests and examples, and to ensure cross platform uniformity.