This package contains a PostBuildEvent that adds to the .runtimeconfig.json of the dependent program the path to the Digi3D.NET installation so that the standalone application can be executed from any directory. A Digi3D.NET license is required to run applications that use the assemblies published by this package. Rent a license at https://www.digi21.net/Tienda/Alquiler or buy a license at https://www.digi21.net/Tienda/Compra
$ dotnet add package Digi21.Digi3D.AppIf a user application uses any of the NuGet packages provided by the Digi3D.NET application, such as Digi21.DigiNG.IO.Bin, as in .NET8.0 there is no concept of Global Area Cache, when executing the application it will not locate the assemblies provided by Digi3D.NET.
additionalProbingPaths node with the path to the Digi3D.NET installation directory, this way the user application can be in any directory and it will locate correctly the assemblies provided by Digi3D.NET.This package adds a PostBuildEvent (which is executed each time the dependent application is recompiled) that executes a tool that adds the installation path of the Digi3D.NET program in the additionalProbingPaths node of the .runtimeconfig.json file generated when compiling.