Skip to content

Comments

Introduce AppLocator and AppBuilder abstractions#1388

Merged
ChrisPulman merged 1 commit intomainfrom
CP_RebaseLocatorExtensions
Aug 30, 2025
Merged

Introduce AppLocator and AppBuilder abstractions#1388
ChrisPulman merged 1 commit intomainfrom
CP_RebaseLocatorExtensions

Conversation

@ChrisPulman
Copy link
Member

What kind of change does this PR introduce?

feature

What is the new behavior?

Refactors dependency resolver usage to use AppLocator instead of Locator throughout the codebase, and introduces new builder abstractions (IAppBuilder, IAppInstance) for AOT compatibility. Updates project references to depend on Splat.Builder, adds builder modules for logging integrations, and simplifies test and dummy classes. This change improves extensibility, testability, and prepares the codebase for .NET 8+ AOT scenarios.

What might this PR break?

Build now returns a value of IAppInstance instead of void

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

Refactors dependency resolver usage to use AppLocator instead of Locator throughout the codebase, and introduces new builder abstractions (IAppBuilder, IAppInstance) for AOT compatibility. Updates project references to depend on Splat.Builder, adds builder modules for logging integrations, and simplifies test and dummy classes. This change improves extensibility, testability, and prepares the codebase for .NET 8+ AOT scenarios.
@ChrisPulman ChrisPulman merged commit 59be521 into main Aug 30, 2025
1 check passed
@ChrisPulman ChrisPulman deleted the CP_RebaseLocatorExtensions branch August 30, 2025 23:40
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants