Merge pull request #44 from Analogy-LogViewer/dependabot/nuget/Mezian… #71
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build the application:
Analogy.Updater/UpdateForm.cs#L36
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build the application:
Analogy.Updater/DownloadUpdateDialog.cs#L25
Non-nullable field '_tempFile' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build the application:
Analogy.Updater/DownloadUpdateDialog.cs#L25
Non-nullable field '_webClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build the application:
Analogy.Updater/DownloadUpdateDialog.cs#L288
Non-nullable field 'ResponseUri' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build the application:
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)
|
Build the application:
Analogy.Updater/MainForm.cs#L14
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build the application:
Analogy.Updater/MainForm.cs#L14
Non-nullable property 'DownloadURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build the application:
Analogy.Updater/MainForm.cs#L14
Non-nullable property 'TargetFolder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build the application:
Analogy.Updater/Program.cs#L24
Possible null reference assignment.
|
Build the application:
Analogy.Updater/Program.cs#L25
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading