DaxifApp 1.5.0
dotnet add package DaxifApp --version 1.5.0
NuGet\Install-Package DaxifApp -Version 1.5.0
<PackageReference Include="DaxifApp" Version="1.5.0" />
paket add DaxifApp --version 1.5.0
#r "nuget: DaxifApp, 1.5.0"
// 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
- Create a configuration file. An example named
sample_config.json
can be found inside the DaxifApp folder after installing the package. - Run the tool to either generate the C# context or synchronize plugins:
DaxifApp.exe gen-context config_file.json
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.
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.
1.5 - Fixed missing dependencies, 1.4 - Plugin filter, 1.2 - Support for multiple plugin registrations