Merge pull request #203 from LiorBanai/dependabot/nuget/Meziantou.Ana… #436
Annotations
1 error and 10 warnings
Execute unit tests
Process completed with exit code 1.
|
Build the application
It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesktop SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'.
|
Build the application:
GitHubNotifier/DataTypes/GitHubComments.cs#L7
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 the application:
GitHubNotifier/DataTypes/GitHubComments.cs#L8
Non-nullable property 'html_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
GitHubNotifier/DataTypes/GitHubComments.cs#L9
Non-nullable property 'issue_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
GitHubNotifier/DataTypes/GitHubComments.cs#L11
Non-nullable property 'node_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
GitHubNotifier/DataTypes/GitHubComments.cs#L12
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 the application:
GitHubNotifier/DataTypes/GitHubComments.cs#L15
Non-nullable property 'author_association' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
GitHubNotifier/DataTypes/GitHubComments.cs#L16
Non-nullable property 'body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
GitHubNotifier/DataTypes/GitHubComments.cs#L17
Non-nullable property 'performed_via_github_app' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
GitHubNotifier/DataTypes/GitHubComments.cs#L22
Non-nullable property 'Comments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading