Merge pull request #208 from LiorBanai/dependabot/nuget/MSTest.TestAd… #444
Annotations
10 warnings
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/Forms/UserSettingsForm.cs#L14
Non-nullable field 'selectedRepositorySettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build the application:
GitHubNotifier/DataTypes/RepositorySettings.cs#L37
Non-nullable property 'DisplayName' 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/RepositorySettings.cs#L37
Non-nullable property 'RepoName' 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/PopupMessage.cs#L11
Non-nullable property 'Image' 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/GitHubUserNotification.cs#L35
Non-nullable property 'Subject' 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/GitHubUserNotification.cs#L36
Non-nullable property 'Repository' 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/GitHubUserNotification.cs#L22
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 the application:
GitHubNotifier/DataTypes/GitHubUserNotification.cs#L23
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/GitHubUserNotification.cs#L24
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading