public FunctionsStartupAttribute()

in src/Extensions/DependencyInjection/FunctionsStartupAttribute.cs [22:25]


        public FunctionsStartupAttribute(Type startupType) 
            : base(startupType, startupType?.Name)
        {
        }