Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Refactor service usage following the changes introduced in PR #2599 #2600

Merged
merged 2 commits into from
Feb 1, 2025

Conversation

Eideren
Copy link
Collaborator

@Eideren Eideren commented Jan 21, 2025

PR Details

Clean things up and ensures dependencies are in order when creating the different services.

Related Issue

#2599

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My change requires a change to the documentation.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have built and run the editor to try this change out.


public interface IService
{
[NotNull] public static abstract IService NewInstance([NotNull] IServiceRegistry services);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice use of the new static interface methods.

@VaclavElias
Copy link
Contributor

These are very cool updates. This might ease Bepu configuration access in our toolkit Raycast extensions.

@Eideren Eideren merged commit fd60671 into stride3d:master Feb 1, 2025
3 checks passed
@Eideren Eideren added the area-Core Issue of the engine unrelated to other defined areas label Feb 1, 2025
@Eideren Eideren changed the title Core: Refactor service usage following the changes introduced in PR #2599 chore: Refactor service usage following the changes introduced in PR #2599 Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Core Issue of the engine unrelated to other defined areas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants