Validation Project v2 #471

Merged
GreemDev merged 59 commits from validation-v2 into master 2024-12-31 02:31:28 +00:00
GreemDev commented 2024-12-30 08:08:44 +00:00 (Migrated from github.com)

Original PR had issues in the CI when building.

Refactor of the Validation System for more ease of use in the future.
The project now builds a standalone executable and executes it before the main project is built or published.
Since it is now a standalone executable we are also able to use .NET Core features as we are no longer locked to netstandard.

The project currently includes 1 task, LocalesValidationTask, that will check if the locales.json file has any of the following issues:

  • The json is invalid.
  • The json has locales with missing languages.
  • The json has locales with langauges that are just duplicates of the en_US field.

If the project is built or published locally it will also fix any missing languages or duplicate fields.

Original PR had issues in the CI when building. > Refactor of the Validation System for more ease of use in the future. The project now builds a standalone executable and executes it before the main project is built or published. Since it is now a standalone executable we are also able to use .NET Core features as we are no longer locked to netstandard. > The project currently includes 1 task, LocalesValidationTask, that will check if the locales.json file has any of the following issues: > - The json is invalid. > - The json has locales with missing languages. > - The json has locales with langauges that are just duplicates of the en_US field. > If the project is built or published locally it will also fix any missing languages or duplicate fields.
github-actions[bot] commented 2024-12-30 08:18:00 +00:00 (Migrated from github.com)
Download the artifacts for this pull request: * [ryujinx-Release-1.2.0+2ef781d-linux_arm64](https://github.com/Ryubing/Ryujinx/actions/runs/12547300020/artifacts/2371487082) * [ryujinx-Release-1.2.0+2ef781d-linux_arm64-AppImage](https://github.com/Ryubing/Ryujinx/actions/runs/12547300020/artifacts/2371487193) * [ryujinx-Release-1.2.0+2ef781d-linux_x64](https://github.com/Ryubing/Ryujinx/actions/runs/12547300020/artifacts/2371491024) * [ryujinx-Release-1.2.0+2ef781d-macos_universal](https://github.com/Ryubing/Ryujinx/actions/runs/12547300020/artifacts/2371491084) * [ryujinx-Release-1.2.0+2ef781d-linux_x64-AppImage](https://github.com/Ryubing/Ryujinx/actions/runs/12547300020/artifacts/2371491132) * [ryujinx-Release-1.2.0+2ef781d-win_x64](https://github.com/Ryubing/Ryujinx/actions/runs/12547300020/artifacts/2371501024) <details><summary>Only for Developers</summary> * [ryujinx-Debug-1.2.0+2ef781d-linux_arm64](https://github.com/Ryubing/Ryujinx/actions/runs/12547300020/artifacts/2371487312) * [ryujinx-Debug-1.2.0+2ef781d-linux_arm64-AppImage](https://github.com/Ryubing/Ryujinx/actions/runs/12547300020/artifacts/2371487374) * [ryujinx-Debug-1.2.0+2ef781d-macos_universal](https://github.com/Ryubing/Ryujinx/actions/runs/12547300020/artifacts/2371492268) * [ryujinx-Debug-1.2.0+2ef781d-linux_x64](https://github.com/Ryubing/Ryujinx/actions/runs/12547300020/artifacts/2371493033) * [ryujinx-Debug-1.2.0+2ef781d-linux_x64-AppImage](https://github.com/Ryubing/Ryujinx/actions/runs/12547300020/artifacts/2371493087) * [ryujinx-Debug-1.2.0+2ef781d-win_x64](https://github.com/Ryubing/Ryujinx/actions/runs/12547300020/artifacts/2371502014) </details>
Sign in to join this conversation.
No description provided.