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
|
Reference in New Issue
Block a user