Merge pull request #73 from Analogy-LogViewer/dependabot/nuget/Micros… #120
Annotations
11 warnings
|
|
Analogy.Updater/UpdateForm.cs#L37
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Analogy.Updater/DownloadUpdateDialog.cs#L25
Non-nullable field '_tempFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Analogy.Updater/DownloadUpdateDialog.cs#L25
Non-nullable field '_webClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Analogy.Updater/UpdateForm.cs#L20
Possible null reference argument for parameter 'format' in 'string string.Format(string format, object? arg0, object? arg1)'.
|
Analogy.Updater/UpdateForm.cs#L22
Possible null reference argument for parameter 'format' in 'string string.Format(string format, object? arg0)'.
|
Analogy.Updater/UpdateForm.cs#L25
Possible null reference argument for parameter 'format' in 'string string.Format(string format, object? arg0, object? arg1, object? arg2)'.
|
Analogy.Updater/DownloadUpdateDialog.cs#L288
Non-nullable field 'ResponseUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Analogy.Updater/DownloadUpdateDialog.cs#L283
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Analogy.Updater/MainForm.cs#L14
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading