ServiceCollectionExtensions
public static class ServiceCollectionExtensions
Namespace: RhoMicro.BindSight.Generators
Inheritance:
DirectoryServiceCollectionExtensions
Summary
Section titled “Summary”Provides extension methods for IServiceCollection.
Methods
Section titled “Methods”AddBindSightGeneratorOptions(IServiceCollection, Action<BindSightGeneratorOptionsConfiguration>)
Section titled “AddBindSightGeneratorOptions(IServiceCollection, Action<BindSightGeneratorOptionsConfiguration>)”public static IServiceCollection AddBindSightGeneratorOptions(this IServiceCollection services, [Action<BindSightGeneratorOptionsConfiguration>? configure = null])
Summary
Section titled “Summary”Registers IBindSightGeneratorOptions to the service collection.
AddBindSightRunnerOptions(IServiceCollection, Action<BindSightRunnerOptionsConfiguration>)
Section titled “AddBindSightRunnerOptions(IServiceCollection, Action<BindSightRunnerOptionsConfiguration>)”public static IServiceCollection AddBindSightRunnerOptions(this IServiceCollection services, [Action<BindSightRunnerOptionsConfiguration>? configure = null])
Summary
Section titled “Summary”Registers IBindSightRunnerOptions to the service collection.
AddJsonSchemaGeneratorOptions(IServiceCollection, Action<JsonSchemaGeneratorOptionsConfiguration>)
Section titled “AddJsonSchemaGeneratorOptions(IServiceCollection, Action<JsonSchemaGeneratorOptionsConfiguration>)”public static IServiceCollection AddJsonSchemaGeneratorOptions(this IServiceCollection services, [Action<JsonSchemaGeneratorOptionsConfiguration>? configure = null])
Summary
Section titled “Summary”Registers IJsonSchemaGeneratorOptions to the service collection.
AddReadmeGeneratorOptions(IServiceCollection, Action<ReadmeGeneratorOptionsConfiguration>)
Section titled “AddReadmeGeneratorOptions(IServiceCollection, Action<ReadmeGeneratorOptionsConfiguration>)”public static IServiceCollection AddReadmeGeneratorOptions(this IServiceCollection services, [Action<ReadmeGeneratorOptionsConfiguration>? configure = null])
Summary
Section titled “Summary”Registers IReadmeGeneratorOptions to the service collection.