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
#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

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.

Version Downloads Last updated
1.0.12 142 5/21/2023
1.0.11 102 5/21/2023
1.0.10 197 3/1/2023
1.0.9 201 2/27/2023
1.0.8 203 2/27/2023
1.0.7 296 12/17/2022
1.0.6 274 12/15/2022
1.0.5 249 12/15/2022