Bump Meziantou.Analyzer from 2.0.182 to 2.0.183 #546
Annotations
10 warnings
Analogy.LogViewer.Github/GitHubActions/GitFetchAction.cs#L17
Nullability of reference types in type of parameter 'value' of 'void GitFetchAction.SmallImage.set' doesn't match implicitly implemented member 'void IAnalogyCustomAction.SmallImage.set' (possibly because of nullability attributes).
|
Analogy.LogViewer.Github/GitHubActions/GitFetchAction.cs#L16
Nullability of reference types in type of parameter 'value' of 'void GitFetchAction.LargeImage.set' doesn't match implicitly implemented member 'void IAnalogyCustomAction.LargeImage.set' (possibly because of nullability attributes).
|
Analogy.LogViewer.Github/GitHubActions/GitFetchAction.cs#L16
Non-nullable property 'LargeImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogViewer.Github/GitHubActions/GitFetchAction.cs#L17
Non-nullable property 'SmallImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogViewer.Github/DataTypes/RepositorySettings.cs#L14
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogViewer.Github/DataTypes/RepositorySettings.cs#L14
Non-nullable property 'RepoName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogViewer.Github/GithubSettings.cs#L8
Possible null reference assignment.
|
Analogy.LogViewer.Github/GithubSettings.cs#L15
Non-nullable property 'LocalGitHubToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogViewer.Github/Managers/UserSettingsManager.cs#L23
Possible null reference assignment.
|
Analogy.LogViewer.Github/Managers/UserSettingsManager.cs#L15
Non-nullable property 'GithubSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading