ADO Markdown
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#if WorkItems
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace File_Folder_Helper.Models;
|
||||
@ -16,4 +17,5 @@ public record Comment([property: JsonPropertyName("workItemId")] int? WorkItemId
|
||||
[JsonSerializable(typeof(Comment))]
|
||||
internal partial class CommentSourceGenerationContext : JsonSerializerContext
|
||||
{
|
||||
}
|
||||
}
|
||||
#endif
|
@ -1,3 +1,4 @@
|
||||
#if WorkItems
|
||||
using File_Folder_Helper.Day.Q32024.WorkItems;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
@ -15,4 +16,5 @@ public record CreatedBy([property: JsonPropertyName("displayName")] string? Disp
|
||||
[JsonSerializable(typeof(CreatedBy))]
|
||||
internal partial class CreatedBySourceGenerationContext : JsonSerializerContext
|
||||
{
|
||||
}
|
||||
}
|
||||
#endif
|
@ -1,3 +1,4 @@
|
||||
#if WorkItems
|
||||
using File_Folder_Helper.Day.Q32024.WorkItems;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
@ -15,4 +16,5 @@ public record ModifiedBy([property: JsonPropertyName("displayName")] string? Dis
|
||||
[JsonSerializable(typeof(ModifiedBy))]
|
||||
internal partial class ModifiedBySourceGenerationContext : JsonSerializerContext
|
||||
{
|
||||
}
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user