ecosystem: complete project and namespace refactoring#36
Merged
Conversation
marioarce
commented
Jul 10, 2026
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.