Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set "EnforceCodeStyleInBuild" to "true" #453

Closed
wants to merge 1 commit into from

Conversation

marco-carvalho
Copy link
Contributor

No description provided.

@GreemDev
Copy link
Member

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

@marco-carvalho
Copy link
Contributor Author

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
Copy link
Member

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

@GreemDev GreemDev closed this Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants