Class RepositoryChangedException
- Namespace
- DotNetDo
- Assembly
- DotNetDo.Core.dll
Reports paths whose Git-visible state changed during repository verification.
public sealed class RepositoryChangedException : Exception, ISerializableImplements
Constructors
RepositoryChangedException(IReadOnlyList<RelativePath>)
Creates an exception for the supplied changed paths.
public RepositoryChangedException(IReadOnlyList<RelativePath> changedPaths)Parameters
changedPathsIReadOnlyList<RelativePath>-
Repository-relative paths changed during verification.
Properties
ChangedPaths
Every changed path, sorted by its repository-relative Unix representation.
public IReadOnlyList<RelativePath> ChangedPaths { get; }