Skip to content

Bump Meziantou.Analyzer from 2.0.181 to 2.0.182 #117

Bump Meziantou.Analyzer from 2.0.181 to 2.0.182

Bump Meziantou.Analyzer from 2.0.181 to 2.0.182 #117

Triggered via pull request November 28, 2024 05:03
Status Success
Total duration 2m 54s
Artifacts

dotnet-desktop.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build (Release)
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (Release): Analogy.Updater/UpdateForm.cs#L37
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build (Release): 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.
build (Release): 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.
build (Release): Analogy.Updater/UpdateForm.cs#L20
Possible null reference argument for parameter 'format' in 'string string.Format(string format, object? arg0, object? arg1)'.
build (Release): Analogy.Updater/UpdateForm.cs#L22
Possible null reference argument for parameter 'format' in 'string string.Format(string format, object? arg0)'.
build (Release): Analogy.Updater/UpdateForm.cs#L25
Possible null reference argument for parameter 'format' in 'string string.Format(string format, object? arg0, object? arg1, object? arg2)'.
build (Release): Analogy.Updater/AutoUpdater.cs#L205
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build (Release): Analogy.Updater/AutoUpdater.cs#L214
Cannot convert null literal to non-nullable reference type.
build (Release): Analogy.Updater/AutoUpdater.cs#L227
Nullability of reference types in type of parameter 'sender' of 'void AutoUpdater.BackgroundWorkerDoWork(object sender, DoWorkEventArgs e)' doesn't match the target delegate 'DoWorkEventHandler' (possibly because of nullability attributes).
build (Release)
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (Debug)
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (Debug)
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (Debug): Analogy.Updater/UpdateForm.cs#L37
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build (Debug): 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.
build (Debug): Analogy.Updater/MainForm.cs#L14
Non-nullable property 'DownloadURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): Analogy.Updater/MainForm.cs#L14
Non-nullable property 'TargetFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): 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.
build (Debug): 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 (Debug): 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.
build (Debug): 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.
build (Debug): Analogy.Updater/Program.cs#L24
Possible null reference assignment.