Skip to content

#8208: Adopt the Orchard Core .editorconfig#8868

Merged
BenedekFarkas merged 7 commits intodevfrom
issue/8208
Oct 31, 2025
Merged

#8208: Adopt the Orchard Core .editorconfig#8868
BenedekFarkas merged 7 commits intodevfrom
issue/8208

Conversation

@BenedekFarkas
Copy link
Copy Markdown
Member

@BenedekFarkas BenedekFarkas commented Oct 31, 2025

Fixes #8208

Summary by Copilot

Applied Visual Studio code cleanup using the Orchard Core .editorconfig rules to standardize code formatting across the repository.

Changes Applied

  • Formatting: Opening braces on new lines, consistent indentation
  • Properties: Converted to auto-properties with initializers where applicable
  • Parentheses: Added/removed parentheses per style preferences
  • Object/Collection initializers: Modernized initialization syntax
  • Type references: Stringstring, Int32int, etc.
  • Using directives: Removed unused imports

Scope Limitation

NHibernate.Linq library changes were reverted to avoid modifying third-party code.

- Apply expression/block body preference
- Apply language/framework type preferences
- Apply null checking preferences
- Apply using directive placement preferences
- Apply using statement preferences
- Format document
- Remove unnecessary imports or usings
- Sort Imports or usings
@BenedekFarkas BenedekFarkas self-assigned this Oct 31, 2025
@BenedekFarkas
Copy link
Copy Markdown
Member Author

@copilot try to find changes where I accidentally commented out something

Copy link
Copy Markdown

Copilot AI commented Oct 31, 2025

@BenedekFarkas I've opened a new pull request, #8869, to work on those changes. Once the pull request is ready, I'll request review from you.

@BenedekFarkas BenedekFarkas merged commit 75a4fd5 into dev Oct 31, 2025
3 checks passed
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.

Adopt the Orchard Core .editorconfig

2 participants