Open sandboxFocus

Class ServiceBuilder

A builder for registering custom project services that will be available to all workspaces in a WorkspaceCollection.

Inheritance
ServiceBuilder
Namespace: Metalama.Framework.Workspaces
Assembly: Metalama.Framework.Workspaces.dll
Syntax
public sealed class ServiceBuilder : ServiceProviderBuilder<IProjectService>
Remarks

Access this builder through the ServiceBuilder property to register services that will be available to all projects loaded in that collection.

Constructors

Name Description
ServiceBuilder()

Extension Methods

See Also