Skip to content

new Icon location in seeders #103

new Icon location in seeders

new Icon location in seeders #103

Triggered via push October 13, 2024 07:25
Status Success
Total duration 1m 1s
Billable time 1m
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.