GetProjectScopedRaftRepositoryAsync(string project) Method

Returns a Inedo.Extensibility.RaftRepositories.RaftRepository which is scoped to the specified project path.

Syntax

public virtual Task<RaftRepository2> GetProjectScopedRaftRepositoryAsync(string project)

Parameters

project
Type: string

The full path of the project using / as separators.

Returns

Inedo.Extensibility.RaftRepositories.RaftRepository scoped to the specified project path.

Remarks

The returned Inedo.Extensibility.RaftRepositories.RaftRepository instance should be totally separate from this instance, and must be independently committed/disposed.