Removed SortContainers
useCeilingAverage as parameter
This commit is contained in:
@ -12,11 +12,11 @@ public record Property(DateTime CreationTime,
|
||||
DateTime? GPSDateStamp,
|
||||
int? Height,
|
||||
int? Id,
|
||||
string[]? Keywords,
|
||||
DateTime LastWriteTime,
|
||||
string? Make,
|
||||
string? Model,
|
||||
string? Orientation,
|
||||
string[]? Tags,
|
||||
int? Width)
|
||||
{
|
||||
|
||||
@ -32,6 +32,6 @@ public record Property(DateTime CreationTime,
|
||||
|
||||
[JsonSourceGenerationOptions(WriteIndented = true)]
|
||||
[JsonSerializable(typeof(Property))]
|
||||
internal partial class PropertyGenerationContext : JsonSerializerContext
|
||||
public partial class PropertyGenerationContext : JsonSerializerContext
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user