File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public sealed partial class DiffEntry
1414 /// <example>bbcd538c8e72b8c175046e27cc8f907076331401</example>
1515 [ global ::System . Text . Json . Serialization . JsonPropertyName ( "sha" ) ]
1616 [ global ::System . Text . Json . Serialization . JsonRequired ]
17- public required string Sha { get ; set ; }
17+ public required string ? Sha { get ; set ; }
1818
1919 /// <summary>
2020 /// Example: file1.txt
@@ -141,7 +141,7 @@ public sealed partial class DiffEntry
141141 [ global ::System . Diagnostics . CodeAnalysis . SetsRequiredMembers ]
142142#endif
143143 public DiffEntry (
144- string sha ,
144+ string ? sha ,
145145 string filename ,
146146 global ::GitHub . DiffEntryStatus status ,
147147 int additions ,
Original file line number Diff line number Diff line change @@ -88621,6 +88621,7 @@ components:
8862188621 properties:
8862288622 sha:
8862388623 type: string
88624+ nullable: true
8862488625 example: bbcd538c8e72b8c175046e27cc8f907076331401
8862588626 filename:
8862688627 type: string
You can’t perform that action at this time.
0 commit comments