Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamescaper committed Sep 30, 2024
1 parent 8410af5 commit 6744964
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ namespace ServiceScan.SourceGenerator.Playground;
public static partial class ServiceCollectionExtensions
{
[GenerateServiceRegistrations(AssignableTo = typeof(IService), TypeNameFilter = "*Ser*")]
public static partial IServiceCollection AddServices(this IServiceCollection services)
{
services.AddScoped(typeof(IService), typeof(IService));
}
public static partial IServiceCollection AddServices(this IServiceCollection services);
}

0 comments on commit 6744964

Please sign in to comment.