Skip to content

ecosystem: update namespaces and DI extension methods#35

Merged
marioarce merged 1 commit into
developfrom
feature/ecosystem-phase-5-namespace-code-updates
Jul 10, 2026
Merged

ecosystem: update namespaces and DI extension methods#35
marioarce merged 1 commit into
developfrom
feature/ecosystem-phase-5-namespace-code-updates

Conversation

@marioarce

Copy link
Copy Markdown
Owner
  • Updated all namespaces from Axlis.* to Axlis.ORM.* across source code
  • Updated using statements in all source files to reference new namespaces
  • Updated namespace declarations in all source and test files
  • Renamed DI extension method from AddAxlis to AddAxlisORM
  • Renamed DI extension method from AddAxlisGraphQL to AddAxlisORMGraphQL
  • Updated namespace references in test projects
  • Maintained all existing functionality and API compatibility

- Updated all namespace declarations to Axlis.ORM.*
- Updated all using statements to reference Axlis.ORM.*
- Renamed AddAxlis() to AddAxlisORM()
- Renamed AddAxlisGraphQL() to AddAxlisORMGraphQL()
- Renamed AxlisServiceCollectionExtensions to AxlisORMServiceCollectionExtensions
- Updated test namespaces to Axlis.ORM.Tests.*
@marioarce marioarce self-assigned this Jul 10, 2026
@marioarce marioarce added enhancement New feature or request axlis orm Axlis ORM Solution labels Jul 10, 2026
@marioarce marioarce merged commit 95f02dc into develop Jul 10, 2026
0 of 2 checks passed
@marioarce marioarce linked an issue Jul 10, 2026 that may be closed by this pull request
@marioarce marioarce deleted the feature/ecosystem-phase-5-namespace-code-updates branch July 10, 2026 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

axlis orm Axlis ORM Solution enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Phase 5] Update namespaces and using statements

1 participant