Summary
Batch maintenance update covering:
- Dependency version bumps: Update all centralised package version definitions to latest stable releases (Microsoft.Extensions 10.0.1→10.0.5, xUnit v3 3.2.0→3.2.2, Coverlet 6.0.4→8.0.0, analyzers, etc.)
- Ploch.Packages.props expansion: Centralise Ploch package version via
PlochPackagesVersion property and add all commonly used Ploch packages (Ploch.Common, Ploch.Data.EFCore, Ploch.TestingSupport, etc.)
- EditorConfig fixes: Remove SA1502 enforcement, add ReSharper XML indent settings, add XML/props file indent rules
- Repository config: Add AI tool config files to
.gitignore, update sample solution README
- New files:
.syncignore, ReSharper file layout XML, Windows context menu registry script for Claude Code
- Cleanup: Remove obsolete
.junie/guidelines.md
- EditorConfig hierarchy samples: Add sample project and editorconfig files for testing hierarchy behaviour
Partially addresses #5 (Ploch.Packages.props centralisation).
Summary
Batch maintenance update covering:
PlochPackagesVersionproperty and add all commonly used Ploch packages (Ploch.Common, Ploch.Data.EFCore, Ploch.TestingSupport, etc.).gitignore, update sample solution README.syncignore, ReSharper file layout XML, Windows context menu registry script for Claude Code.junie/guidelines.mdPartially addresses #5 (Ploch.Packages.props centralisation).