Automatic service register for Microsoft.Extensions.DependencyInjection
dotnet add package Contool
NuGet\Install-Package Contool
[ScopedService]
public class ScopedUserService : IScopedUserService
{
}
public interface IScopedUserService
{
}
builder.Services.AddServicesFromAssembly(Assembly.GetExecutingAssembly());