Set "EnforceCodeStyleInBuild" to "true" #453

Closed
marco-carvalho wants to merge 1 commits from patch-1 into master
marco-carvalho commented 2024-12-27 14:17:58 +00:00 (Migrated from github.com)
No description provided.
github-actions[bot] commented 2025-01-05 01:00:34 +00:00 (Migrated from github.com)
*You need to be logged into GitHub to download these files.* Download the artifacts for this pull request: * [ryujinx-Release-1.2.0+22abc52-linux_arm64](https://github.com/Ryubing/Ryujinx/actions/runs/12615125255/artifacts/2386549112) * [ryujinx-Release-1.2.0+22abc52-linux_arm64-AppImage](https://github.com/Ryubing/Ryujinx/actions/runs/12615125255/artifacts/2386549138) * [ryujinx-Release-1.2.0+22abc52-linux_x64](https://github.com/Ryubing/Ryujinx/actions/runs/12615125255/artifacts/2386550829) * [ryujinx-Release-1.2.0+22abc52-linux_x64-AppImage](https://github.com/Ryubing/Ryujinx/actions/runs/12615125255/artifacts/2386550882) * [ryujinx-Release-1.2.0+22abc52-macos_universal](https://github.com/Ryubing/Ryujinx/actions/runs/12615125255/artifacts/2386551517) * [ryujinx-Release-1.2.0+22abc52-win_x64](https://github.com/Ryubing/Ryujinx/actions/runs/12615125255/artifacts/2386554361) <details><summary>Only for Developers</summary> * [ryujinx-Debug-1.2.0+22abc52-linux_arm64](https://github.com/Ryubing/Ryujinx/actions/runs/12615125255/artifacts/2386549221) * [ryujinx-Debug-1.2.0+22abc52-linux_arm64-AppImage](https://github.com/Ryubing/Ryujinx/actions/runs/12615125255/artifacts/2386549267) * [ryujinx-Debug-1.2.0+22abc52-macos_universal](https://github.com/Ryubing/Ryujinx/actions/runs/12615125255/artifacts/2386551503) * [ryujinx-Debug-1.2.0+22abc52-linux_x64](https://github.com/Ryubing/Ryujinx/actions/runs/12615125255/artifacts/2386551643) * [ryujinx-Debug-1.2.0+22abc52-linux_x64-AppImage](https://github.com/Ryubing/Ryujinx/actions/runs/12615125255/artifacts/2386551671) * [ryujinx-Debug-1.2.0+22abc52-win_x64](https://github.com/Ryubing/Ryujinx/actions/runs/12615125255/artifacts/2386555258) </details>
GreemDev commented 2025-01-17 23:27:40 +00:00 (Migrated from github.com)

Based on the .NET docs it seems like this is just integrated dotnet format, which we don't bother with anyways. I don't see a reason to merge this really

[Based on the .NET docs](https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#enforcecodestyleinbuild) it seems like this is just integrated `dotnet format`, which we don't bother with anyways. I don't see a reason to merge this really
marco-carvalho commented 2025-01-18 00:59:37 +00:00 (Migrated from github.com)

It ensures that code style rules are enforced consistently across the entire project, preventing style-related discrepancies from reaching the repository. Its integration into the build process guarantees that code style violations are caught automatically during builds, providing immediate feedback to developers. This approach reduces the overhead of manual formatting checks, aligns with maintaining consistent code, and integrates seamlessly into CI/CD pipelines. Enforcing code style at build time fosters a culture of quality and consistency without relying on separate tools or workflows, ultimately saving time and reducing friction in code reviews.

It ensures that code style rules are enforced consistently across the entire project, preventing style-related discrepancies from reaching the repository. Its integration into the build process guarantees that code style violations are caught automatically during builds, providing immediate feedback to developers. This approach reduces the overhead of manual formatting checks, aligns with maintaining consistent code, and integrates seamlessly into CI/CD pipelines. Enforcing code style at build time fosters a culture of quality and consistency without relying on separate tools or workflows, ultimately saving time and reducing friction in code reviews.
GreemDev commented 2025-01-18 01:02:02 +00:00 (Migrated from github.com)

It ensures that code style rules are enforced consistently across the entire project, preventing style-related discrepancies from reaching the repository. Its integration into the build process guarantees that code style violations are caught automatically during builds, providing immediate feedback to developers. This approach reduces the overhead of manual formatting checks, aligns with maintaining consistent code, and integrates seamlessly into CI/CD pipelines. Enforcing code style at build time fosters a culture of quality and consistency without relying on separate tools or workflows, ultimately saving time and reducing friction in code reviews.

please don't reply with AI generated nonsense, it's entirely unhelpful

> It ensures that code style rules are enforced consistently across the entire project, preventing style-related discrepancies from reaching the repository. Its integration into the build process guarantees that code style violations are caught automatically during builds, providing immediate feedback to developers. This approach reduces the overhead of manual formatting checks, aligns with maintaining consistent code, and integrates seamlessly into CI/CD pipelines. Enforcing code style at build time fosters a culture of quality and consistency without relying on separate tools or workflows, ultimately saving time and reducing friction in code reviews. please don't reply with AI generated nonsense, it's entirely unhelpful

Pull request closed

Sign in to join this conversation.
No description provided.