Digi21.Digi3D.App
24.0.1
Prefix Reserved
Requires NuGet 2.12 or higher.
dotnet add package Digi21.Digi3D.App --version 24.0.1
NuGet\Install-Package Digi21.Digi3D.App -Version 24.0.1
<PackageReference Include="Digi21.Digi3D.App" Version="24.0.1" />
paket add Digi21.Digi3D.App --version 24.0.1
#r "nuget: Digi21.Digi3D.App, 24.0.1"
// Install Digi21.Digi3D.App as a Cake Addin #addin nuget:?package=Digi21.Digi3D.App&version=24.0.1 // Install Digi21.Digi3D.App as a Cake Tool #tool nuget:?package=Digi21.Digi3D.App&version=24.0.1
Digi21.Digi3D.App
If 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.
- A solution would be to copy the user application in the path where Digi3D.NET is installed, but this would require administrator permissions.
- Another solution consists of adding in the .runtimeconfig.json file of the user application an
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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.