DaxifApp 1.5.0

dotnet add package DaxifApp --version 1.5.0
NuGet\Install-Package DaxifApp -Version 1.5.0
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="DaxifApp" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DaxifApp --version 1.5.0
#r "nuget: DaxifApp, 1.5.0"
#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 DaxifApp as a Cake Addin
#addin nuget:?package=DaxifApp&version=1.5.0

// Install DaxifApp as a Cake Tool
#tool nuget:?package=DaxifApp&version=1.5.0

Intro

Standalone console wrapper around the DAXIF# package that avoids issues with F# versions and allows for easier configuration using a standard JSON file.

Usage

  1. Create a configuration file. An example named sample_config.json can be found inside the DaxifApp folder after installing the package.
  2. Run the tool to either generate the C# context or synchronize plugins:
    1. DaxifApp.exe gen-context config_file.json
    2. DaxifApp.exe reg-plugins config_file.json

Configuration values have an identical meaning as in the base DAXIF package. Paths should be relative to the DaxifApp.exe file or wherever you run the command from.

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
1.5.0 197 1/15/2024
1.4.0 367 1/11/2023
1.3.0 317 1/11/2023
1.2.0 284 1/11/2023
1.1.0 413 10/17/2022
1.0.0.1 409 10/15/2022

1.5 - Fixed missing dependencies, 1.4 - Plugin filter, 1.2 - Support for multiple plugin registrations