Ryujinx.CustomTasks
1.0.12
dotnet add package Ryujinx.CustomTasks --version 1.0.12
NuGet\Install-Package Ryujinx.CustomTasks -Version 1.0.12
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="Ryujinx.CustomTasks" Version="1.0.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ryujinx.CustomTasks --version 1.0.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ryujinx.CustomTasks, 1.0.12"
#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 Ryujinx.CustomTasks as a Cake Addin #addin nuget:?package=Ryujinx.CustomTasks&version=1.0.12 // Install Ryujinx.CustomTasks as a Cake Tool #tool nuget:?package=Ryujinx.CustomTasks&version=1.0.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ryujinx.CustomTasks
A collection of custom MSBuild tasks.
How do I add this Nuget package?
Make sure to include the package with PrivateAssets
set to all
.
<PackageReference Include="Ryujinx.CustomTasks" Version="1.0.0" PrivateAssets="all" />
Tasks
GenerateArrays
This task scans source files for StructArray (i.e. Array16<byte>
) types and generates them.
Input properties:
ArrayNamespace
: Namespace to be used by generated files.- Required
ArrayOutputPath
: Directory used to save the generated files in.- Required
ArrayInputFiles
: List of files to be searched for StructArray types.- Required
- Default: All source files of the current project.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- 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.