Table of Contents

Class RepositoryChangedException

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Reports paths whose Git-visible state changed during repository verification.

public sealed class RepositoryChangedException : Exception, ISerializable

Implements

Constructors

RepositoryChangedException(IReadOnlyList<RelativePath>)

Creates an exception for the supplied changed paths.

public RepositoryChangedException(IReadOnlyList<RelativePath> changedPaths)

Parameters

changedPaths IReadOnlyList<RelativePath>

Repository-relative paths changed during verification.

Properties

ChangedPaths

Every changed path, sorted by its repository-relative Unix representation.

public IReadOnlyList<RelativePath> ChangedPaths { get; }

Property Value

IReadOnlyList<RelativePath>