Skip to content

Commit

Permalink
sneaky registration
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernsteinhagen committed Jan 21, 2025
1 parent 66fd109 commit 6d76123
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public static IServiceCollection AddCsi(this IServiceCollection services)
services.AddScoped<IRootObjectBuilder<ICsiWrapper>, CsiRootObjectBuilder>();
services.AddScoped<SendOperation<ICsiWrapper>>();

services.RegisterTopLevelExceptionHandler();

services.AddScoped<CsiMaterialPropertyExtractor>();
services.AddScoped<MaterialUnpacker>();
services.AddScoped<ISectionMaterialRelationshipManager, SectionMaterialRelationshipManager>();
Expand Down

0 comments on commit 6d76123

Please sign in to comment.