Remove .Any
H2 Records
This commit is contained in:
13
Models/H2NoCheckboxes.cs
Normal file
13
Models/H2NoCheckboxes.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace File_Folder_Helper.Models;
|
||||
|
||||
internal record H2NoCheckboxes(string H2,
|
||||
ReadOnlyCollection<string> Lines);
|
||||
|
||||
[JsonSourceGenerationOptions(WriteIndented = true, DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull)]
|
||||
[JsonSerializable(typeof(H2NoCheckboxes))]
|
||||
internal partial class H2NoCheckboxesSourceGenerationContext : JsonSerializerContext
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user