Table of Contents

Property Services

Namespace
Millrace
Assembly
Millrace.dll

Services

The collection being configured.

public IServiceCollection Services { get; }

Property Value

IServiceCollection

Remarks

Exposed because this builder deliberately does not model everything: provider packages register through it — UseStorage(Func<IServiceProvider, IJobStorage>, Func<IServiceProvider, IWorkflowStorage>?, Func<IServiceProvider, IMonitoringStorage>?) is a thin wrapper over Services.Replace — and so does anything a consumer needs that Millrace has no shorthand for.