office-gobmx/net_ure
RMZeroFour e8a8d32fb3 .NET Bindings: Add DotnetTest class to gbuild
This commit adds the DotnetTest gbuild class to build a unit test
suite using the .NET SDK and the NUnit testing framework.

Also adds a DotnetTest target for the net_ure module, with unit tests
for the Any type, as well as some minor changes to the Any type that
came about when writing the test cases.

Change-Id: Idbc08ac8f0736dd7355092dd1e69a5f1b4137c4c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168956
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
2024-08-03 12:07:11 +02:00
..
qa/basetypes .NET Bindings: Add DotnetTest class to gbuild 2024-08-03 12:07:11 +02:00
source/basetypes .NET Bindings: Add DotnetTest class to gbuild 2024-08-03 12:07:11 +02:00
CustomTarget_net_oootypes.mk .NET Bindings: Improve DotnetLibrary gbuild class 2024-08-03 11:08:57 +02:00
CustomTarget_net_uretypes.mk .NET Bindings: Improve DotnetLibrary gbuild class 2024-08-03 11:08:57 +02:00
DotnetLibrary_net_basetypes.mk .NET Bindings: Improve DotnetLibrary gbuild class 2024-08-03 11:08:57 +02:00
DotnetLibrary_net_oootypes.mk .NET Bindings: Improve DotnetLibrary gbuild class 2024-08-03 11:08:57 +02:00
DotnetLibrary_net_uretypes.mk .NET Bindings: Improve DotnetLibrary gbuild class 2024-08-03 11:08:57 +02:00
DotnetTest_net_basetypes_tests.mk .NET Bindings: Add DotnetTest class to gbuild 2024-08-03 12:07:11 +02:00
Makefile
Module_net_ure.mk .NET Bindings: Add DotnetTest class to gbuild 2024-08-03 12:07:11 +02:00
Package_net_basetypes.mk .NET Bindings: Move built .NET libraries into instdir 2024-08-03 11:28:46 +02:00
Package_net_oootypes.mk .NET Bindings: Move built .NET libraries into instdir 2024-08-03 11:28:46 +02:00
Package_net_uretypes.mk .NET Bindings: Move built .NET libraries into instdir 2024-08-03 11:28:46 +02:00
README.md

.NET UNO Runtime Environment

Support assemblies and tools for the newer cross-platform .NET UNO binding.

Currently only contains code for the net_basetypes assembly in the source/basetypes subdirectory, as well as Makefiles to build the net_uretypes (for udkapi) and net_oootypes (for offapi) assemblies, using netmaker from the codemaker/ module