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.Day.Q32024.WorkItems;
@ -31,4 +32,5 @@ public class CustomRequester
[JsonPropertyName("_links")] public Links Links { get; }
[JsonPropertyName("uniqueName")] public string UniqueName { get; }
[JsonPropertyName("url")] public string Url { get; }
}
}
#endif