tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
TestMergeResult.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
3using LibGit2Sharp;
4
6{
10 public sealed class TestMergeResult
11 {
15 public MergeStatus Status { get; init; }
16
20 public IReadOnlyList<string>? ConflictingFiles { get; init; }
21 }
22}
Represents the result of a repository test merge attempt.
IReadOnlyList< string >? ConflictingFiles
List of conflicting file paths relative to the repository root. Only present if Status is MergeStatus...