Skip to content

Minor Dev Environment Fixes (.editorconfig cleanup, typo fix, .gitignore tweak)#3544

Merged
siegfriedpammer merged 3 commits into
icsharpcode:masterfrom
petercrabtree:dev/dev-env-clean
Aug 26, 2025
Merged

Minor Dev Environment Fixes (.editorconfig cleanup, typo fix, .gitignore tweak)#3544
siegfriedpammer merged 3 commits into
icsharpcode:masterfrom
petercrabtree:dev/dev-env-clean

Conversation

@petercrabtree

Copy link
Copy Markdown
Contributor

Minor fixes that seemed like they're small enough to bundle together for review (there should be no run-time change in behavior):

Copilot AI review requested due to automatic review settings August 24, 2025 20:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR contains minor development environment and code quality fixes with no runtime behavior changes. The changes focus on cleaning up configuration files and fixing a spelling error in property names.

  • Removed duplicate .editorconfig settings and corrected an invalid configuration value
  • Updated .gitignore to ignore all .vscode folders instead of just the top-level one
  • Fixed spelling error in property name from "ReportExludedTypes" to "ReportExcludedTypes"

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

File Description
.editorconfig Removed duplicate settings and fixed invalid csharp_space_around_declaration_statements value
ICSharpCode.ILSpyCmd/IlspyCmdProgram.cs Fixed spelling in property name and usage from "ReportExludedTypes" to "ReportExcludedTypes"
ICSharpCode.ILSpyX/MermaidDiagrammer/GenerateHtmlDiagrammer.cs Fixed spelling in property name from "ReportExludedTypes" to "ReportExcludedTypes"
ICSharpCode.ILSpyX/MermaidDiagrammer/Generator.Run.cs Fixed spelling in property usage from "ReportExludedTypes" to "ReportExcludedTypes"

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@petercrabtree
petercrabtree force-pushed the dev/dev-env-clean branch 3 times, most recently from b13a29b to a29a9ed Compare August 26, 2025 04:07
Updates the .gitignore file to recursively exclude all .vscode/ directories instead of just the first level
@siegfriedpammer
siegfriedpammer merged commit 9a1ebfe into icsharpcode:master Aug 26, 2025
5 checks passed
@siegfriedpammer

Copy link
Copy Markdown
Member

Thank you very much for your contribution!

@petercrabtree
petercrabtree deleted the dev/dev-env-clean branch October 18, 2025 17:07
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.

3 participants