Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnol-VN committed Jan 29, 2025
1 parent f8cfeea commit 4680949
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Hosting.Services/HostBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ private static IHost BuildServiceFabricService<TRunner, TService, TContext>(
.AddOmexServiceFabricDependencies<TContext>()
.AddSingleton<IOmexServiceRegistrator, TRunner>()
.AddHostedService<OmexHostedService>();
// If specific context constructs are not registered, add defaults for telemetry purposes
collection.TryAddTransient<IExecutionContext, BaseExecutionContext>();
})
.UseDefaultServiceProvider(options =>
{
Expand Down

0 comments on commit 4680949

Please sign in to comment.