Skip to content

Modernize codebase style and remove legacy artifacts#13

Merged
kzu merged 1 commit intomasterfrom
dev/cleanup
Mar 29, 2026
Merged

Modernize codebase style and remove legacy artifacts#13
kzu merged 1 commit intomasterfrom
dev/cleanup

Conversation

@kzu
Copy link
Copy Markdown
Member

@kzu kzu commented Mar 29, 2026

  • Switch to auto-properties
  • Delete obsolete hand-maintained XML doc files (NMatrix.Schematron.xml, Schematron.xml)
  • Replace CollectionBase subclasses with List aliases
  • Rename private fields from _camelCase to camelCase
  • Convert methods/properties to expression-bodied members
  • Remove #region blocks and legacy XML doc tags

@kzu
Copy link
Copy Markdown
Member Author

kzu commented Mar 29, 2026

49 passed 49 passed

🧪 Details on Ubuntu 24.04.4 LTS

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

- Switch to auto-properties
- Delete obsolete hand-maintained XML doc files (NMatrix.Schematron.xml, Schematron.xml)
- Replace CollectionBase subclasses with List<T> aliases
- Rename private fields from _camelCase to camelCase
- Convert methods/properties to expression-bodied members
- Remove #region blocks and legacy XML doc tags
@kzu kzu enabled auto-merge (rebase) March 29, 2026 21:27
@kzu kzu merged commit c0de3a0 into master Mar 29, 2026
4 checks passed
@kzu kzu deleted the dev/cleanup branch March 29, 2026 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant