Skip to content

ecosystem: complete project and namespace refactoring#36

Merged
marioarce merged 5 commits into
developfrom
feature/ecosystem-refactors
Jul 10, 2026
Merged

ecosystem: complete project and namespace refactoring#36
marioarce merged 5 commits into
developfrom
feature/ecosystem-refactors

Conversation

@marioarce

Copy link
Copy Markdown
Owner
  • Renamed project files to include ORM prefix in filenames
  • Updated all namespaces from Axlis to Axlis.ORM across abstractions
  • Removed ORM projects from main Axlis.sln solution file
  • Maintained ORM projects in dedicated Axlis.ORM.sln solution
  • Updated banner image references to use GitHub raw URLs
  • Updated test project references to match renamed project files
  • Added missing Abstractions project reference to Core.Tests
  • Ensured consistent naming across entire codebase

- Renamed Axlis.Abstractions.csproj to Axlis.ORM.Abstractions.csproj
- Renamed Axlis.Core.csproj to Axlis.ORM.Core.csproj
- Renamed Axlis.GraphQL.csproj to Axlis.ORM.GraphQL.csproj
- Renamed Axlis.csproj to Axlis.ORM.csproj
- Renamed Axlis.Core.Tests.csproj to Axlis.ORM.Core.Tests.csproj
- Renamed Axlis.GraphQL.Tests.csproj to Axlis.ORM.GraphQL.Tests.csproj
- Renamed Axlis.Tests.csproj to Axlis.ORM.Tests.csproj

Refs: #28
- Renamed Axlis.Abstractions.csproj to Axlis.ORM.Abstractions.csproj
- Renamed Axlis.Core.csproj to Axlis.ORM.Core.csproj
- Renamed Axlis.GraphQL.csproj to Axlis.ORM.GraphQL.csproj
- Renamed Axlis.csproj to Axlis.ORM.csproj
- Renamed test project files to include ORM prefix
- Updated project references in test projects to match renamed files
- Added missing project reference to Axlis.ORM.Abstractions in Axlis.ORM.Core.Tests

Refs: #28
- Changed namespace from Axlis to Axlis.ORM in Abstractions domain interfaces
- Changed namespace from Axlis to Axlis.ORM in Abstractions model interfaces
- Changed namespace from Axlis to Axlis.ORM in main project files
- Updated namespace in AxlisOptions configuration class
- Updated namespace in SitecoreFacade implementation

Refs: #28
- Removed Axlis.ORM.Abstractions project from solution
- Removed Axlis.ORM.Core project from solution
- Removed Axlis.ORM.GraphQL project from solution
- Removed Axlis.ORM project from solution
- Removed ORM test projects from solution
- Removed project configuration platform mappings
- Removed nested project structure references

Refs: #28
- Changed banner image in main README from relative path to GitHub raw URL
- Added banner image to Axlis.ORM.Abstractions README using GitHub raw URL
- Added banner image to Axlis.ORM.Core README using GitHub raw URL
- Added banner image to Axlis.ORM.GraphQL README using GitHub raw URL
- Added banner image to Axlis.ORM README using GitHub raw URL
@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 linked an issue Jul 10, 2026 that may be closed by this pull request
@marioarce marioarce merged commit f611e27 into develop Jul 10, 2026
2 checks passed
@marioarce marioarce deleted the feature/ecosystem-refactors branch July 10, 2026 23:59
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