Add image to client and TagSeed extend #96
Annotations
10 warnings
build:
GithubClient/Models/PrResponse/PrResponseModel.cs#L8
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GithubClient/Models/PrResponse/PrResponseModel.cs#L14
Non-nullable property 'NodeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GithubClient/Models/PrResponse/PrResponseModel.cs#L17
Non-nullable property 'HtmlUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GithubClient/Models/PrResponse/PrResponseModel.cs#L20
Non-nullable property 'DiffUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GithubClient/Models/PrResponse/PrResponseModel.cs#L23
Non-nullable property 'PatchUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GithubClient/Models/PrResponse/PrResponseModel.cs#L26
Non-nullable property 'IssueUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GithubClient/Models/PrResponse/PrResponseModel.cs#L32
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GithubClient/Models/PrResponse/PrResponseModel.cs#L38
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GithubClient/Models/PrResponse/PrResponseModel.cs#L41
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GithubClient/Models/PrResponse/PrResponseModel.cs#L44
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|