mirror of
https://github.com/Ryujinx/Ryujinx.CustomTasks.git
synced 2025-12-13 15:11:27 +00:00
Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 17.4.0 to 17.5.0. - [Release notes](https://github.com/dotnet/msbuild/releases) - [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md) - [Commits](https://github.com/dotnet/msbuild/commits) --- updated-dependencies: - dependency-name: Microsoft.Build.Utilities.Core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| Ryujinx.CustomTasks | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| Directory.Packages.props | ||
| LICENSE | ||
| nuget.config | ||
| README.md | ||
| Ryujinx.CustomTasks.sln | ||
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.