coenm / RepoM

👨‍💻 A minimal-conf git repository hub for Windows . This project is a fork of RepoZ
MIT License
6 stars 1 forks source link

Improve error message when RepositoryActions yaml is invalid #94

Open coenm opened 3 months ago

coenm commented 3 months ago
if (!string.IsNullOrWhiteSpace(filename))
{
yield return new RepositoryAction(translationService.Translate("Fix"), repository)
{
Action = new DelegateRepositoryCommand((, _) =>
{
var directoryName = _fileSystem.Path.GetDirectoryName(filename);
if (directoryName != null)
{
ProcessHelper.StartProcess(directoryName, string.Empty);
}
}),
};
}
coenm commented 3 months ago

GetTagsAsync