Skip to content

Commit

Permalink
Merge branch 'development' into feature/removePriorityOrdering
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDarksideJ authored Nov 20, 2024
2 parents fa64556 + b9d4b52 commit 62e25d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Services/ServiceManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ private bool CanGetService(Type interfaceType, string serviceName)
/// <param name="profile">The profile instance.</param>
/// <param name="rootProfile">Optional root profile reference.</param>
/// <returns>True if a <see cref="TService"/> type is matched and a valid <see cref="TProfile"/> is found, otherwise false.</returns>
public bool TryGetServiceProfile<TService, TProfile>(out TProfile profile, ServiceProvidersProfile rootProfile = null)
public bool TryGetServiceProfile<TService, TProfile>(out TProfile profile, BaseServiceProfile<IService> rootProfile = null)
where TService : IService
where TProfile : BaseProfile
{
Expand Down

0 comments on commit 62e25d8

Please sign in to comment.