v7.2.0 #380
Annotations
20 warnings
Analogy.CommonUtilities/Github/GitHubCommit.cs#L12
Non-nullable property 'Sha' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L13
Non-nullable property 'NodeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L14
Non-nullable property 'Commit' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L15
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L16
Non-nullable property 'HtmlUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L17
Non-nullable property 'CommentsUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L18
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L19
Non-nullable property 'Committer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L20
Non-nullable property 'Parents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubComment.cs#L12
Non-nullable property 'URL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L58
Non-nullable property 'Sha' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L59
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L60
Non-nullable property 'HtmlUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L12
Non-nullable property 'Sha' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L13
Non-nullable property 'NodeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L14
Non-nullable property 'Commit' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L15
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L16
Non-nullable property 'HtmlUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L17
Non-nullable property 'CommentsUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.CommonUtilities/Github/GitHubCommit.cs#L18
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading