Digi21.Digi3D.App 24.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Digi21.Digi3D.App" Version="24.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Digi21.Digi3D.App --version 24.0.1
#r "nuget: Digi21.Digi3D.App, 24.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
24.0.1 221 1/9/2024
24.0.0 157 1/4/2024