Testing
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
@ -6,7 +7,7 @@ namespace View_by_Distance.Shared.Models;
|
||||
public record FilePair(FilePath FilePath,
|
||||
bool IsUnique,
|
||||
bool? IsNotUniqueAndNeedsReview,
|
||||
List<FilePath> Collection,
|
||||
ReadOnlyCollection<FilePath> Collection,
|
||||
FilePath? Match)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user