ADO Markdown

This commit is contained in:
2024-09-11 20:49:14 -07:00
parent 5d679ae04c
commit ba9b7d8d64
27 changed files with 2777 additions and 33 deletions

View File

@ -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